Moth3r said:
retartedted said:
Here is an untouched example of the NTSC tape. http://www.sendspace.com/file/nxlmqn
Do you know of any good methods for IVTC that don't make the footage choppy with Avisynth?
The only good methods I have found have been Virtualdub filters, and I would rather get the majority of the load done with Avisynth if possible.
But if push comes to shove I guess I could just use Virtualdubs IVTC.
For some reason, AviSynth was reading the file as bottom field first, when it should be TFF. Insert a AssumeTff() command in your script before the IVTC, and the frame order is correct.
http://www.sendspace.com/file/f6ev2h
This is just a quick manual IVTC using DoubleWeave().Pulldown(0,2); automatic methods such as decomb or TIVTC would be more appropriate if there are any cadence changes in the video.
(I've applied a levels tweak as well, this is my preference but of course YMMV)
thanks!