Skip to content

Instantly share code, notes, and snippets.

@xmsi
Created April 22, 2025 11:21
Show Gist options
  • Save xmsi/59f510d41c6bde8ec99e11b18dfa4519 to your computer and use it in GitHub Desktop.
Save xmsi/59f510d41c6bde8ec99e11b18dfa4519 to your computer and use it in GitHub Desktop.
ffmpeg video transformations

Compress video

ffmpeg -i 'Screen Recording 2025-04-22 154123.mp4' -vcodec libx265 -crf 28 cherry_pick.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment