> > Is there a way to avoid having FFmpeg inject those additional silent
> packets while concatenating?
>
> Here is my FFmpeg information: […]
>

Is your audio encoded using AAC? Your uncut console output would tell had
it not been omitted… therefore, please make sure to always provide the
complete console output.

IIRC, AAC has packets of 1024 samples, and the concat (de)muxer/filter may
operate on packet level, not sample level, which would explain the silence
(missing samples to complete their number to the next integer multiple of
1024).

It’s only a guess though, and (one of) the developers should be able to
share some insight on what’s (not) happening.
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to