Skip to content

Instantly share code, notes, and snippets.

@mojabyte
Last active April 12, 2024 11:56
Show Gist options
  • Save mojabyte/05e2622a8a4b698a9f1e23107c81264c to your computer and use it in GitHub Desktop.
Save mojabyte/05e2622a8a4b698a9f1e23107c81264c to your computer and use it in GitHub Desktop.
Reduce video's size with ffmpeg
ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment