![]() |
SOLVED: Unable to transcode videos - 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: Unable to transcode videos (/t-solved-unable-to-transcode-videos) |
RE: Unable to transcode videos - TheDreadPirate - 2024-09-11 Oof. So you are on the right kernel, definitely, but the installation of newer kernels probably removed the kernel headers and modules packages. Which are necessary for using Intel Quick Sync. I looked in Proxmox's repo and I think this is one of the packages you need. Code: sudo apt install proxmox-headers-6.8.4-3-pve I'm not sure if that is all that you need to install. You can compare what other packages were install for the other kernels you have installed and just change the version to match (6.8.4-3). Code: sudo apt list | grep 6.8.12-1 RE: Unable to transcode videos - seelk - 2024-09-12 Below are the available packages for each kernel version: Code: : apt list | grep 6.8.12-1 Code: : apt list | grep 6.8.4-3 I finished installing proxmox-headers-6.8.4-3-pve. Anything else that should be installed? Code: : apt list --installed | grep 6.8 RE: Unable to transcode videos - TheDreadPirate - 2024-09-12 Honestly, not sure. On most systems there is also a kernel module package, which I don't see in proxmox's repos. Reboot and try? RE: Unable to transcode videos - seelk - 2024-09-12 (2024-09-12, 02:10 PM)TheDreadPirate Wrote: Honestly, not sure. On most systems there is also a kernel module package, which I don't see in proxmox's repos. After installing the 6.8.4-3 headers and rebooting, transcoding no longer fails. However, I'm noticing transcoding is taking a very long time before the video starts playing. Previously, the videos would start playing fairly quickly. Thoughts? Transcoding settings: https://imgur.com/a/Quvx4Yy FFmpeg latest log: https://paste.debian.net/hidden/12ca97c6/ Video mediainfo: https://paste.debian.net/hidden/7b22dab5/ RE: Unable to transcode videos - TheDreadPirate - 2024-09-12 Can you share the output of "sudo dmesg | grep i915". The ffmpeg log is only showing that it is slow and not why. RE: Unable to transcode videos - seelk - 2024-09-12 (2024-09-12, 04:29 PM)TheDreadPirate Wrote: Can you share the output of "sudo dmesg | grep i915". The ffmpeg log is only showing that it is slow and not why. https://paste.debian.net/hidden/67b614b0/ RE: Unable to transcode videos - TheDreadPirate - 2024-09-12 Hmmmm. The GPU initialization is fine. HuC/GuC firmware loaded...... Do you have intel-gpu-tools installed? Code: sudo apt install intel-gpu-tools While intel_gpu_top is running, initiate a transcode. What is the core/memory frequency at? RE: Unable to transcode videos - seelk - 2024-09-12 (2024-09-12, 08:15 PM)TheDreadPirate Wrote: Hmmmm. The GPU initialization is fine. HuC/GuC firmware loaded...... https://imgur.com/a/3DT2t0b RE: Unable to transcode videos - TheDreadPirate - 2024-09-13 I'm out of ideas. @nyanmisaka - Do you have any suggestions? RE: Unable to transcode videos - toytown - 2024-09-13 Any chance you could upload a small snippet of the video (10secs or so) so i can test it here? |