huguru
28th December 2016, 20:23
http://i.imgur.com/EJqTCPQ.png -> http://i.imgur.com/v6DRGIQ.png
Sample Clip (https://www.sendspace.com/file/no48e3)
Please look at the lineart around the shoulder.
How can I fix these what look as if they are leftover artifacts from a previous frame?
My current script stands as below-
input=LWLibavVideoSource()
chroma = input.checkmate()
luma = input.checkmate(tthr2=0)
Vid = luma.MergeChroma(chroma)
AssumeTFF()
deint=QTGMC().SelectEven()
TFM(slow=2, pp=2, mode=5, chroma=true, scthresh=6, cthresh=6, micmatching=3, clip2=deint, display=true)
Sample Clip (https://www.sendspace.com/file/no48e3)
Please look at the lineart around the shoulder.
How can I fix these what look as if they are leftover artifacts from a previous frame?
My current script stands as below-
input=LWLibavVideoSource()
chroma = input.checkmate()
luma = input.checkmate(tthr2=0)
Vid = luma.MergeChroma(chroma)
AssumeTFF()
deint=QTGMC().SelectEven()
TFM(slow=2, pp=2, mode=5, chroma=true, scthresh=6, cthresh=6, micmatching=3, clip2=deint, display=true)