Skip to content

Instantly share code, notes, and snippets.

@lcomino
Created October 6, 2019 23:11
Show Gist options
  • Save lcomino/17f658fe19ea0aa15dad834503651b5a to your computer and use it in GitHub Desktop.
Save lcomino/17f658fe19ea0aa15dad834503651b5a to your computer and use it in GitHub Desktop.
ffmpeg | converter mov com alpha para webm com alpha
ffmpeg -i "video.mov" -f webm -c:v libvpx -b:v 2M -acodec libvorbis -auto-alt-ref 0 "video.webm" -hide_banner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment