• Cody Bonney
  • January 23, 2014
linux

Converting MOV files to MP4 using ffmpeg

The following command can be used to convert a .mov file to an .mp4 file using ffmpeg.

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

more Linux posts

linux Importing an OpenVPN configuration file into Network Manager
linux Change default timeouts for starting and stopping systemd units