Avinash Jairam <avinashjairam <at> gmail.com> writes: > I am trying to merge 2 mp4 files using FFMPEG
Do you want to "merge" or to "concatenate" two mp4 files? The concat demuxer can only be used for concatenation, merging is done with something like: $ ffmpeg -i file1 -i file2 -map 0 -map 1 ... Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
