Log in

View Full Version : TIvtc?


kcb
31st January 2006, 06:34
i have the following avisynth script:



LoadPlugin("G:\Video_Tools\DGIndex\DGDecode.dll")
LoadPlugin("G:\Video_Tools\AviSynth_Scripts\TIVTC.dll")
LoadPlugin("G:\Video_Tools\AviSynth_Scripts\Decomb.dll")
mpeg2source("G:\Video_Tools\AviSynth_Scripts\test.d2v")
TFM(order=1)
TDecimate()


i also have the SVCD NTSC Film template loaded, default settings for some reason playback seems to be too fast?

kcb
31st January 2006, 07:17
nevermind, it works great my question is why does it work great? unlike tmpgenc's auto ivtc?

foxyshadis
31st January 2006, 07:32
Because tritical is awesome? Because it has better matching and post-processing? I d'no exactly what you're asking, but you can find a lot of information about it in the TIVTC thread (http://forum.doom9.org/showthread.php?t=82264) or the source code.

kcb
31st January 2006, 08:32
Yeah i was just curious. How does it compare to manually ivtc'ing ? and what happens if the source isn't ivtc'able?

manono
31st January 2006, 08:56
How does it compare to manually ivtc'ing ?

Let's see... no time .vs hours of time. Which should I choose? Don't rush me, I'm thinking. Come on now. TMPGEnc's IVTC was obsolete 5 years ago.

Sure, there are tough to IVTC sources. For those you have override files in TIVTC or Decomb, and a wealth of tweaks to improve the IVTC. Or just forget about getting it 100% and let the post-processing deinterlacer handle it. Still beats going over it frame by frame in TMPGEnc to find where the pattern changes, and what the new pattern is.

and what happens if the source isn't ivtc'able?

At the risk of stating the obvious, then you don't IVTC.

Alain2
1st February 2006, 11:05
Still beats going over it frame by frame in TMPGEnc to find where the pattern changes, and what the new pattern is.
Which is also not a very good ivtc'ed because this creates aliasing on the frames touched, which is annoying to watch in some US fansubs that would be nice otherwise...

kcb
8th February 2006, 05:23
[quote]
Or just forget about getting it 100% and let the post-processing deinterlacer handle it
[/code]

is this handled automatically with the above script or do i have to add something else?

foxyshadis
8th February 2006, 05:59
Yes, pp defaults to 6 (motion-adaptive cubic interpolation).

Chainmax
8th February 2006, 12:49
Which is also not a very good ivtc'ed because this creates aliasing on the frames touched, which is annoying to watch in some US fansubs that would be nice otherwise...

There are sources that can only be IVTCed manually. Some X-Men VHS captures I'm working on look awful when using any automatic IVTC method and have to be IVTCed via TMPG's manual method.