PDA

View Full Version : problem with TIVTC, double frame


split710
28th April 2008, 14:39
hello

I have a video avi file 23.976 but with 1 double frame for every sigle frame. AABBCCDDEEFFGGHHIIJJKKLL etc..

I tired TIVTC with various configuration mode 0, mode 1
cycle 0, 1 etc...

video still have double frames, do I use any other solution?


thanks for support

nonsens112
28th April 2008, 15:01
mb just SelectEven() ? :rolleyes:

themostestultimategenius
28th April 2008, 19:20
Try Decimate(Cycle=2).

Blue_MiSfit
28th April 2008, 21:00
Indeed. Take a look at the Decomb / TIVTC manual(s), and you will see how to take care of a situation like this rather quickly :)

A simple SelectEven() or SelectOdd() should also have the same effect.

~MiSfit