Raptor Computing Systems Community Forums (BETA)

Software => Applications and Porting => Topic started by: pocock on January 25, 2021, 03:02:07 am

Title: ffmpeg transparency issue fixed (also fixes Blender and OBS issues)
Post by: pocock on January 25, 2021, 03:02:07 am
I had some communication with the Blender and ffmpeg developers about issues with transparency

For example, the preview panel in Blender was corrupted and some input images or videos were corrupted in OBS

The root cause was in ffmpeg, it is fixed here (https://trac.ffmpeg.org/ticket/9077).  The issue is also tracked in Blender (https://developer.blender.org/T80912).

I produced an updated version of my Debian backport of ffmpeg 4.3.1, it now includes both the POWER9 optimizations and the fix for this particular issue.  The version with the fix is ffmpeg_4.3.1-5~bpo10+2

If you already used packages from apt.debify.org then you can simply do

Code: [Select]
apt install -t debify-buster-backports ffmpeg

If you did not already use it, you need to add the apt source before installing/upgrading your ffmpeg:

Code: [Select]
$ wget -O - http://apt.debify.org/add-apt-debify | bash
apt install -t debify-buster-backports ffmpeg