Log in

View Full Version : Artifacts from previous frames


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)

manono
29th December 2016, 07:49
Sometimes less is more?

MPEG2Source("test.d2v")
TFM()
TDecimate(Mode=1)

Do your dot crawl removal afterwards. Nothing around the shoulder that I can see. No post-processing being done.