Created
May 26, 2019 16:50
-
-
Save abreu-dev/495c03c2cf9112ad5ff4fff4e1171b8e to your computer and use it in GitHub Desktop.
Convert mov videos with alpha to webm, also with alpha channel
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 confettis1.mov -vf unpremultiply=inplace=1 -c:v libvpx-vp9 -b:v 0 -crf 31 -s 924x1008 confettis.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment