Skip to content

Instantly share code, notes, and snippets.

@jnsdbr
Created September 2, 2014 18:17
Show Gist options
  • Save jnsdbr/3875f70d6ca527c10111 to your computer and use it in GitHub Desktop.
Save jnsdbr/3875f70d6ca527c10111 to your computer and use it in GitHub Desktop.
#!/bin/sh
ffmpeg -i "movie.mp4" -c:v libx264 -preset ultrafast -crf 15 -r 30 -threads 8 -c:a copy "movie_new.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment