scrtagt69
22nd August 2004, 20:13
Hello All,
I just started reading bout this smartdecimate and wanted to use it, but it doesnt work. Im using AVSEdit for Avisynth 2.5, and i have all my dlls in the plugins folder. here is what im using.
loadplugin("D:\Program Files\AviSynth 2.5\plugins\avisynth_c.dll")
loadCplugin("D:\Program Files\AviSynth 2.5\plugins\SmartDecimate.dll")
MPEG2Source("D:\Documents and Settings\Administrator\Desktop\rips\lunatics.d2v",cpu=4,iPP=true)
DeDot()
b=DGBob(FOrder(),mode=1)
SeparateFields()
SmartDecimate(24,60,b,0.50)
KernelDeint(FOrder())
function FOrder(clip c) {
fo= GetParity(c)? 1:0
return fo
}
now when i hit the f5 button to view the video it closes the editor completely. i even tried opening it up in WMP and it just opens and closes. now as soon as i remove the avisynth_c.dll it doesnt close anymore, but of course i cant use smartdecimate w/o that dll. is there something im missing?
I just started reading bout this smartdecimate and wanted to use it, but it doesnt work. Im using AVSEdit for Avisynth 2.5, and i have all my dlls in the plugins folder. here is what im using.
loadplugin("D:\Program Files\AviSynth 2.5\plugins\avisynth_c.dll")
loadCplugin("D:\Program Files\AviSynth 2.5\plugins\SmartDecimate.dll")
MPEG2Source("D:\Documents and Settings\Administrator\Desktop\rips\lunatics.d2v",cpu=4,iPP=true)
DeDot()
b=DGBob(FOrder(),mode=1)
SeparateFields()
SmartDecimate(24,60,b,0.50)
KernelDeint(FOrder())
function FOrder(clip c) {
fo= GetParity(c)? 1:0
return fo
}
now when i hit the f5 button to view the video it closes the editor completely. i even tried opening it up in WMP and it just opens and closes. now as soon as i remove the avisynth_c.dll it doesnt close anymore, but of course i cant use smartdecimate w/o that dll. is there something im missing?