[FFmpeg-user] FFmpeg Question

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Aug 5 19:41:11 CEST 2013


Jan Neil Gador <jan <at> iwebwarestudio.com> writes:

> "ffmpeg -y -i concat:'out.mp4.ts|out2.mp4.ts' -c copy 
> -bsf:a aac_adtstoasc final_output.mp4"

Complete, uncut console output missing.
Does it work with -probesize 2G -analyzeduration 2G ?
If not, you will have to add silence to out.mp4 which 
should be trivial:
$ ffmpeg -loop 1 -i img.jpg -f pcm_s16le -i /dev/zero

Carl Eugen



More information about the ffmpeg-user mailing list