I build a standard single-user, static bundled Cingg and looked at the thirdparty ffmpeg-8.0 cd /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.
вт, 3 мар. 2026 г., 01:43 Terje J. Hanssen via Cin < [email protected]>:
I build a standard single-user, static bundled Cingg and looked at the thirdparty ffmpeg-8.0
cd /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.
Honestly, no idea. Try to verify that all switches you passed to configure reflected well in ffmpeg-8.0/ffbuild/config.log
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]
participants (2)
-
Andrew Randrianasulu -
Terje J. Hanssen