View Full Version : Need help with TIVTC
rack04
5th July 2010, 21:14
I have a cartoon that I'm trying to convert to a format compatible with my iPhone for road trips. Here is a sample (http://www.multiupload.com/QZ4GDGYPVK).
Here is my attempt but it appears I am doing something wrong.
LoadPlugin("C:\Program Files\DGIndexNV\DGMultiDecodeNV.dll")
LoadPlugin("C:\Program Files (x86)\TIVTC\TIVTC.dll")
DGMultiSource("E:\Work\VTS_02_1.dgi", resize_w=480, resize_h=352)
tfm(order=1).tdecimate()
Lyris
5th July 2010, 22:14
What is the error?
rack04
5th July 2010, 22:15
What is the error?
After processing the video I still see repeat frames. Sorry I should have been more descriptive. Basically I was wanting someone to clarify the script was correct for the sample.
Guest
5th July 2010, 22:44
Can't download it. All it gives is ad popups. Use mediafire.com.
Inspector.Gadget
5th July 2010, 22:46
At minimum, you're resizing before IVTC'ing. That is going to look terrible, because you're destroying the field pattern on the two combed frames in every 5. Resize after IVTC.
rack04
5th July 2010, 23:05
@neuron2 mediafire isn't working for me right now.
At minimum, you're resizing before IVTC'ing. That is going to look terrible, because you're destroying the field pattern on the two combed frames in every 5. Resize after IVTC.
Thanks for the information. From neuron2's guide (http://neuron2.net/faq.html#analysis) it appears to have the following field sequence:
... a a a b b c c c d d ...
Which means it is 3:2 pulled-down progressive video.
The field order is TFF.
Looks like the issue was resizing before IVTC'ing. Thanks for the tip.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.