Created
January 19, 2022 02:49
-
-
Save jship/82a94cc8d879f130b54536799885979e to your computer and use it in GitHub Desktop.
Convert .webm video to .mov and preserve transparency
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 -c:v libvpx -i "input.webm" -c:v prores_ks -pix_fmt yuva444p10le -metadata:s:v:0 alpha_mode="1" "output.mov" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment