2024-08-06, 05:08 PM
Try removing "-hwaccel vaapi". I'm wondering if your iGPU doesn't support decoding your video. Removing that parameter will move the decoding to the CPU, but the ENCODING will still happen on the iGPU.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -hwaccel_output_format vaapi -vaapi_device /dev/dri/renderD128 -i "/data/movies/The.Acolyte.S01E03.Destiny.2160p.DSNP.WEB-DL.DDP5.1.HDR.H.265-NTb.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -c:v h264_vaapi -b:v 3616002 -maxrate 3616002 -bufsize 7232004 -profile:v high -level 41 -force_key_frames 0 -c:a aac -ac 2 -b:a 384k -af "volume=2" -avoid_negative_ts disabled output.mkv