Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th December 2016, 20:23   #1  |  Link
huguru
Registered User
 
Join Date: Dec 2016
Posts: 4
Artifacts from previous frames

->

Sample Clip

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-
Code:
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)
huguru is offline   Reply With Quote
Old 29th December 2016, 07:49   #2  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
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.
manono is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:53.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.