Jellyfin Forum
SOLVED: Intel QSV HW Not working - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Intel QSV HW Not working (/t-solved-intel-qsv-hw-not-working)

Pages: 1 2


Intel QSV HW Not working - Raymagini24 - 2025-04-08

Hello I have a Windows Jellyfin server
CPU:Intel i5-7500
GPU: Nvidia 1060

I've used Intel QSV Acceleration for a while but it stopped working this weekend, I tried update ffmpg to the current one, roll back to the version 5 as I found in a similar thread, checked my paths on windows from another thread but nothing works.

I tried switching to Nvidia NVEC but that doesn't work either.

I've seen people talking about changing things from a terminal but I'm not sure if I can do that from Windows...

Any sugggestions? Thank a lot in advance.

These are my logs:

Code:
ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 12-win32 (GCC)
  configuration: --prefix=/opt/ffmpeg --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --pkg-config-flags=--static --extra-libs='-lfftw3f -lstdc++' --extra-cflags=-DCHROMAPRINT_NODLL --extra-version=Jellyfin --disable-ffplay --disable-debug --disable-doc --disable-sdl2 --disable-ptx-compression --disable-w32threads --enable-pthreads --enable-shared --enable-lto --enable-gpl --enable-version3 --enable-schannel --enable-iconv --enable-libxml2 --enable-zlib --enable-lzma --enable-gmp --enable-chromaprint --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libwebp --enable-libvpx --enable-libzimg --enable-libx264 --enable-libx265 --enable-libsvtav1 --enable-libdav1d --enable-libfdk-aac --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      57. 28.100 / 57. 28.100
  libavcodec    59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter    8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample  4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
[AVHWDeviceContext @ 000002772d01dbc0] Error initializing an MFX session: -3.
Device creation failed: -1313558101.
Failed to set value 'qsv=qs@dx11' for option 'init_hw_device': Unknown error occurred
Error parsing global options: Unknown error occurred



RE: Intel QSV HW Not working - nyanmisaka - 2025-04-08

Windows will sometimes update/downgrade GPU drivers for you, but it can occasionally break functionality.

Please install the latest drivers from intel.com and revert Jellyfin FFmpeg to 7.0.2 and try again.

https://www.intel.com/content/www/us/en/download/776137/intel-7th-10th-gen-processor-graphics-windows.html

https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v7.0.2-9/jellyfin-ffmpeg_7.0.2-9_portable_win64-clang-gpl.zip


RE: Intel QSV HW Not working - Raymagini24 - 2025-04-10

Hii! I already did both and same results Slightly-frowning-face exact same error.

Also noob question, for the Hardware I use, CPU:Intel i5-7500 and GPU: Nvidia 1060 should I still stick with the Intel i5 or try to fix to use the Nvidia NVEC?


RE: Intel QSV HW Not working - TheDreadPirate - 2025-04-11

I just noticed that you are using vanilla ffmpeg instead of Jellyfin ffmpeg. Which would explain why both QSV and NVENC are failing.

If you do not need that version of ffmpeg, please uninstall it. If you do need it for use outside of jellyfin, reconfigure windows so that calls to "ffmpeg" are routed to jellyfin-ffmpeg.


RE: Intel QSV HW Not working - Raymagini24 - 2025-04-11

That sounds perfectly logical, I thought I moved the jellyfin-ffmpeg... maybe I'm doing it wrong. I only use that device for Jellyfin and storage so definitely don't need ffmpeg for anything else. If possible, would you share some guide on how to uninstall it correctly?

Thanks!


RE: Intel QSV HW Not working - TheDreadPirate - 2025-04-12

Just go to the Add/Remove programs in the control panel and remove "ffmpeg". After that is done, calls to ffmpeg should go to jellyfin-ffmpeg.


RE: Intel QSV HW Not working - Raymagini24 - 2025-04-13

Nothing comes up in the control panel or the add/remove programs. Even when typing ffmpeg in the star menu nothing comes up. I can also verify that if I had to install it in order to have it I've never done it... The only thing I did was download the jellyfin-ffmpeg, extract and replace everything in the Jellyfin folder.

Also video playback work if I disable hardware acceleration, of course is incredibly laggy and can barely transcode 1 video, enabling HW accel on Intel or NVEC both fail.

here:
[Image: zgIG5od]
[Image: y3PKQmS]


RE: Intel QSV HW Not working - TheDreadPirate - 2025-04-13

If you open Voidtool's "Everything" app, do you see ffmpeg.exe listed?


RE: Intel QSV HW Not working - Raymagini24 - 2025-04-13

I only see ffmpeg on jellyfin and the different downloaded zip files I've tried.


RE: Intel QSV HW Not working - TheDreadPirate - 2025-04-13

I see that you have a custom ffmpeg build in your downloads, which matches the version that Jellyfin is calling.

Read the guide below. Start at step 3 to see if you've setup an environment variable to use this custom ffmpeg build.

https://phoenixnap.com/kb/ffmpeg-windows#:~:text=of%20your%20choice.-,Step%203%3A%20Add%20FFmpeg%20to%20PATH,-Set%20Windows%20environment