[FFmpeg-user] How to remove atoms from MP4?
Stephan Asovski
s0527705277 at gmail.com
Thu Oct 3 02:10:29 CEST 2013
it's in my first post
ffmpeg -i file1.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts
intermediate1.ts
ffmpeg -i file2.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts
intermediate2.ts
ffmpeg -i "concat:intermediate1.ts|intermediate2.ts" -c copy -bsf:a
aac_adtstoasc m.file.mp4
MP4Box -add m.file.mp4 -isma mf.file.mp4
mv mf.file.mp4 m.file.mp4
2013/10/3 Carl Eugen Hoyos <cehoyos at ag.or.at>
> Stephan Asovski <s0527705277 <at> gmail.com> writes:
>
> > it's not failing, it's creating a file with two MOOV atoms.
>
> Please provide the ffmpeg command line creating a file with
> two moov atoms together with the complete, uncut console
> output.
>
> Please do not top-post here, Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
More information about the ffmpeg-user
mailing list