Jellyfin Forum
Update from 10.9.0 to 10.9.3 broke HW - 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: Update from 10.9.0 to 10.9.3 broke HW (/t-update-from-10-9-0-to-10-9-3-broke-hw)



Update from 10.9.0 to 10.9.3 broke HW - pbvdven - 2024-05-27

i found out that the ffmpeg command changed the syntax/configuration set to ffmpeg. the old command still works on the new version 10.9.3 but the new version passes a different syntax that not works for me.
is it possible for me to change the syntax/configuration passed to ffmpeg?
Its the same movie, same file

this is the working old syntax it works on both 10.9.0 and 10.9.3 

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device opencl=ocl:0.0 -filter_hw_device ocl -hwaccel vaapi -hwaccel_output_format vaapi -autorotate 0 -i file:"/data/share/sd1/movies/Civil War (2024)/Civil War (2024) WEBDL-2160p.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_vaapi -rc_mode VBR -b:v 24816798 -maxrate 24816798 -bufsize 49633596 -sei -a53_cc -force_key_frames:0 "expr:gte(t,n_forced*3)" -vf "setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,hwdownload,format=p010le,hwupload=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwdownload,format=nv12,hwupload_vaapi" -codec:a:0 libfdk_aac -ac 6 -ab 640000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "/config/data/transcodes/7eb3dc99a6c79d2ba4cbd1f4cf37f0d3%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/config/data/transcodes/7eb3dc99a6c79d2ba4cbd1f4cf37f0d3.m3u8"

Output

Input #0, matroska,webm, from 'file:/data/share/sd1/movies/Civil War (2024)/Civil War (2024) WEBDL-2160p.mkv': Metadata: encoder : libebml v1.4.5 + libmatroska v1.7.1 Duration: 01:48:45.25, start: 0.000000, bitrate: 14890 kb/s Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv), 3836x2072 [SAR 1:1 DAR 137:74], 23.98 fps, 23.98 tbr, 1k tbn (default) Side data: DOVI configuration record: version: 1.0, profile: 5, level: 6, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 0 Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s (default) Stream #0:2(eng): Subtitle: subrip Metadata: title : English Stream #0:3(spa): Subtitle: subrip Metadata: title : Latin America Spanish Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_vaapi)) Stream #0:1 -> #0:1 (eac3 (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help Output #0, hls, to '/config/data/transcodes/7eb3dc99a6c79d2ba4cbd1f4cf37f0d3.m3u8': Metadata: encoder : Lavf60.3.100 Stream #0:0: Video: h264 (High), vaapi(tv, bt709, progressive), 3836x2072 [SAR 1:1 DAR 137:74], q=2-31, 24816 kb/s, 23.98 fps, 90k tbn (default) Metadata: encoder : Lavc60.3.100 h264_vaapi Side data: DOVI configuration record: version: 1.0, profile: 5, level: 6, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 0 Stream #0:1: Audio: aac, 48000 Hz, 5.1, s16, 640 kb/s (default) Metadata: encoder : Lavc60.3.100 libfdk_aac frame= 54 fps= 24 q=-0.0 size=N/A time=00:00:02.24 bitrate=N/A speed=1.02x [hls @ 0x5807dd836940] Opening '/config/data/transcodes/7eb3dc99a6c79d2ba4cbd1f4cf37f0d30.ts' for writing [hls @ 0x5807dd836940] Opening '/config/data/transcodes/7eb3dc99a6c79d2ba4cbd1f4cf37f0d31.ts' for writing [hls @ 0x5807dd836940] Opening '/config/data/transcodes/7eb3dc99a6c79d2ba4cbd1f4cf37f0d32.ts' for writing

This is the new syntax used with the latest version of jellyfin 10.9.3 and thats not working for me at least

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:/dev/dri/renderD130,driver=iHD -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/data/share/sd1/movies/Civil War (2024)/Civil War (2024) WEBDL-2160p.mkv" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 av1_vaapi -rc_mode VBR -b:v 14890079 -maxrate 14890079 -bufsize 29780158 -force_key_frames:0 "expr:gte(t,n_forced*3)" -vf "setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,hwmap=derive_device=opencl,tonemap_opencl=format=nv12:p=bt709:t=bt709:m=bt709:tonemap=bt2390:peak=100:desat=0,hwmap=derive_device=vaapi:reverse=1,format=vaapi" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "f73369707ed0a93377fb3a19ce827a64-1.mp4" -start_number 0 -hls_segment_filename "/config/data/transcodes/f73369707ed0a93377fb3a19ce827a64%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/config/data/transcodes/f73369707ed0a93377fb3a19ce827a64.m3u8"

Output:

Input #0, matroska,webm, from 'file:/data/share/sd1/movies/Civil War (2024)/Civil War (2024) WEBDL-2160p.mkv': Metadata: encoder : libebml v1.4.5 + libmatroska v1.7.1 Duration: 01:48:45.25, start: 0.000000, bitrate: 14890 kb/s Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv), 3836x2072 [SAR 1:1 DAR 137:74], 23.98 fps, 23.98 tbr, 1k tbn (default) Side data: DOVI configuration record: version: 1.0, profile: 5, level: 6, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 0 Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s (default) Stream #0:2(eng): Subtitle: subrip Metadata: title : English Stream #0:3(spa): Subtitle: subrip Metadata: title : Latin America Spanish Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> av1 (av1_vaapi)) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help [av1_vaapi @ 0x629c5b6c5b00] No usable encoding entrypoint found for profile VAProfileAV1Profile0 (32). [vost#0:0/av1_vaapi @ 0x629c5b6c5800] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height


RE: Update from 10.9.0 to 10.9.3 broke HW - Fate - 2024-05-27

-codec:v:0 h264_vaapi
-codec:v:0 av1_vaapi

First you encode to h264, in your second example to AV1.

Does your GPU support av1 encoding?
Whats your hardware setup?