Last active
June 19, 2024 20:25
-
-
Save celsowhite/385baebd725efc99665328464559d9dc to your computer and use it in GitHub Desktop.
Alpha .mov to Alpha .webm
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 input.mov -c:v libvpx-vp9 -pix_fmt yuva420p output.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment