View Full Version : QTGMC Deinterlacing Script (v3.32)
manono
5th April 2015, 03:55
For reference, how do I provide a VOB of just the main movie?
I hope you mean an M2V (the video only portion of the VOB because we have no need for the audio). If so:
To cut a piece of a VOB, open it in DGIndex. Use the slider and the [ and ] buttons to isolate a small section. Then go File->Save Project and Demux Video. Upload the resulting M2V somewhere. 10 seconds or so with steady motion will be plenty.
Anyway, I have used in the past the following:
tfm(mode=5,pp=0,slow=1)
tdecimate(cycle=5)
I prefer to keep it simple unless there's a reason to add in the additional parameters, or use something different from the defaults. Using your script:
MPEG2Source("test.d2v")
tfm(mode=5,pp=0,slow=1,display=true).tdecimate(cycle=5)
also works fine. There's nothing really difficult about this one, the sample anyway.
I tried the above and resulting file had the same jerky output.
Your IVTC script? It works fine on the sample provided.
EDIT: Note when I leave pp=0 in everything still looks interlaced.
Even with PP=0 it works fine - no interlacing.
Also when I ran this thru DGIndex to try a different way of loading the file I got at the end "A field order transition was detected" and asked if I want it corrected.
There's no sure-fire answer for that. Usually the correct answer is 'yes'. Read the manual about that. You opened all the VOBs at the same time, or just one?
Also DG says file is 29.97 interlaced.
That's because it is. It's 'hard telecined'. The telecine was encoded into the video. Better quality NTSC DVDs encode for progressive 23.976fps and add 'soft pulldown' to output the interlaced 29.97fps as required for the NTSC DVD standard.
jriker1
5th April 2015, 04:28
That's because it is. It's 'hard telecined'. The telecine was encoded into the video. Better quality NTSC DVDs encode for progressive 23.976fps and add 'soft pulldown' to output the interlaced 29.97fps as required for the NTSC DVD standard.
Thanks. So am I supposed to do something with pulldown to make the content 23.976 or leave the content 29.97? Or will TFM change it to 23.976?
Thanks.
JR
manono
5th April 2015, 04:56
So am I supposed to do something with pulldown to make the content 23.976...
Yes, that's what the IVTC does. InVerse TeleCine
It removes the duplicate fields leaving you with the original progressive 23.976fps video.
LigH
5th April 2015, 06:57
TFM is tritical's Field Matcher. It is a helper plugin for TIVTC to detect which fields match in the usually regular Telecine pattern and can be eliminated to restore the previously progressive video content. Unfortunately, the regular pattern is not guaranteed if someone cut the video after applying Telecine (which is a stupid idea, but video office clerks sometimes don't know what to avoid to not rape the material).
Music Fan
5th April 2015, 17:28
If it's a soft pulldown and not a hard pulldown, you can simply remove the pulldown flag with TSMuxer without re-encoding, you will get a 23.976 fps mpeg-2 video (in ts container or m2v if you demux).
jriker1
5th April 2015, 23:47
\There's no sure-fire answer for that. Usually the correct answer is 'yes'. Read the manual about that. You opened all the VOBs at the same time, or just one?
I took the original DVD and stripped out the unnecessary info with DVDFab 9 so had a DVD with VOB's just related to the main movie. Then took all the VOB files in order of number and loaded them in DGIndex. At the end of the saving of the DG file that message popped up.
JR
LouieChuckyMerry
21st April 2015, 08:36
If it's a soft pulldown and not a hard pulldown, you can simply remove the pulldown flag with TSMuxer without re-encoding, you will get a 23.976 fps mpeg-2 video (in ts container or m2v if you demux).
I tried the above on the full VOB file from which this S3.E11-TestClip (http://www.mediafire.com/download/m3pfk0wdd0vms4v/S3.E11-TestClip.7z) came. It did change the frame rate to 23.976 but the audio is now out of sync. I realize that this has nothing to do with QTGMC but my search for an answer led me here (where I'd come earlier--the top of page 99--for help). If anyone has the time or inclination I'd be very grateful for your time and expertise here (http://forum.videohelp.com/threads/370888-Suggestions-For-Optimizing-SD-Animation-Encoding). Thanks.
Music Fan
21st April 2015, 11:52
This is a mkv file, and I believe you should remove the flag from the original vob, because of potential mkv header problems. MediaInfo detects variable framerate (which is not good) and 23.976 fps as the original framerate.
You can cut an extract of the original vob with Dvd-Shrink in re-author mode (if you kept the VIDEO_TS folder).
And please let the sound to let us make tests and verify synch.
To ensure the mpeg-2 file is really soft pulldowned, use Gspot, old but still useful in some cases. It seems to be the case for your file (after extraction with MKVextract), but a test made with the original vob would be more reliable.
LouieChuckyMerry
23rd April 2015, 06:06
Music Fan: if you're still willing to help the test clips are linked at the end of this (http://forum.videohelp.com/threads/370888-Suggestions-For-Optimizing-SD-Animation-Encoding?p=2386763#post2386763) thread. I don't want to hijack the QTGMC thread ;) . Thanks.
Music Fan
23rd April 2015, 10:21
I'm not registered on this forum, you could open a new thread on doom9.
LouieChuckyMerry
29th April 2015, 01:20
Music Fan: thanks for your willingness to help (and your patience). After much testing, it seems that a half dozen of my VOB files were corrupted; re-ripping the DVD's solved the problem. Again, thanks for your kindness :) .
nhope
21st April 2017, 07:12
Any chance of a moderator edit to the OP (in the style of the AviSynth+ post moderator edit (https://forum.doom9.org/showthread.php?t=168856)), linking to real.finder's updates? Things have moved on a lot but they're difficult to find, especially for newcomers. -Vit-'s not going to do it as he hasn't been here since Nov' 14.
These seem to be the key posts to link to:
First Post: https://forum.doom9.org/showthread.php?p=1725289#post1725289
Download 3.33s - 3.353s: https://forum.doom9.org/showthread.php?p=1732845#post17328459
Download 3.354s on: https://forum.doom9.org/showthread.php?p=1796409#post1796409
Perhaps also a reference to the need for updated plugins (requirements stated in the .avsi comments).
And perhaps also a link to http://avisynth.nl/index.php/QTGMC which includes -Vit-'s last build (3.33) which never appeared in his OP (only here (https://forum.doom9.org/showthread.php?p=1573657#post1573657)).
LigH
21st April 2017, 07:15
Or create a new thread and close this one with a link...
Groucho2004
21st April 2017, 08:37
Or create a new thread and close this one with a link...Much better.
tebasuna51
21st April 2017, 12:21
Post after May 2015 and today moved to new thread QTGMC Deinterlacing Script (v3.357) (https://forum.doom9.org/showthread.php?t=174544)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.