mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-31 09:32:17 -05:00
FFmpeg by default decodes VP8/VP9 via its internal encoders, however those internal encoders do not support alpha. Encoded alpha is stored via meta/side data in the container, so the only way to decode it properly is via forcing FFmpeg to use libvpx for decoding.