[FFmpeg-user] Concatenation of 50-100 files

Paul B Mahol onemda at gmail.com
Wed Aug 21 17:46:45 CEST 2013


On 8/21/13, Dzung Nguyen <dzungng89 at gmail.com> wrote:
> I'm using ffmpeg concat protocol to join many subvideo files. FFMPEG keeps
> getting dropped packets and can't finish the process.
>
> ffmpeg -f concat -i list.txt -q:v 1 concated.mpg

You are not using concat protocol but concat demuxer.

Did you read documentation?

>
> Should I simply cat subvideo files, or concat in group of 10 and then
> concat again? In the first case, which encoding can be catted as files?
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list