Skip to content

Instantly share code, notes, and snippets.

@bryanhuntesl
Created June 29, 2021 17:52
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 bryanhuntesl/3f83f36ddaefa6c0249ca9a6e4fbdd99 to your computer and use it in GitHub Desktop.
Save bryanhuntesl/3f83f36ddaefa6c0249ca9a6e4fbdd99 to your computer and use it in GitHub Desktop.
shrink a screen recording session
ffmpeg -i front\ end\ betslip\ validation\ session.mp4 -filter:v fps=30 -vcodec libx264 -crf 28 -preset faster -tune out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment