(i have no idea what i'm doing)
DirectShowSource("d:\hr1_big.avi", fps=29.97, convertfps=true)
Invert().YLevelsS(gamma=1.5, output_high=240).Invert()
orig = last
Repair(AA(), orig, mode=3)
prescale = last
FluxSmoothST(spatial_threshold=2, temporal_threshold=12)
LanczosResize(856, 472, taps=5)
LimitedSharpenFaster(Lmode=3)
vmToon(sharpen=false, thinning=35, strength=64, threshold=3, luma_cap=200)
Repair(last, prescale.Spline36Resize(856, 472), mode=1)
function PreviewFile()
{
DirectShowSource("d:\hr_previews.avi", fps=29.97, convertfps=true)
Trim(0, 448)
AA(edge=true)
Crop(0, 4, 0, -4)
Spline36Resize(856, 472)
return last
}
last ++ PreviewFile()