Code: Select all
directshowsource("g:\xxxxx.mkv", audio=false)
ConvertToYV12()
undot()
Spline64Resize(848,636)
ConvertToYV12()
DeHalo_alpha(brightstr=2, ss=5.0)
ConvertToYV12()
aWarpSharp(depth=30.0, blurlevel=4)
convertToYV12()
undot()
Code: Select all
directshowsource("g:\xxxxx.mkv", audio=false)
ConvertToYV12()
undot()
Spline64Resize(848,636)
ConvertToYV12()
DeHalo_alpha(brightstr=2, ss=5.0)
ConvertToYV12()
aWarpSharp(depth=30.0, blurlevel=4)
convertToYV12()
undot()
He means convert it to a lossless source first then feed it into what ever editor you use.Mister Hatt wrote:This source will look a lot better if you don't use avisynth at all and just feed your mkv into whatever editor instead, guaranteed.
Code: Select all
convertToYV12()
Removegrain(1)
Spline64Resize(848,636)
ConvertToYV12()
aWarpSharp(depth=20.0, blurlevel=2)
DeHalo_alpha(brightstr=1.5, ss=4.0)
BlindDeHalo3( rx=2.0, ry=2.0, strength=150,
\ lodamp=2.0, hidamp=2.0, sharpness=0.0, tweaker=0.0,
\ PPmode=0, PPlimit=0, interlaced=false)
WarpSharp()
When even *I* think the characters' faces look awful, you've probably used too much warpsharpening. Just sayin'.Heavy amv wrote: