Last active
August 13, 2020 22:57
-
-
Save zianwar/42af1c24e77d6d4c817ecba440abf756 to your computer and use it in GitHub Desktop.
Greenscreen to transparent video
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.mp4 -b:v 1M -vf chromakey=0x00FF00:0.2:0.2 -c:v libx264 -pix_fmt yuva420p -metadata:s:v:0 alpha_mode="1" -auto-alt-ref 0 output.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment