Source: R2 DVD
Codec: AV1 yuv420p10le
Audio: Opus 5.1ch 160kbit JPN
Subs:
OCRed SRT Yoroshiku&Nozomi Subs (+ some name and grammar fixes by me) (No karaoke)
SRT Ureshii translation notes
Commands:
(Vapoursynth)
```
def postprocess(n, f, clip, deinterlaced):
if f.props['_Combed'] > 0:
return deinterlaced
else:
return clip
video = core.ffms2.Source(source="infile")
matched_clip = core.vivtc.VFM(video, order=1, mode=5)
deinterlaced_clip = core.eedi3.eedi3(matched_clip, field=1)
postprocessed_clip = core.std.FrameEval(matched_clip, functools.partial(postprocess, clip=matched_clip, deinterlaced=deinterlaced_clip), prop_src=matched_clip)
video = core.vivtc.VDecimate(postprocessed_clip)
video = core.fmtc.bitdepth (video3, bits=32)
video = core.fmtc.matrix(video,mat="601",col_fam=vs.RGB)
video = core.w2xnvk.Waifu2x(video, noise=0, scale=2, model=0, tile_size=180, precision=16)
video = core.fmtc.matrix(video,mat="601",col_fam=vs.YUV)
video = core.fmtc.resample (video, css="420")
video = core.resize.Spline64(video,width=854,height=480)
video = core.fmtc.bitdepth (video, bits=10)
video.set_output()
```
```
ffmpeg -i infile -vcodec libaom-av1 -lag-in-frames 25 -g 900 -crf 21 -cpu-used 2 -row-mt 0 -b:v 0 -auto-alt-ref 1 -an -strict -2 -pass 1 -f null /dev/null
```
```
ffmpeg -i infile -vcodec libaom-av1 -lag-in-frames 25 -g 900 -crf 21 -cpu-used 2 -row-mt 0 -b:v 0 -auto-alt-ref 1 -acodec libopus -b:a 160k -af "channelmap=channel_layout=5.1" -strict -2 -pass 2 outfile.mkv
```
This OVA is not particularly good, but the games are, and I strongly suggest emulating them if you like JRPGs. (This OVA is aimed at people who played the game)
Comments - 2
Chilled
SomaHeir