View Single Post
Old 18th April 2004, 22:12   #57  |  Link
Dallemon
Registered User
 
Join Date: Nov 2003
Location: Denmark
Posts: 38
i did

edit: except i have no idea which version of mpeg2dec.dll to use :/

edit2: the version i have is the one from the avisynth filter collection

edit3/5: the new script looks like so

setmemorymax(256)
import("C:\AviSynth 2.5\scripts\restore24.avs")
import("C:\AviSynth 2.5\scripts\bobmatcher.avs")
loadplugin("C:\AviSynth 2.5\plugins\masktools.dll")
loadplugin("C:\AviSynth 2.5\plugins\avisynth_c.dll")
loadcplugin("C:\AviSynth 2.5\plugins\smartdecimate.dll")
loadplugin("C:\AviSynth 2.5\plugins\tomsmocomp.dll")
loadplugin("C:\AviSynth 2.5\plugins\kerneldeint.dll")
loadplugin("C:\AviSynth 2.5\plugins\mpeg2dec.dll")
loadplugin("C:\AviSynth 2.5\plugins\mpeg2dec3.dll")
mpeg2source("C:\KORN_LIVE_DISC1\VIDEO_TS\KoRn - Live.d2v",CPU=4,iPP=true)
converttoyuy2(interlaced=true)
restore24(tomsbobsoft(last),bobmatcher(last))

edit4: ok i see you have changed the dlls that needed to loaded

Last edited by Dallemon; 18th April 2004 at 22:22.
Dallemon is offline   Reply With Quote