Skip to content

Instantly share code, notes, and snippets.

@andreabreu-me
Created May 26, 2019 16:50
Show Gist options
  • Save andreabreu-me/495c03c2cf9112ad5ff4fff4e1171b8e to your computer and use it in GitHub Desktop.
Save andreabreu-me/495c03c2cf9112ad5ff4fff4e1171b8e to your computer and use it in GitHub Desktop.
Convert mov videos with alpha to webm, also with alpha channel
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