Software > Applications and Porting
trying the ffmpeg POWER9 optimization patch
(1/1)
pocock:
I've prepared a Debian package of ffmpeg compiled with this patch for performance. This is ffmpeg 4.3.1, it is newer than the standard version in Debian 10 / buster.
As described in the thread about Domoticz, backports like this are published in the Debify repository. Before you can install them with apt, you need to run this command once to enable the repository and authentication key:
--- Code: ---$ wget -O - http://apt.debify.org/add-apt-debify | bash
--- End code ---
After you have added the Debify repository and key, you can install / upgrade your ffmpeg with this command (if you are using Debian 10 / buster):
--- Code: ---sudo apt update
sudo apt install -t debify-buster-backports ffmpeg
--- End code ---
Please give feedback through the ffmpeg bug tracker issue if you have any problems with this patch.
ClassicHasClass:
I don't see your fixed patch?
pocock:
The source packages are in the Debify repository so you can always do
--- Code: ---apt update
apt source ffmpeg
--- End code ---
to see the exact source it was built from. Patches are in the debian/patches directory of any package.
Make sure it really downloads the source from debify and not the regular package from Buster.
In this case, I can point you to the patches on Gitlab as well, there is also a copy in the ffmpeg trac issue. I had to tweak it to resolve the compiler errors that are mentioned in trac, the version in Gitlab compiles without errors.
Navigation
[0] Message Index
Go to full version