Created
January 27, 2017 18:53
-
-
Save mberizzo/5636ecb2dc10af52e46bb456248fff00 to your computer and use it in GitHub Desktop.
Convert webm video to mp4
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 output.webm -r 10 -cpu-used 5 -c:v libx264 -crf 20 -c:a aac -strict experimental -loglevel error output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment