kenmasters1976
5th November 2009, 20:06
I have some VHS tapes I want transfer to AVI. I captured a clip with VirtualDub to test the results and VirtualDub reported 0 frames dropped and 0 frames inserted. Then, checking the clip, I noted that it showed a Telecine pattern, so I tried some simple AviSynth scripts to apply IVTC and get rid of interlaced frames and the ghosting effect they produce, the problem is that by doing so, I get some frames going from this:
http://img30.imageshack.us/img30/5016/source1o.th.png (http://img30.imageshack.us/i/source1o.png/)
to this:
http://img5.imageshack.us/img5/1783/source2p.th.png (http://img5.imageshack.us/i/source2p.png/)
There are some parts of the clip with a random frame looking like this, but others, like the part from the picture, where practically all frames end up like this.
I've searched the forum but couldn't find anything that solves it (or didn't know exactly what to search for). Any suggestions?. Thanks in advance.
P.S.: The IVTC scripts I tried were:
Telecide()
Decimate()
and
TFM().TDecimate()
Both give me the same results.
http://img30.imageshack.us/img30/5016/source1o.th.png (http://img30.imageshack.us/i/source1o.png/)
to this:
http://img5.imageshack.us/img5/1783/source2p.th.png (http://img5.imageshack.us/i/source2p.png/)
There are some parts of the clip with a random frame looking like this, but others, like the part from the picture, where practically all frames end up like this.
I've searched the forum but couldn't find anything that solves it (or didn't know exactly what to search for). Any suggestions?. Thanks in advance.
P.S.: The IVTC scripts I tried were:
Telecide()
Decimate()
and
TFM().TDecimate()
Both give me the same results.