Created
May 22, 2019 22:51
-
-
Save langheran/c6a813dd1874a71fe8f745c2508e83ec to your computer and use it in GitHub Desktop.
Compress video using ffmpeg.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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