Log in

View Full Version : Interlaced NTSC DVD


egrimisu
19th March 2008, 15:22
How to deinterlance an ntsc 29.970fps dvd to 23.976?

every 5 frame is interlanced.What mettod to use for best quality?


Please post a code cause i'm a total lame.Thanks

Undead Sega
19th March 2008, 15:37
Inversetelecine.

egrimisu
19th March 2008, 16:07
Thanks, it's working flawessly.
Wew can i find FastLineDarken.avs ?

talen9
19th March 2008, 20:45
Try here (http://forum.doom9.org/showthread.php?p=1035405#post1035405) (I hope it's the most recent version).

egrimisu
19th March 2008, 21:04
Thanks that worked to ;)
Last question : How to use useMTmode(2)?
i downloaded mt.dll and put it in plugins and the avuisynh.dll i put it in system32 in vista directory.
Loadplugin('c:\...\mt.dll')
setMTmode(2)


An the message i get is "there'n no function name setmtmode"

Blue_MiSfit
19th March 2008, 22:07
mt.dll isn't necessary for setmtmode.

I'm guessing you're running vista x64? the modified avisynth.dll needs to go into %systemroot%\syswow64, which is where Windows stores 32 bit DLLs. Backwards, I know :)

~MiSfit

egrimisu
20th March 2008, 10:18
Thanks, thata worled to :)