2023-07-12, 09:48 PM
(2023-07-12, 03:18 PM)TheDreadPirate Wrote:(2023-07-12, 10:57 AM)jellyfinuser123123 Wrote:(2023-07-12, 04:20 AM)TheDreadPirate Wrote: https://www.flatpanelshd.com/lg_uq70_2022.php
From your ffmpeg log...
Code:[av1_cuvid @ 000002001f0e6f40] Codec av1_cuvid is not supported.
The 2060 does not support AV1 hardware accelerated decoding. That wasn't introduced until the 3000 series.
https://developer.nvidia.com/video-encod...matrix-new
Edit: From the jellyfin log
Code:( PlayMethod=Transcode, TranscodeReason=DirectPlayError )
It's not clear from the server logs why this is happening. Client side bug?
Ah I see.. I assumed my GPU supported AV1 since it plays normally on my PC using MPC and the TV was the issue..
Thanks for your help. Any suggestions? I assume I should get the media in another format
Your PC may be decoding in software instead of hardware. Can't say for certain. The TV's SoC doesn't support that capability or have the horse power to do that and is dependent on hardware acceleration.
There are three options
1) Upgrade the GPU in your server to something that can decode AV1 in hardware.
2) Upgrade your CPU to an 11 gen+ Intel CPU or Ryzen 7000. The iGPUs in either have the capability to decode AV1.
3) Re-encode your entire library into HEVC.
Understood. Thank you very much!