Direct Encode of hchcsen's BDRemux: https://nyaa.si/view/1781293
v2 to follow the fix to the english dub of episode 15. No other changes.
Video:
AV1 main profile 0 1920x1080@10bit, crf 21
Audio:
2.0 JPN - Opus 96kbit
5.1 ENG - Opus 128kbit
Subs:
ASS - English
svt-av1-psy
```
ffmpeg -i [infile] -c:v libsvtav1 -crf 21 -preset 2 -svtav1-params tune=3:enable-overlays=1:scd=1:scm=2:enable-tf=1:enable-cdef=0:variance-boost-strength=0:sharpness=2:lookahead=120:pin=0:lp=8 -pix_fmt yuv420p10le -map 0 -c:a:0 libopus -c:a:1 libopus -b:a:0 96k -b:a:1 128k -filter:a:1 "channelmap=channel_layout=5.1" -c:s copy -threads 10 [outfile]
```
Comments - 0