1 (edited by MaxMan23 07-04-2012 07:31:26)

Topic: Message:"SVP Performance to low", but interpolation is off?

Hi, i got this massage although interpolation is off?
(Only Frame blending is on)
Do you know why?

Config:
Win7 x64 Q6600@3.600Mhz
SVP  3.1.1
LAV Filter 0.51
Running it with Mediaportal



All .avi (xvid) movies. No Problems with h264
I can watch the movies without problems, when i disable the osd message.

Post's attachments

Bild1.png, 297.61 kb, 813 x 457
Bild1.png 297.61 kb, 495 downloads since 2012-04-07 

Re: Message:"SVP Performance to low", but interpolation is off?

MaxMan23
It is not normal.

1. What CPU Usage shows task manager?
2. What process use CPU intensively (see in task manager)?

3 (edited by MaxMan23 07-04-2012 10:44:36)

Re: Message:"SVP Performance to low", but interpolation is off?

Look at the picture. The CPU is not so high. It is a fresh Win x64 on a SSD. Mem usage is 1.35 GB of 4 GB. It is not so high.
I got the same message an a Vista partition on the same PC.

Is it only a wrong message (of SVP)?

Log:
8:53:41.312; RefreshSVP begin. Duration: 7 ms
8:53:41.319; RefreshSVP end: Waiting for ffdshow video
9:18:20.967; GetDimensionAndFPS_Grab start. Duration: 132 ms
9:18:21.099; GetDimensionAndFPS_Grab result: 640 272 23.975
9:18:21.101; T1T: prepare
9:18:21.111; T1T: begin. Duration: 11 ms
9:18:21.122; T1T: GetAllMediaParams
9:18:21.124; T1T: SettingsPrepare. Duration: 7 ms
9:18:21.131; T1T: Preparing smooth playback...
9:18:21.135; T1T: WriteAllMediaParamsToIni
9:18:21.139; application launch...
command: H:\Program Files (x86)\SVP\SVPMgr
parameters: main "H:\Users\Hoschi\AppData\Roaming\SVP 3.1\" 640 272 23.975 640 272 1 1
write to log: True. Duration: 521 ms
9:18:21.660; T1T: SVPMgr main. Duration: 27 ms
9:18:21.687; T1T: Playback
23.975 * (1 : 1) = 23.975 fps -(CF)-> 50.008 fps
9:18:21.688; SetPriorityPlayer: 2. Duration: 2728 ms
9:18:24.416; this is changing FalseVFR_Dwn. ffdShow-framerate: 8.642 SVP Index:0.49/0.00
9:18:25.358; this is changing FalseVFR_Up. ffdShow-framerate: 16.218 SVP Index:0.47/0.00
9:18:26.295; this is changing FalseVFR_Up. ffdShow-framerate: 20.606 SVP Index:0.48/0.00
9:18:27.229; this is changing FalseVFR_Up. ffdShow-framerate: 22.512 SVP Index:0.47/0.00
9:18:28.164; this is changing FalseVFR_Up. ffdShow-framerate: 23.34 SVP Index:0.48/0.00
9:18:29.097; this is changing FalseVFR_Up. ffdShow-framerate: 23.837 SVP Index:0.49/0.00
9:18:30.034; this is changing #2. ffdShow-framerate: 23.975 SVP Index:0.47/0.00
9:18:38.460; clear interval. Duration: 936 ms
9:18:39.396; stabilized framerate: 23.975 fps
9:19:01.203; RefreshSVP begin
9:19:01.206; RefreshSVP end: Waiting for ffdshow video

Re: Message:"SVP Performance to low", but interpolation is off?

MaxMan23
Oh! Sorry. I see now.
I don't know why, but you have slow frame speed, about 0.48x of normal speed.
Do you manualy decrease play speed in player?

23.975 * (1 : 1) = 23.975 fps -(CF)-> 50.008 fps

Wow!
Why you do so?

Re: Message:"SVP Performance to low", but interpolation is off?

No, i changed nothing.
Where i can decrease the speed?

Re: Message:"SVP Performance to low", but interpolation is off?

MaxMan23
Where i can decrease the speed?
I don't know about Mediaportal. But in MPC-HC one can change it by button near the play button.

7 (edited by MaxMan23 07-04-2012 10:57:32)

Re: Message:"SVP Performance to low", but interpolation is off?

The same im mpc hc

Post's attachments

Bild2.png, 333.35 kb, 688 x 387
Bild2.png 333.35 kb, 512 downloads since 2012-04-07 

Re: Message:"SVP Performance to low", but interpolation is off?

MaxMan23
I see another SVP-index. It is 0.6x here.
Can you show me AVS-script?

tray menu - Information - Last used AVS script

9 (edited by heyer 07-04-2012 11:21:25)

Re: Message:"SVP Performance to low", but interpolation is off?

This seems kinda fishy, have you tried re-installing SVP?

Re: Message:"SVP Performance to low", but interpolation is off?

svp_scheduler=true
SetMemoryMax(1024)

LoadPlugin("H:\Program Files (x86)\SVP\plugins\svpflow1.dll")
LoadPlugin("H:\Program Files (x86)\SVP\plugins\svpflow2.dll")

SetMTMode(3,7)
ffdShow_source()
assert(width==640 && height==272,"Frame size "+string(width)+"x"+string(height)+" instead of 640x272")
SetMTMode(2)

smoothfps_params="{num:1}"
super=SVSuper("{}")
vectors=SVAnalyse(super,"{}")
smooth_video=SVSmoothFps(super, vectors, smoothfps_params, url="www.svp-team.com")
smooth_video
ConvertFps(50.057)
distributor()

Re: Message:"SVP Performance to low", but interpolation is off?

MaxMan23
Thank you. I confirm the bug.
It is wrong OSD-message because of wrong SVP-index calculation when use "Blend frames to screen refresh rate" setting.
We will fix it.

Now you can simply turn off OSD (as you did) and watch your movie without any problems. wink

heyer
have you tried re-installing SVP?
re-install will not help here sad