2025-01-28, 04:04 PM
(This post was last modified: 2025-01-28, 04:07 PM by TheDreadPirate. Edited 2 times in total.)
Replace
with this
This should work since your iGPU is disabled. We don't have to worry about ffmpeg selecting the iGPU.
The ffmpeg command you provided include the audio transcode, so I figured that's what you wanted to do.
Replace
with this
If you don't include that it will transcode the audio. I forget what the output would default to if you don't specify anything.
Code:
-init_hw_device vaapi=va:/dev/dri/renderD128
with this
Code:
-init_hw_device qsv=qs@va
This should work since your iGPU is disabled. We don't have to worry about ffmpeg selecting the iGPU.
The ffmpeg command you provided include the audio transcode, so I figured that's what you wanted to do.
Replace
Code:
-c:a aac -b:a 64k
with this
Code:
-c:a copy
If you don't include that it will transcode the audio. I forget what the output would default to if you don't specify anything.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +nobuffer+discardcorrupt+genpts+flush_packets -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel qsv -hwaccel_output_format qsv -extra_hw_frames 40 -i ballon.1080p.mkv -c:v av1_qsv -preset veryslow -extbrc 1 -low_delay_brc 1 -look_ahead_depth 40 -b:v 1M -bufsize 2M -rc_init_occupancy 512K -adaptive_i 1 -adaptive_b 1 -b_strategy 1 -bf 7 -map 0:a? -c:a copy -map 0:s? -c:s copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled ballon.av1.mkv