Skip to content

Instantly share code, notes, and snippets.

@cletusw
Created April 15, 2015 05:49
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 cletusw/f34f02bea639d703ed7c to your computer and use it in GitHub Desktop.
Save cletusw/f34f02bea639d703ed7c to your computer and use it in GitHub Desktop.
Convert video to x264 in mp4
ffmpeg -i "$1" -c:v libx264 -preset veryslow -crf 35 -c:a copy "${1:0: -4} low.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment