The eDealer
10th January 2005, 07:32
I have a terrible interlaced indian PAL-DVD source with fieldblending (3,5h length!!).
To back it up I want to use the CCE (2.67) with this AVS-Script:
# Hindi-Script 09.01.2005
#
setmemorymax(1024)
#
import("E:\x\restore24.avs")
#
loadplugin("E:\x\MaskTools.dll")
loadPlugin("E:\x\DGDecode.dll")
loadplugin("E:\x\kerneldeint.dll")
loadplugin("E:\x\tdeint.dll")
loadplugin("E:\x\avisynth_c.dll")
loadcplugin("E:\x\smartdecimate.dll")
#
MPEG2Source("E:\DVDlabTemp\vts_nic.d2v",cpu=6,idct=5,iPP=true)
#
crop(8,72,-16,-76)
a=r24kernelbob()
b=tdeint(mode=1,tryweave=false)
restore24(a,b,24,50).assumefps(25,true)
HorizontalReduceBy2
#ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
scharfis_brain supported me with the script, but finaly i have the problem to load the plugins MaskTools.dll and/or kerneldeint.dll.
I get the AVS message that they could not been loaded (internal preview of AVSEdit: "Evaluate: unrecognized exception" or media player classic: "LoadPlugin: unable to load:"E:\.......".).
In a nother thread of me you see that i also had problems with this plugins in my plugins-folder of AviSynth. So i load it manualy using the script.
I use the latest AviSynth version 2.55 (01.09.2004).
Have anybody an idea for this problem or another script solution?
Thanks for feedback
To back it up I want to use the CCE (2.67) with this AVS-Script:
# Hindi-Script 09.01.2005
#
setmemorymax(1024)
#
import("E:\x\restore24.avs")
#
loadplugin("E:\x\MaskTools.dll")
loadPlugin("E:\x\DGDecode.dll")
loadplugin("E:\x\kerneldeint.dll")
loadplugin("E:\x\tdeint.dll")
loadplugin("E:\x\avisynth_c.dll")
loadcplugin("E:\x\smartdecimate.dll")
#
MPEG2Source("E:\DVDlabTemp\vts_nic.d2v",cpu=6,idct=5,iPP=true)
#
crop(8,72,-16,-76)
a=r24kernelbob()
b=tdeint(mode=1,tryweave=false)
restore24(a,b,24,50).assumefps(25,true)
HorizontalReduceBy2
#ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
scharfis_brain supported me with the script, but finaly i have the problem to load the plugins MaskTools.dll and/or kerneldeint.dll.
I get the AVS message that they could not been loaded (internal preview of AVSEdit: "Evaluate: unrecognized exception" or media player classic: "LoadPlugin: unable to load:"E:\.......".).
In a nother thread of me you see that i also had problems with this plugins in my plugins-folder of AviSynth. So i load it manualy using the script.
I use the latest AviSynth version 2.55 (01.09.2004).
Have anybody an idea for this problem or another script solution?
Thanks for feedback