Nyanmisaka
Nyanmisaka
Packed header haven't been well implemented in Mesa. Only `VA_ENC_PACKED_HEADER_SEQUENCE` for hevc_vaapi is in this MR. https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4184/diffs
cc @xhaihao @Jexu
> * PGS compression only uses RLE compression which could results in extremely huge file for a multi-hour movie like >100MB, and to load this much data is not ideal...
The seems to be a kernel issue of amdgpu driver. Can you try with the latest 6.1 or 6.2-rc?
Can you try the latest release Jellyfin 10.8.9?
Both 2400G/3400G and 5600G are Vega but 5600G is 2nd Gen VCN. I used to report an issue for VCN1. Maybe there's something wrong with it again. https://gitlab.freedesktop.org/mesa/mesa/-/issues/3117 I don't...
Can you try this command? ``` /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device vaapi=va:/dev/dri/renderD128 -filter_hw_device va -hwaccel vaapi -hwaccel_output_format vaapi -autorotate 0 -canvas_size 1920x804 -i file:"/Shin.Godzilla.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads...
Can you downgrade jellyfin-ffmpeg5 to an old version 5.1.2-2? It uses older mesa 22.0.5 instead of the current 22.3.4.
Please try these CLI and give some feedback. decode + all filters ``` /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device vaapi=va:/dev/dri/renderD128 -filter_hw_device va -hwaccel vaapi -hwaccel_output_format vaapi -autorotate 0 -canvas_size 1920x804 -i file:"/Shin.Godzilla.mkv"...
@alexi741 I don't have such issue on my Ryzen 7 5700G from my last testing. Also verified with VEGA64, Intel HD630, Xe and Arc A380 with the same command. The...