Skip to content

Instantly share code, notes, and snippets.

@jmcbee
Created October 21, 2014 13:36
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 jmcbee/879f55c485dc19682a84 to your computer and use it in GitHub Desktop.
Save jmcbee/879f55c485dc19682a84 to your computer and use it in GitHub Desktop.
function eatShit() {
ffmpeg -i "$1" -vcodec libx264 -s vga -preset slow -crf 24 -pix_fmt yuv420p -acodec libmp3lame -aq 5 ${1%%.*}-reencode.mp4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment