Log in

View Full Version : TDecimate Exception


TheBashar
31st August 2005, 00:50
Hi Tritical,

Somewhere between TDecimate 0.9.9.1 and 0.9.9.5 I think a bug crept in. The vfrDec=0 option is causing TDecimate to throw an exception up to AviSynth.

The command line I was using (that is now causing the problem) is:

TDecimate(mode=5, hybrid=2, vfrDec=0, tcfv1=false, exPP=true, input="ep.dec", tfmIn="ep.tfm", mkvOut="ep.dtc")

Changing to vfrDec=1 cause the exception to go away. The above is a 2nd pass command. The first pass command, in case it's helpful, is below. Note, it also usees vfrDec=0, but does NOT throw an exception, only the 2nd pass.

TDecimate(mode=4, hybrid=2, vfrDec=0, output="ep.dec")

Thanks for your help!