LouieChuckyMerry
9th July 2015, 09:18
Please, I was wondering if the filter order and line syntax is correct for the following:
Blu-raySourceVideo
#deinterlace
#crop
#resize
#denoise
SMDegrain(Lsb=True,Lsb_Out=True)
F=DitherPost(Mode=-1)
S=F.FastLineDarkenMod()
D=MT_MakeDiff(S,F).Dither_Convert_8_To_16()
Dither_Add16(Last,D,Dif=True,U=2,V=2)
GradFun3(Radius=16,Lsb_In=True,Lsb=True)
### Preview Source OR Send 16-bit Output To x264 10-bit ###
# DitherPost()
Dither_Out()
That is, would it be normal to go: denoise, sharpen, deband? And are the Dither lines for FastLineSharpenMod then onto GradFun3 the best method? Thanks in advance for any help :) .
Blu-raySourceVideo
#deinterlace
#crop
#resize
#denoise
SMDegrain(Lsb=True,Lsb_Out=True)
F=DitherPost(Mode=-1)
S=F.FastLineDarkenMod()
D=MT_MakeDiff(S,F).Dither_Convert_8_To_16()
Dither_Add16(Last,D,Dif=True,U=2,V=2)
GradFun3(Radius=16,Lsb_In=True,Lsb=True)
### Preview Source OR Send 16-bit Output To x264 10-bit ###
# DitherPost()
Dither_Out()
That is, would it be normal to go: denoise, sharpen, deband? And are the Dither lines for FastLineSharpenMod then onto GradFun3 the best method? Thanks in advance for any help :) .