Created
June 13, 2019 00:33
-
-
Save rameyrobo/a5c454d352e10dc0f06276dddae06236 to your computer and use it in GitHub Desktop.
Convert .mp4 to .webm in ffmpeg
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 Video_Title.mp4 -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis Video_Title.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment