12.03.2026
----------------
Min siste build med utvidet
/home3/cinelerra/cinelerra-5.1/thirdparty konfigurering
./configure --with-single-user --with-booby --enable-libsvtav1
--with-onevpl --with-vulkan --with-libplacebo --with-libzimg
fikk lagt til hwaccel kapabiliteter for qsv, drm og vulkan
/home3/cinelerra/cinelerra-5.1/thirdparty/ffmpeg-8.0
# ffmpeg -hide_banner -hwaccels
Hardware
acceleration methods:
vdpau
cuda
vaapi
qsv
drm
vulkan
----------------------------
02/03/2026, 23:43
I build a standard single-user, static bundled Cingg fra original
bld.sh med original config line
./configure --with-single-user --with-booby
Looked at the thirdparty ffmpeg-8.0
cd
/home3/cinelerra/cinelerra-5.1/thirdparty/ffmpeg-8.0
Trying to verify its available hwaccels methods:
./ffmpeg
-hwaccels
Hardware acceleration methods:
vdpau
cuda
vaapi
Verifying the same with my system ffmpeg-8.0.1 on
Tumbleweed-Slowroll I get
ffmpeg
-hide_banner -hwaccels
Hardware acceleration
methods:
vdpau
cuda
vaapi
qsv
drm
vulkan
I wonder why not also the thirdparty ffmpeg-8.0 does list "qsv" and
"vulkan"?
Seemingly among encoders "--enable-libvpl" and "--enable-vulkan" are
listed.