Skip to content

Instantly share code, notes, and snippets.

@ademar111190
Created September 28, 2023 16:31
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 ademar111190/c571f8809b57455696f5a57271854628 to your computer and use it in GitHub Desktop.
Save ademar111190/c571f8809b57455696f5a57271854628 to your computer and use it in GitHub Desktop.
Reduce a video file size with ffmpeg
ffmpeg -i input.xyz -vcodec libx265 -crf 30 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment