Log in

View Full Version : Avisynth and IVTC


Sexmoron
28th March 2003, 02:49
Sorry, if it does'nt seem like I've done my homework. I use tmpgenc and Premiere 6 quite a bit, and I've always used the avisynth plug in to export from Premiere into TMPGenc. But that is all I've ever used Avisynth for and the whole concept of Avisynth blows me away, so I've pretty much always ignored it.

But lately I've wanted to experiment with IVTC. I've done an analogue capture of a laserdisc into Premiere as an AVI. I edited out the side changes. I'd like to attempt a reverse telecine on it and try to encode this into a MPG2 with TMPGenc.

I don't expect anyone to spell it all out for me here, but does anyone know a really good tutorial for using Avisynth this way using a Premiere AVI file?

DJ Bobo
28th March 2003, 04:09
AviSource("filename.avi")
LoadPlugin("...\decomb.dll")
Telecide(post=false,guide=1)
Decimate()
...