Skip to content

Instantly share code, notes, and snippets.

@lukecampbell
Created April 13, 2017 14:57
Show Gist options
  • Save lukecampbell/14cb2ad5086ca94d493e788875a74b42 to your computer and use it in GitHub Desktop.
Save lukecampbell/14cb2ad5086ca94d493e788875a74b42 to your computer and use it in GitHub Desktop.
ffmpeg example executions
# 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