2024-06-29, 06:12 AM
(This post was last modified: 2024-06-29, 06:17 AM by bitmap. Edited 2 times in total.)
The look_ahead_depth flag only functions if you enable extbrc as well. Add extbrc and see what happens. It honestly could be confirmation bias and nothing changes, but that seems like a weird feature to add...
EDIT: Additionally, you should remove "look_ahead 1" because that's not supported by av1_qsv (and seems to only be supported with h264_qsv and the VBR quality options). In other words:
EDIT: Additionally, you should remove "look_ahead 1" because that's not supported by av1_qsv (and seems to only be supported with h264_qsv and the VBR quality options). In other words:
Code:
ffmpeg \
-init_hw_device vaapi=va:,driver=iHD,kernel_driver=i915 -y -hide_banner -stats -fflags genpts -loglevel error \
-init_hw_device qsv=qs@va \
-filter_hw_device qs \
-hwaccel qsv \
-hwaccel_output_format qsv \
-i "$INPUTFILE" \
$INPUT_LIST \
-ss $startTime \
-to $endTime \
-map_chapters 0 \
$MAPPING \
-c:v av1_qsv \
-preset veryslow \
-vf vpp_qsv="$FILTERS" \
-c:a copy \
-c:s copy \
-disposition:s 0 \
-global_quality:v 26 \
-extbrc 1
-look_ahead_depth 100 \
"$outputFile"
Jellyfin 10.10.0 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage