GPU choice - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: GPU choice (/t-gpu-choice) |
GPU choice - spicer - 2024-01-29 Hello, I run an Unraid server and want to use HW transcoding with Jellyfin. As per Code: # lshw -C display Code: *-display Pretty old stuff I know. It's surprisingly difficult to find definitive answers as to what exactly is supported on what GPU. Also I am wondering about Windows compatibility - the Jellyfin documentation says Intel QSV is the only supported method on Windows, but there is also a section about AMD GPUs on Windows? I could run Jf in a docker on Unraid or in a Windows VM (or Linux VM for that matter) - makes no difference to me. So, what's my least bad option here? Thanks in advance! RE: GPU choice - TheDreadPirate - 2024-01-29 That GPU has minimal transcoding capability, and I think only with VAAPI. IMO, not worth the effort to get working. It only has H264 DECODING support AFAICT. What CPU do you have? A relatively new-ish Intel iGPU would work well. Intel 5000 (Broadwell) and newer. RE: GPU choice - spicer - 2024-01-29 (2024-01-29, 02:08 PM)TheDreadPirate Wrote: That GPU has minimal transcoding capability, and I think only with VAAPI. IMO, not worth the effort to get working. It only has H264 DECODING support AFAICT.Which GPU do you mean now exacty? (2024-01-29, 02:08 PM)TheDreadPirate Wrote: What CPU do you have? A relatively new-ish Intel iGPU would work well. Intel 5000 (Broadwell) and newer.Intel Xeon E1268L v3 with Intel HD Graphics 4600 The alternatives are: Radeon HD 7850 (which has UVD 4.0 and VCE 1.0 if I see it correctly?) or Radeon HD 6450 (which is out of the race anyway I suppose?) Thanks RE: GPU choice - TheDreadPirate - 2024-01-29 Code: product: Pitcairn PRO [Radeon HD 7850 / R7 265 / R9 270 1024SP] That one. Your other options are not viable either. The cheapest, most cost effective, upgrade option for Jellyfin is an Arc A310. RE: GPU choice - spicer - 2024-01-29 Ok so I guess this one is my least bad option, at least it has hardware 264 de- and encoding according to UVD and VCE specs. If it works under Windows or Linux I will have to test, the documentation is unclear. |