Chainik, although I was able to get SVP working with the hack from MAG79,
I still can't use it because of the audio sync problem.
Do you have any idea on what that problem is?
Thanks.
Pages 1
You are not logged in. Please login or register.
SmoothVideo Project → Posts by iamjohngalt
Pages 1
Chainik, although I was able to get SVP working with the hack from MAG79,
I still can't use it because of the audio sync problem.
Do you have any idea on what that problem is?
Thanks.
I understand<grin>
I had to spend one day this week fixing hacker incursions on a friend's website.
(Probably from slack permissions in that case.)
Thanks. Here is the output TestSVP2.txt
WScript version: 5.7
From FSO: C:\Program Files\SVP
From WScript.Shell: undefined
From ScriptFullName: C:\Program Files\SVP
Sorry for delay. Could not get any reply from SVP forum website since yesterday
I applied the hack you suggested, and it works now. Thanks.
The video is slightly behind the audio, starts just a fraction of a second and gets worse the longer it runs.
(Happens with xvid (576x432) and h264 (720x404) video files.)
I'm only using a laptop with core2duo 2.4Ghz and 2Gb memory, vidcard Nvidia Quadro FX 1600M similar to 9600M.
Granted that I am guessing, but it appears that SVP is getting the path from some other software.
Since I only installed the lite version, perhaps the other software that I already had is not providing
the path as it might have if installed along with SVP?
Here is contents of TestSVP.txt after run:
-----------------
SVP.appDataDir=C:\Documents and Settings\M6300\Application Data\SVP 3.1\
SVP.currentDir=undefined\
SVP.avsDir=undefined\AVS\
SVP.logDir=C:\Documents and Settings\M6300\Application Data\SVP 3.1\Logs\
SVP.iniDir=C:\Documents and Settings\M6300\Application Data\SVP 3.1\Settings\
SVP.extIniDir=C:\Documents and Settings\M6300\Application Data\SVP 3.1\Profiles\
-------------------------
SVP manager icon is shown in tray when I ran TestSVP.wsf
1. Windows XP Professional SP3
2. Program is installed at: C:\Program Files\SVP
and plugins are in: C:\Program Files\SVP\Plugins
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
Pages 1
SmoothVideo Project → Posts by iamjohngalt
Powered by PunBB, supported by Informer Technologies, Inc.