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. |
|
13th October 2015, 14:41 | #1 | Link |
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. |
13th October 2015, 22:52 | #3 | Link |
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) Motion of the original source: And the motion of the TFMed source: |
14th October 2015, 02:06 | #4 | Link |
Registered User
Join Date: Feb 2015
Posts: 55
|
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.
|
Tags |
anime, interlaced video, ivtc, progressive credits |
Thread Tools | Search this Thread |
Display Modes | |
|
|