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

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th June 2013, 17:30   #1  |  Link
resonator79
Registered User
 
Join Date: Apr 2011
Posts: 12
Intra-field interlace artifacts

Hello experts!
I usually get things done by merely browsing the forums and testing on my own, but for the first time in years I've come across a video that's almost impossible to cleanly IVTC.
It seems as if there are interlacing artifacts within the fields. Sort of a "double interlace", for the lack of a better term. I really don't know what to search for either, maybe that's why I can't find anything.

Anyway, if you'd like to help me or have look at it, here's a clip (AVI, ~23mb, 4sek, Lagarith) :
http://artistdead.com/clips/intrafield_test_laga.avi

Thank you!
resonator79 is offline   Reply With Quote
Old 30th June 2013, 20:26   #2  |  Link
creaothceann
Registered User
 
Join Date: Jul 2010
Location: Germany
Posts: 357
Seems like standard 3:2 pulldown?

Code:
AVISource("intrafield_test_laga.avi")
ConvertToYUY2
AssumeBFF
Telecide(guide=1, blend=true)
Decimate
EDIT: There's also a bit of rainbowing, e.g. at frame 49...

Last edited by creaothceann; 30th June 2013 at 20:28.
creaothceann is offline   Reply With Quote
Old 30th June 2013, 22:16   #3  |  Link
resonator79
Registered User
 
Join Date: Apr 2011
Posts: 12
The clip I chose was a bad example, you can hardly make out what I'm talking about. Sorry about that.
Here's another one:
http://artistdead.com/clips/intrafield_test_laga_2.avi

Last edited by resonator79; 30th June 2013 at 22:22. Reason: Link
resonator79 is offline   Reply With Quote
Old 30th June 2013, 23:14   #4  |  Link
creaothceann
Registered User
 
Join Date: Jul 2010
Location: Germany
Posts: 357
You mean the dotcrawling? Try this:

Code:
AVISource("00b.avi")
AssumeTFF
v1 =           Telecide(guide=1, blend=true).Decimate.Crop(26, 116, -30, -104)
v2 = Checkmate.Telecide(guide=1, blend=true).Decimate.Crop(26, 116, -30, -104)
Show(v1, v2)
(Show is featured here)
creaothceann is offline   Reply With Quote
Old 1st July 2013, 06:16   #5  |  Link
resonator79
Registered User
 
Join Date: Apr 2011
Posts: 12
That's a huge improvement, thank you!
resonator79 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 11:58.


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