Skip to content

Instantly share code, notes, and snippets.

@celsowhite
Last active June 19, 2024 20:25
Show Gist options
  • Save celsowhite/385baebd725efc99665328464559d9dc to your computer and use it in GitHub Desktop.
Save celsowhite/385baebd725efc99665328464559d9dc to your computer and use it in GitHub Desktop.
Alpha .mov to Alpha .webm
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