Created
April 13, 2017 14:57
-
-
Save lukecampbell/14cb2ad5086ca94d493e788875a74b42 to your computer and use it in GitHub Desktop.
ffmpeg example executions
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
# Converts .mov to high quality mp4 with lower bitrate | |
ffmpeg -i Untitled.mov -b:v 720k -bt 1200k -vcodec libx264 -an screen-cast.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment