Skip to content

Instantly share code, notes, and snippets.

@jship
Created January 19, 2022 02:49
Show Gist options
  • Save jship/82a94cc8d879f130b54536799885979e to your computer and use it in GitHub Desktop.
Save jship/82a94cc8d879f130b54536799885979e to your computer and use it in GitHub Desktop.
Convert .webm video to .mov and preserve transparency
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