Topic: undefined\plugins bad script problem
I installed SVP Lite. The manager loads to toolbar in Win xP.
I try to run video in MPC Home Cinema but get error from SVP.
Script error: LoadPlugin: unable to load "undefined\plugins\svpflow1.dll"
then reference to file ffdshow.avs in appdata\SPV 3.1
It appears that SVP is creating a script on the fly without the proper location directory.
How can this be fixed?
Pertinent log entry from SVP:
---------------------------
13:10:01.917; ===== Detected playback with ffdShow
13:10:01.917; GetDimensionAndFPS_Grab start. Duration: 125 ms
13:10:01.042; GetDimensionAndFPS_Grab result: 576 432 23.976
13:10:01.059; T1T: begin
13:10:01.059; T1T: GetAllMediaParams. Duration: 15 ms
13:10:01.074; T1T: SettingsPrepare. Duration: 16 ms
13:10:01.090; T1T: Preparing smooth playback...
13:10:01.090; T1T: WriteAllMediaParamsToIni
13:10:01.090; SVPMgr: main "C:\Documents and Settings\M6300\Application Data\SVP 3.1\" 576 432 23.976 576 432 5 2. Duration: 422 ms
13:10:02.511; ===== Playback
23.976 * (5 : 2) = 59.94 fps
13:10:02.511; SetPriorityPlayer: 0. Duration: 390 ms
13:10:02.901; Error: Error preparing smooth playback! Script error:
LoadPlugin: unable to load "undefined\plugins\svpflow1.dll"
(C:\Documents and Settings\M6300\Application Data\SVP 3.1\AVS\ffdshow.avs, line 4)
(ffdshow_filter_avisynth_script, line 4)
-----------------------------------
END LOG snippet
Contents of ffdshow.avs below
--------------------------
svp_scheduler=true
SetMemoryMax(1024)
LoadPlugin("undefined\plugins\svpflow1.dll")
LoadPlugin("undefined\plugins\svpflow2.dll")
threads=4
SetMTMode(3,threads)
ffdShow_source()
assert(width==576 && height==432,"Frame size "+string(width)+"x"+string(height)+" instead of 576x432")
SetMTMode(2)
super_params="{scale:{up:0},gpu:1,rc:true}"
analyse_params="{main:{search:{coarse:{distance:-10},bad:{sad:2000,range:24}}}}"
smoothfps_params="{rate:{num:5,den:2},algo:13,cubic:1,scene:{}}"
smooth_video
distributor()
--------------------------------END FILE