1 (edited by dsgnethu 03-02-2012 15:48:04)

Topic: Problem with SVP 3.0.6

Hi all!

I have some problem with SVP 3.0.6 on another computer. It's Dell Optiplex 990 (Core i7-2600k, 2pcs of Radeon HD6450 in CrossFire, Windows 7 Enterprise 64 bit, SVP 3.0.6 default installation, no other codecs).

It worked a few times right after installation, but now it's not. I'm suspecting that it cannot work together with some new Visual C++ Redistributable 2008 or 2010 or 2008 SP1.

I tried to reinstall SVP a few times, it doesn't help, even if I reinstall the Visual C package (since it's installation does not remove the updates and other versions).

The same problem persists with all movies SVP could play.

Screenshot of the problem:
http://dsgnet.hu/svp.jpg

Additional info:
http://dsgnet.hu/debuginfo.txt

Avisynth script:
http://dsgnet.hu/ffdshow.avs

Re: Problem with SVP 3.0.6

dsgnethu
I suppose problem with FFDShow
Try to uninstall it, reboot and install again
FFDShow distributive you can find in the menu @Start - SVP - Distributives (if you install full SVP package) or in download section of our site

Re: Problem with SVP 3.0.6

Rimsky

I installed SVP 3.0.6 full, it comes together with FFDSHOW. I did not installed any other versions. Like I said, it worked a few times, but I cannot figure out what could caused the problem. It could be either the Visual package 2010 or the Viusal package 2008 SP1 or something that I installed after SVP (but it has nothing to do with it). Also I don't know why complete removal and reinstallation not helps...


Rimsky wrote:

dsgnethu
I suppose problem with FFDShow
Try to uninstall it, reboot and install again
FFDShow distributive you can find in the menu @Start - SVP - Distributives (if you install full SVP package) or in download section of our site

Re: Problem with SVP 3.0.6

dsgnethu
I can't open any of files above from dsgnet.hu  hmm

2pcs of Radeon HD6450 in CrossFirelol

Re: Problem with SVP 3.0.6

Chainik

yeah, I think that Dell is a very serious company and dont jerk off users brains big_smile
until that

2pcs of Radeon HD6450 in CrossFire

it is files from dsgnet.hu

Last processed file parameters:
Filename: 
Frame size and frame rate: 1280x534 pixels, 23.976 fps

Detected monitor parameters
Screen size and refresh rate: 1280x1024 pixels, 60.021 Hz

Video smoothing info
Smooth factor: 5:2
Resulting video frame rate: 59.94 fps

Current detected profile: 1280x720@24

Profile settings of video processing
[ExMethod=MSmoothFps_ByPixel]    Smoothness improvement: Normal
[ExAlgo=13]            SVP-shader: 13. Standard
[ExMulti=MON]            Framerate change: To screen refresh rate
[ExMiniCount=1:1]        Interpolated frames size: Full size
[ExRad=4p]            Search radius: 4 pixels
[ExSearch=5]            Search type: Uneven Multi Hexagon
[ExPel=2]            Motion estimation accuracy: To half-pixel
[ExRecalc=0]            Recalculation of vectors: Do not recalculate
[ExBlockSize=16x8]        Blocks size: 16x8 pixels
[ExOverlap=4]            Blocks overlapping: 0.25 of block
[ExSadml=0]            Bad areas artifacts suppression: Nothing
[ExSadgamma=1]            Bad areas artifacts mask: Normal
[ExBlend=true]            Processing of scene change: Frame blending
[ExDwnResize=0]            Reduce resolution: Do not reduce
[ExConvertFps=false]        Frame blending to screen refresh-rate:false

Settings by menu
[svp_libflowgpu=1]        GPU-acceleration (OpenCL): true
[ExTreads=0]            Number of threads: Auto
[Borderlight=0]            Light at black borders: false
[ExStretch=0]            Frame stretch: Do not stretch
[ExCrop=-1]            Cropping: Do not crop
[VDelay=0]            Video delay: 0 ms
[ExDemo=0]            Demonstration mode: false
[ExTearingTest=0]        Tearing test: false
[EFrameDoubling=0]        Emergency framedoubling: false
[StopSmoothDelayOnRewind=1]    Smooth on rewind: Turn off by 1 sec


svp_scheduler=true
SetMemoryMax(1024)
svp_cache_reduce=true
svp_flow_lib="C:\Program Files (x86)\SVP\Plugins\MVTools2\libflowgpu.dll"
multinum=5
multiden=2
algo=13
block=false
ml=0
search=5
sadml=0
sadgamma=1
blend=true
dist=4
pel=2
sharp=0
Recalc=0
blkh=16
blkv=8
overlap=4
overlapv=2
wid_den=1
hei_den=1


LoadPlugin ("C:\Program Files (x86)\SVP\Plugins\MVTools2\mvtools2.dll")
SetMTMode(3,15)
ffdShow_source()
Assert(width==1280 && height==534,"Frame size "+string(width)+"x"+string(height)+" instead of 1280x534")
delim=":"
WriteFileStart("C:\Users\lluksa\AppData\Roaming\SVP\Logs\avsFPS.txt", "FramerateNumerator()", "delim", "FramerateDenominator()")
SetMTMode(2)
src=last
wid_den==1 ? last : \
hei_den==1 ? LanczosResize(int(width/wid_den/2)*2,height) : LanczosResize(int(width/wid_den/2)*2,int(height/hei_den/2)*2)
super=MSuper(pel=pel, hpad=blkh, vpad=blkv, sharp=sharp)
finest=pel==1 ? super : MFinest(super)
backward_vec=MAnalyse(super, isb=true, blksize=blkh, blksizev=blkv, overlap=overlap, overlapv=overlapv, search=search, searchparam=dist, pelsearch=dist, plevel=0)
forward_vec=MAnalyse(super, isb=false, blksize=blkh, blksizev=blkv, overlap=overlap, overlapv=overlapv, search=search, searchparam=dist, pelsearch=dist, plevel=0)
backward_vec = Recalc==0 ? backward_vec : MRecalculate(super, backward_vec, blksize=blkh2, blksizev=blkv2, overlap=int(overlap/4)*2, overlapv=int(overlapv/4)*2, search=search, searchparam=dist)
forward_vec  = Recalc==0 ? forward_vec  : MRecalculate(super, forward_vec, blksize=blkh2, blksizev=blkv2, overlap=int(overlap/4)*2, overlapv=int(overlapv/4)*2, search=search, searchparam=dist)
smooth_video=MSmoothFps(super, backward_vec, forward_vec, finest=finest, num=FramerateNumerator(last)*multinum,den=FramerateDenominator(last)*multiden, algo=algo, ml=ml, sadml=sadml, sadgamma=sadgamma, block=block, blend=blend)
smooth_video


distributor()

Re: Problem with SVP 3.0.6

Re: Problem with SVP 3.0.6

Rimsky
TarGa
I can't see "screenshot of the problem" too wink

Re: Problem with SVP 3.0.6

"screenshot of the problem"
http://img813.imageshack.us/img813/2899/svpy.jpg

Re: Problem with SVP 3.0.6

dsgnethu

TarGa's excellent memory said that it's a known issue and it was fixed almost 2 years ago  hmm
So I think we've to wait for MAG79 here.

BTW, don't hesitate to attach valueable files to the message wink

Re: Problem with SVP 3.0.6

Hi smile
I'm sorry. I had some problems with Internet provider here smile

dsgnethu
You need to run SVPMgr once with Administrator rights, exit and run it again by usual way.

If it helps I will happy smile This error fixed in new version SVP which will be released soon.

Good luck.

Re: Problem with SVP 3.0.6

MAG79 thank You. Running it without rightclick, run as administrator... it works. Strange, because at home, it's exactly the opposite.

From software perspective, the only difference between the 2 computers are:

Home: Windows 7 Professional x64, not domain member, user is local administrator
Work: Windows 7 Enterprise x64, domain member of the company I work for, user is local administrator (yet).

UAC is on default level and turned on both computers.

TY again:)

MAG79 wrote:

Hi smile
I'm sorry. I had some problems with Internet provider here smile

dsgnethu
You need to run SVPMgr once with Administrator rights, exit and run it again by usual way.

If it helps I will happy smile This error fixed in new version SVP which will be released soon.

Good luck.