Skip to content

Instantly share code, notes, and snippets.

@yevrah
Created June 9, 2016 01:02
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 yevrah/78625a8fe7eee0bf879d9b5e00740d1d to your computer and use it in GitHub Desktop.
Save yevrah/78625a8fe7eee0bf879d9b5e00740d1d to your computer and use it in GitHub Desktop.
FFMPEG: Reduce QuickTime Screencast Filesize
#!/usr/bin/bash
ffmpeg -i SCRUM-2016-06-08.mov -vf scale=1024x768,setdar=16:9 -c:v libx264 -preset slow -profile:v main -crf 20 output-1024.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment