Skip to content

Instantly share code, notes, and snippets.

@langheran
Created May 22, 2019 22:51
Show Gist options
  • Save langheran/c6a813dd1874a71fe8f745c2508e83ec to your computer and use it in GitHub Desktop.
Save langheran/c6a813dd1874a71fe8f745c2508e83ec to your computer and use it in GitHub Desktop.
Compress video using ffmpeg.
ffmpeg -i 2017-09-04_03-17-24_1801716879_1080.mp4 -vf "scale=iw/4:ih/4" 2017-09-04_03-17-24_1801716879_1080_compressed.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment