Code: Select all
DGDecode_mpeg2source("C:\Users\?\Videos\Berserk Trailer.d2v")
TFM(mode=1,slow=2,micmatching=2,pp=5,clip2=tdeint(mode=2,type=3)).TDecimate()
source = last
Frfun7()
filtered = last
ContraSharpening(filtered,source)
LoadPlugin("C:\users\?\downloads\warpsharp.dll")
EE()
gradfunkmirror()
AAA()
Code: Select all
DGDecode_mpeg2source("C:\Users\!\Videos\Berserk Trailer.d2v")
TFM(mode=1,slow=2,micmatching=2,pp=5,clip2=tdeint(mode=2,type=3)).TDecimate()
source = last
Frfun7()
filtered = last
ContraSharpening(filtered,source)
LoadPlugin("C:\users\!\downloads\warpsharp.dll")
EE()
gradfunkmirror()
AAA(Xshrp=20, Yshrp=20)
A few thoughts. What is the purpose of EE and is it even needed? Also there is still a great deal of noise or ringing. How could I get rid of the noise, do I just need to tweak the parameters for frfun7? Lastly what do the parameters Xshrp and Yshrp control in AAA? Is X the unfiltered and Y the output result for the anti-aliasing?