how-to:combine_mp4_files_with_avidemux
Combine MP4 Files With avidemux
Here is sample avidemux command to combine a series of MP4 files into a single file:
avidemux2_cli --output-format MP4 --audio-codec COPY --video-codec COPY --load YourVideo_Part_1of4.mp4 --append YourVideo_Part_2of4.mp4 --append YourVideo_Part_3of4.mp4 --append YourVideo_Part_4of4.mp4 --save YourVideos-combined.mp4
References
how-to/combine_mp4_files_with_avidemux.txt · Last modified: 2016/03/28 09:26 by curry_searle