![]() |
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 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 ![]() 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: 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 |