NLight95
22nd October 2007, 07:29
I'm trying to use the Dust filter to clean up one of my old movies and I receive this error.
LoadPlugin: unable to load "c:\other\plugins\Loadpluginex.dll"
(F:\Z\V01000000001001.avs, line 7)
I'm using Vista 64, Rebuilder 1.26.3, CCE, and Avisynth 2.5.7. I copied both msvcp71.dll & msvcr71.dll into my system32 folder. I have CCE running in XP SP2 Compatibility Mode since it's know to have issues under V64. If I clear the filter entries in RB the compression works fine, albeit without any filtering applied.
The error occurs right off in the first m2v file. Here are the contents of the first script. I know when the error occurs there is no compression/encoding of any kind because the encoding speed is over 20 fps. Normally it's around 8-10 fps when doing a 2-pass CCE run.
Any clues?
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("C:\Program Files (x86)\DVD-RB PRO\DGDecode.dll")
mpeg2source("F:\Z\D2VAVS\V01.D2V")
Loadplugin("c:\other\plugins\Loadpluginex.dll") <-- Line 7
Loadplugin("c:\other\plugins\Dustv5.dll")
Converttoyuy2().Pixiedust(2).Converttoyv12()
trim(0,5063)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
P.S. I installed RB/AVISynth/CCE with Admin rights and Driver Signing disabled.
LoadPlugin: unable to load "c:\other\plugins\Loadpluginex.dll"
(F:\Z\V01000000001001.avs, line 7)
I'm using Vista 64, Rebuilder 1.26.3, CCE, and Avisynth 2.5.7. I copied both msvcp71.dll & msvcr71.dll into my system32 folder. I have CCE running in XP SP2 Compatibility Mode since it's know to have issues under V64. If I clear the filter entries in RB the compression works fine, albeit without any filtering applied.
The error occurs right off in the first m2v file. Here are the contents of the first script. I know when the error occurs there is no compression/encoding of any kind because the encoding speed is over 20 fps. Normally it's around 8-10 fps when doing a 2-pass CCE run.
Any clues?
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("C:\Program Files (x86)\DVD-RB PRO\DGDecode.dll")
mpeg2source("F:\Z\D2VAVS\V01.D2V")
Loadplugin("c:\other\plugins\Loadpluginex.dll") <-- Line 7
Loadplugin("c:\other\plugins\Dustv5.dll")
Converttoyuy2().Pixiedust(2).Converttoyv12()
trim(0,5063)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
P.S. I installed RB/AVISynth/CCE with Admin rights and Driver Signing disabled.