Ну не может 5670 нормально 60fps в dxva давать.
Надо программно декодировть.

Может в VC1 проблема?  hmm

========
А, стоп. Почему стоит 4 потока?

recepky
KERNELBASE.DLL

you know this's bad, right? smile
i hope you've made a clean windows install?

7,479

(1 replies, posted in Using SVP)

mindz
I get less quality then with OpenCL on

yeah, right

What are the possibilties of using Lanczos/Spline/Jinc for MVIM?

I think bicubic is just "good enough" in the case.
In fact you should know exactly where to look to find the difference between bilinear and bicubic interpolated MVs.

Here is some synthetic images comparing cpu vs gpu vs gpu+bicubic

vayra
wow!

GPU: total score:               200
compared to

GPU: total score:               4565
in the first case

how did you do that?  hmm

i mean in SVP itself smile

vayra
What can I do?

set "Processing threads" to 13

seem ok

so just install official WHQL driver version

dudul
don't know how to copy the result..

place this file near the .exe and run it

7,485

(73 replies, posted in Using SVP)

Rift HMD, black borders lighting and stuff

7,486

(59 replies, posted in Using SVP)

hlina
where I could start?

attach here "Information" -> "Last launch log" and "Additional information" after playing something with svp index = 0.5

7,487

(59 replies, posted in Using SVP)

hlina
High frame rate playback works best on the primary screen. There're some system level limitations (at least in WinXP and 7, haven't tried with Win8 yet.
So best solution is to create several profiles in video driver and switch between them with hot keys.

Still SVP index = 50% means something is wrong with setup.

7,488

(109 replies, posted in Флуд)

ну значит учи хоткеи...
явно что использование в виртуалке не являлось приоритетом при разработке вин8  big_smile

7,489

(109 replies, posted in Флуд)

Даже не знаю, в чем у тебя проблема...
- Мышкой в верхний левый угол - другие открытые метро-приложения, включая десктоп.
- Мышкой потянуть сверху вниз - можно с одной строны открыть метро, с другой десктоп.
- Тупо нажать на "флажок".
- Наверняка еще есть 1001 комбинация кнопок с "флажком" для всего этого
- Не открывай метро-контрол-панель, старая вполне себе работает

7,490

(109 replies, posted in Флуд)

%username%
Когда я слышу "виндовс восемь" я снимаю с предохранителя свой браунинг

а мне начинает нравиться... smile

7,491

(2 replies, posted in Using SVP)

here

AndreaMG
2) This one is even weirder: when I play a dvd if the threads are set to auto I have massive framedrops and the video stutters horribly, if it is manually set again to 4 or 8 threads everything is fine (except if I use Lav video decoder because I get stutters in between chapter changes).

...

The dvd playback with lav video is still broken (it stutters horribly with SVP and threads set to auto) but with cyberlink decoder seems fine, even during chapters changes (I have some more tests to do though this night...)

...

Regarding the dvd playback issue below what @Nev said in Lav thread that could be (maybe?) the explanation of the "jumping" videos that I encounter when threads are set to high values  :

(...) Regarding AviSynth, its possible that the high decode delay of the CUVID decoder is just too much for DVD playback plus AviSynth. CUVID has to buffer quite a few frames to be efficient at decoding, and the DVD Navigator is known to not deliver too much data in advance, so if you need a bunch of frames in the decoder for buffering, and AviSynth needs more frames buffered, they might just not arrive at the renderer in time for display. Can't really change how the CUVID decoder works, but since mpeg2 is so cheap, might as well stick to software.

7,492

(109 replies, posted in Флуд)

кажись, прикрыли лавочку

в том смысле что все по старому, но для выдачи промо-кода теперь просят ввести ключ от семерки (раньше как правило не просили)

хорошо что у меня еще есть рабочий ноут  big_smile 

====
теперь для Win8 Pro раздают на халяву Media Center, вдруг кому надо...

7,493

(12 replies, posted in Using SVP)

Necron
I'm wondering if it's possible to offload everything onto my GPU

no it's not

7,494

(21 replies, posted in Using SVP)

Nick 3DvB
What do you think about the blended mirror overlay idea to soften the edges?

i dunno why
try to paint it in photoshop / gimp / etc first smile

AndreaMG
Take it, but don't tell anybody it was me big_smile

7,496

(21 replies, posted in Using SVP)

In fact you can try it yourself by modifying "Program files\SVP\AVS\MSmoothFps.avs" file:

super=SVSuper(super_params)
vectors=SVAnalyse(super, analyse_params)
last=SVSmoothFps(super, vectors, smoothfps_params, mt=threads, url="www.svp-team.com")

super2=SVSuper("{}")
vectors2=SVAnalyse(super2,"{}")
smooth_video=SVSmoothFps(super2, vectors2, "{rate:{num:1},light:{aspect:1.1,lights:40,border:16,length:141,cell:4}}", mt=threads, url="www.svp-team.com")

7,497

(21 replies, posted in Using SVP)

svp_scheduler=true
SetMemoryMax(1024)

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

threads=11
SetMTMode(3,threads)
ffdShow_source()
assert(width==640 && height==480,"Frame size "+string(width)+"x"+string(height)+" instead of 640x480")
SetMTMode(2)
Crop(88,8,-88,-8)

super_params="{scale:{up:0},gpu:1,rc:true}"
analyse_params="{block:{w:8,h:8},main:{search:{coarse:{distance:-10},bad:{sad:2000,range:24}}},refine:[{thsad:65000}]}"
smoothfps_params="{rate:{num:5,den:2},algo:2,cubic:1,scene:{},light:{aspect:1.6,lights:11,border:16,length:141,cell:4}}"

super=SVSuper(super_params)
vectors=SVAnalyse(super, analyse_params)
last=SVSmoothFps(super, vectors, smoothfps_params, mt=threads, url="www.svp-team.com")


super2=SVSuper("{}")
vectors2=SVAnalyse(super2,"{}")
smooth_video=SVSmoothFps(super2, vectors2, "{rate:{num:1},light:{aspect:1.1,lights:40,border:16,length:141,cell:4}}", mt=threads, url="www.svp-team.com")

smooth_video

7,498

(21 replies, posted in Using SVP)

Another one, different settings
http://www.svp-team.com/forum/misc.php?item=1958&download=1

7,499

(21 replies, posted in Using SVP)

Nick 3DvB
what is the best way to deal with the missing corners problem

well, not "missing"...
http://www.svp-team.com/forum/misc.php?item=1957&download=1

7,500

(21 replies, posted in Using SVP)

Nick 3DvB
I coundn't find any scripts for it

really, it's not so hard to find

if there is any way to "zoom out"

by adding lighting on all sides of the frame you mean?  hmm
theoretically you can prcocess video through two SVSmoothFps instances - 1st for horizontal lights and 2nd for vertical (or vise versa), but you've to do something with the corners