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 13th October 2015, 14:41   #1  |  Link
EruPii
Registered User
 
Join Date: Jan 2014
Location: Hungary
Posts: 13
Progressive credits on interlaced video

Hello everyone,

I'm having trouble with an anime source which has progressive credits on an interlaced video. Is there a way to IVTC the source ignoring the credit text somehow?
Here is my source. It's the opening sequence of the anime.

Thanks for your help in advance.
EruPii is offline   Reply With Quote
Old 13th October 2015, 17:00   #2  |  Link
kuchikirukia
Registered User
 
Join Date: Oct 2014
Posts: 476
If TFM is destroying the kanji, it's sometimes the post-processing. Try setting pp=0.
kuchikirukia is offline   Reply With Quote
Old 13th October 2015, 22:52   #3  |  Link
EruPii
Registered User
 
Join Date: Jan 2014
Location: Hungary
Posts: 13
It doesn't really work. I'm trying this code now.

Code:
LoadPlugin("c:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
mpeg2source("vob/rmexeb_ep01.d2v")

ConvertToYV12(interlaced=true)
deint = TDeint(order=1, type=3, full=false)
TFM(pp=1, clip2=deint, display=true)
#TDecimate(mode=1)
In the ending sequence, there are motions TFM telecides wrong. I've attached screenshots and the ending sequence VOB too.

Motion of the original source:

And the motion of the TFMed source:
EruPii is offline   Reply With Quote
Old 14th October 2015, 02:06   #4  |  Link
Desbreko
Registered User
 
Desbreko's Avatar
 
Join Date: Feb 2015
Posts: 55
Quote:
Originally Posted by EruPii View Post
In the ending sequence, there are motions TFM telecides wrong.
That can happen when the progressive credits change on a frame of animation that's combed from being telecined, making TFM think that the frame shouldn't be field matched because it'll cause combing in the credits. All you can really do about it is force the correct field match with an override file and then post-process deinterlace the credits.
__________________
Twitter, AviSynth scripts
Desbreko is offline   Reply With Quote
Old 14th October 2015, 12:02   #5  |  Link
EruPii
Registered User
 
Join Date: Jan 2014
Location: Hungary
Posts: 13
I guess that's the only way to make the field matching right. Thanks for the help, guys.
EruPii is offline   Reply With Quote
Reply

Tags
anime, interlaced video, ivtc, progressive credits

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 04:49.


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