2024-06-29, 05:56 AM
Interesting. I get files that are exactly the same size but different check sums.
My script's ffmpeg command
All I did was add -low_delay_brc 1 -extbrc 1.
My script's ffmpeg command
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 \
-look_ahead 1 \
-look_ahead_depth 100 \
"$outputFile"
All I did was add -low_delay_brc 1 -extbrc 1.
Code:
-rwxr--r-- 1 chris jellyfin 5671988708 Jun 25 20:51 'Sailor Moon Sailor Stars Disc 4_t01.mkv'
-rw-rw-r-- 1 chris jellyfin 1430809789 Jun 29 01:38 new.mkv
-rw-rw-r-- 1 chris jellyfin 1430809789 Jun 29 01:34 og.mkv
08d01f409b0d9039cfb7bb97bdb923fa new.mkv
34d352dfe600b3196e590b4f6e30cdd8 og.mkv