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")
matchedclip = core.vivtc.VFM(video, order=1, mode=5)
deinterlacedclip = core.eedi3.eedi3(matchedclip, field=1)
postprocessedclip = core.std.FrameEval(matchedclip, functools.partial(postprocess, clip=matchedclip, deinterlaced=deinterlacedclip), propsrc=matchedclip)
video = core.vivtc.VDecimate(postprocessedclip)
video = core.fmtc.bitdepth (video3, bits=32)
video = core.fmtc.matrix(video,mat="601",colfam=vs.RGB)
video = core.w2xnvk.Waifu2x(video, noise=0, scale=2, model=0, tilesize=180, precision=16)
video = core.fmtc.matrix(video,mat="601",colfam=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.setoutput()
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[/i]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)
Information:
No information.