DGDecode_mpeg2source("C:\Users\Hannah\Desktop\VTS_ 01_1.d2v")
TFM(order=1)
TDecimate()
+ Reply to Thread
Results 1 to 2 of 2
-
-
Yes, the script is correct. But you don't usually need to specify the field order as most (including your sample) don't need it. In addition, decimation of anime is often helped by using Mode=1. From the TDecimate doc:
Mode 1 = Exactly like mode 0, except instead of decimating the M most similar
frames, frames are decimated from the longest remaining strings of
duplicates. The duplicate detection uses the dupThresh parameter. This
mode is the correct type of decimation for anime and other sources where
frames are repeated 2, 3 or 4 times in a row...
TFM()
TDecimate(Mode=1)
But in almost all cases your script will work just fine.
Similar Threads
-
(How to) Inverse Telecine
By Cherbette in forum RestorationReplies: 16Last Post: 17th Nov 2011, 13:24 -
Inverse Telecine Anime (Death Note)
By Corpsecreate in forum Video ConversionReplies: 16Last Post: 7th Oct 2011, 02:55 -
AviSynth with VirtualDubMod - Inverse Telecine advice needed
By spicediver10191 in forum Video ConversionReplies: 5Last Post: 7th Dec 2010, 01:29 -
Frasier DVD to iPod Inverse Telecine Help
By jmsajdak in forum DVD RippingReplies: 1Last Post: 4th Sep 2008, 09:16 -
PAL Inverse Telecine?
By Anakin in forum Video ConversionReplies: 6Last Post: 18th Aug 2008, 07:34