I use vmaf and therefore had to compile ffmpeg. It seems Ubuntu-Mate 26.04 LTS will come with an updated ffmpeg version. This will lead to a necessary further compilation of ffmpeg.
There are a lot of dependencies to solve (e.g. dev-packages). Unfortunately I did not reflect this point in respect to a new version by an Ubuntu-Mate update and therefore the same work as before have to be done.
There is an compilation guide on : https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
Get the dependencies (a txt-file) :
sudo apt install
libass-dev
libfreetype6-dev
libgnutls28-dev
libmp3lame-dev
---
Does someone have a saved “Get Dependencies txt-file” of his last ffmpeg 8.0 compilation and can provide it?
My current used configuration to compile ffmpeg 8.0 :
./configure --enable-gpl --enable-libx264 --enable-libx265 --enable-nonfree
--enable-libvmaf --enable-openssl --enable-hardcoded-tables --enable-libaom
--enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libfreetype
--enable-libvorbis --enable-libopus --enable-libvpx --enable-version3 --enable-libbs2b
--enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libfontconfig
--enable-libfreetype --enable-libfribidi --enable-libgme --enable-libharfbuzz
--enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-librubberband
--enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libwebp
--enable-libxml2 --enable-libxvid --enable-libzimg --enable-openal --enable-opengl
--enable-libvpl --disable-libmfx --enable-libdc1394 --enable-libdrm --enable-frei0r
--enable-libbluray --enable-libpulse --enable-librabbitmq --enable-librist --enable-libssh
--enable-libsvtav1 --enable-lv2 --enable-sdl2 --enable-libplacebo --enable-librav1e
--enable-librsvg --enable-libjxl --enable-shared