Created
October 6, 2019 23:11
-
-
Save lcomino/17f658fe19ea0aa15dad834503651b5a to your computer and use it in GitHub Desktop.
ffmpeg | converter mov com alpha para webm com alpha
This file contains hidden or 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.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