[FFmpeg-user] mp4 concat demuxer problem - follow up to myself

Konrad Karl kk_konrad at gmx.at
Mon Apr 28 15:56:30 CEST 2014


.... hit send too fast..

fortunately the traditional way still works OK:

for i in concat-test-?.mp4;do ffmpeg -i $i -f mpegts  -c copy  -bsf h264_mp4toannexb -; \
                           done | ffmpeg -i - -c copy  -absf aac_adtstoasc -y out.mp4

Konrad


More information about the ffmpeg-user mailing list