Skip to content

Instantly share code, notes, and snippets.

@kremalicious
Last active April 9, 2022 22:25
Show Gist options
  • Save kremalicious/2511cb5b7794129b3e4f to your computer and use it in GitHub Desktop.
Save kremalicious/2511cb5b7794129b3e4f to your computer and use it in GitHub Desktop.
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