User Tools

Site Tools


mov_to_.mp4

This is an old revision of the document!


FFMEPG .MOV to .MP4

Aug 2017




This command only changes the container, it does not transcode the video/audio.

  ffmpeg -i in.mov -vcodec copy -acodec copy out.mp4



To specify bit rates:

  ffmpeg -i input.mov -b:v 1M -b:a 192k output.mp4



mov_to_.mp4.1502863639.txt.gz · Last modified: 2023/03/09 22:35 (external edit)