Can you provide an ffmpeg log for the item transcoding? Looks like it's not using hardware acceleration (see lines 337+). Maybe a screenshot of your hardware acceleration options in Jellyfin web? Would be helpful to know how you're running Jellyfin (e.g., bare metal, OS, virtualization).
Here's the line in question IMO:
The ffmpeg command is not calling any hardware devices. Your iGPU on the i5-12400 should be set as the transcoding device to enable HWA.
Here's the line in question IMO:
Code:
[2025-01-12 19:55:11.652 +01:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska -i file:\"/mnt/media/tvshows/Yellowstone/Season 05/yellowstone.s05e09.german.dl.1080p.web.h264.wvf.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"032d65adc58870b96dabf6f8611af39f-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/032d65adc58870b96dabf6f8611af39f%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/032d65adc58870b96dabf6f8611af39f.m3u8\""
The ffmpeg command is not calling any hardware devices. Your iGPU on the i5-12400 should be set as the transcoding device to enable HWA.
Jellyfin 10.10.3 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage