Skip to content

Instantly share code, notes, and snippets.

@jheerman
Created June 25, 2020 04:45
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 jheerman/15d1c75c40bf57ab5ab3cde6dcae80cd to your computer and use it in GitHub Desktop.
Save jheerman/15d1c75c40bf57ab5ab3cde6dcae80cd to your computer and use it in GitHub Desktop.
Compress video file using ffmpeg
ffmpeg -i input.mp4 -s 640x480 -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment