SKAntoniou
SKAntoniou
Will note from intel's drivers documentation. On 22.04 I installed these parts: ``` wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \ sudo gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy...
Updated to kernel 6.9.1, very slightly better results. So Command one doesn't stall. It has more error messages, but better than stalling. ``` sudo ffmpeg -hwaccel qsv -qsv_device /dev/dri/renderD128 \...
@feiwan1 Hi, I tried compiling libmfx on Ubuntu 24.04 with a 6.9.0 kernel using the instructions on your link, but it didn't work. Is there any chance you could give...
Hey, thanks for all the help on this issue. Sadly, I still can't work out what is happening. First off, I have been using 24.04 server to test these things...
> Seems you mixed vaapi & qsv hardware acceleration. Please use -init_hw_device qsv[=:[,key=value,...]] to create qsv device when using -hwaccel qsv. Sorry, I wrote that poorly. I ran the commands...
> `onevpl-tools` package has `vpl-inspect` vpl-inspect output: ``` Warning - no implementations found by MFXEnumImplementations() ``` vainfo was the same > > Sorry, I wrote that poorly. I ran the...