Last active
April 9, 2022 22:25
-
-
Save kremalicious/2511cb5b7794129b3e4f to your computer and use it in GitHub Desktop.
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
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aacc | |
ffmpeg -i input-file.mp4 -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis output-file.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment