Created
January 28, 2011 05:05
-
-
Save trongthanh/799860 to your computer and use it in GitHub Desktop.
convert video to mp4 format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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