29e8c0ac01c5e3b7f19a0cc4bc051ed8cf954352
A work around ffmpeg issue that everyone (e.g. OBS) seems to be doing. By default ffmpeg uses built-in VP8/VP9 decoders, however those do not detect alpha channel (https://trac.ffmpeg.org/ticket/8344 - the bug filed in 2019, currently still open in ffmpeg 7.1. There's an older report from 2016 too, https://trac.ffmpeg.org/ticket/5792). The trick for VP8/VP9 is to explicitly force use of libvpx decoder. Only do this where alpha_mode=1 metadata is set. Note that in order to work, the previously initialized format context must be closed and a fresh one with explicitly requested codec must be created. Pull Request: https://projects.blender.org/blender/blender/pulls/132795
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
