Skip to content

Instantly share code, notes, and snippets.

@trongthanh
Created January 28, 2011 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trongthanh/799860 to your computer and use it in GitHub Desktop.
Save trongthanh/799860 to your computer and use it in GitHub Desktop.
convert video to mp4 format
# convert to MP4 video
ffmpeg -i output.mov -s 1280x720 -b 2000k -ab 128k -vcodec libxvid -acodec libmp3lame -sws_flags +bitexact final.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment