Skip to content

Instantly share code, notes, and snippets.

@lewiswalsh
Created March 19, 2016 14:26
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 lewiswalsh/2f12698db38e4491c7d9 to your computer and use it in GitHub Desktop.
Save lewiswalsh/2f12698db38e4491c7d9 to your computer and use it in GitHub Desktop.
Quickly resize a video to make it smaller with FFmpeg
ffmpeg -i input.mp4 -filter:v scale=480:-1 -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment