Skip to content

Instantly share code, notes, and snippets.

@zianwar
Last active August 13, 2020 22:57
Show Gist options
  • Save zianwar/42af1c24e77d6d4c817ecba440abf756 to your computer and use it in GitHub Desktop.
Save zianwar/42af1c24e77d6d4c817ecba440abf756 to your computer and use it in GitHub Desktop.
Greenscreen to transparent video
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