Description
Direct encode of hchcsen's BDremux: https://nyaa.si/view/1764855
Stargazer:
```
ffmpeg -i [infile] -sws_flags spline -vf crop=1912:1080:4:0,fieldmatch,yadif=deint=interlaced,decimate,format=yuv420p10le,scale=1920:1080 -vcodec libsvtav1 -crf 21 -preset 2 -g 1440 -svtav1-params tune=2:enable-overlays=1:scd=1:scm=2:enable-tf=0:lookahead=120:pin=0:lp=12 -c:a libopus -b:a 128k -c:s copy [outfile]
```
Astray:
```
ffmpeg -i [infile] -sws_flags spline -vf crop=1440:1080:240:0,fieldmatch,yadif=deint=interlaced,decimate,format=yuv420p10le -vcodec libsvtav1 -crf 21 -preset 2 -g 1440 -svtav1-params tune=2:film-grain=50:film-grain-denoise=0:enable-overlays=1:scd=1:scm=2:enable-tf=0:lookahead=120:pin=0:lp=12 -c:a libopus -b:a 128k -c:s copy [outfile]
```