Skip to content

Instantly share code, notes, and snippets.

@gauravchl
Created July 20, 2019 03:46
Show Gist options
  • Save gauravchl/0580f978e5cf83ea8786608b7f8b296f to your computer and use it in GitHub Desktop.
Save gauravchl/0580f978e5cf83ea8786608b7f8b296f to your computer and use it in GitHub Desktop.
webm converter
ffmpeg -i future.mov -vcodec libvpx-vp9 -b:v 4M future.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment