Skip to content

Instantly share code, notes, and snippets.

@bivald
Created June 14, 2013 13:23
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 bivald/5781764 to your computer and use it in GitHub Desktop.
Save bivald/5781764 to your computer and use it in GitHub Desktop.
Convert mov to 720p mp4, chrome/iphone compatible
find ./ -iname "*Demo-Master.mov" -exec ./ffmpeg -i {} -c:v libx264 -preset slower -b:v 2500k -b:a 196k -vf scale=-1:720 -pix_fmt yuv420p {}.ffmpeg.mp4 ";" -ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment