SUPERSEDED BY:
https://nyaa.si/view/1775504Based off zerocool's BDremux.
The source is incredibly noisy/grainy, which AV1 handles fine with the right options.
Video:
AV1 main profile 0 10bit, crf 27
Audio:
Original Broadcast Audio (mono) - Opus 96kbit
5.1 Remaster Audio - Opus 128kbit
Subs:
CC - PGS
ffmpeg -i [infile] -c:v libaom-av1 -crf 27 -cpu-used 3 -row-mt 0 -b:v 0 -auto-alt-ref 1 -vf crop=1440:1080:240:0,format=yuv420p10le -an -strict -2 -denoise-noise-level 50 -pass 1 -passlogfile [logifle] -f null /dev/null -threads 16
ffmpeg -i [infile] -c:v libaom-av1 -crf 27 -cpu-used 3 -row-mt 0 -b:v 0 -auto-alt-ref 1 -vf crop=1440:1080:240:0,format=yuv420p10le -an -strict -2 -denoise-noise-level 50 -pass 2 -passlogfile [logifle] [outfile] -threads 2
Information:No information.