Last active
March 11, 2021 08:08
-
-
Save olegbliaher/e4fd9c668ab2e389bd8a89920bb4cdb0 to your computer and use it in GitHub Desktop.
ffmpeg video compression
This file contains 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 file.flv -vcodec libx264 -strict -2 out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment