7,576

(32 replies, posted in Эксплуатация SVP)

у меня все плееры умирают сразу на открытии файла  hmm

а для гпу ускорения надо поработать  big_smile
- очевидно что поставить amd stream sdk / nv cuda sdk
- взять исходники вайна и сконфигурить их с чем-то типа "--with-opencl", сейчас точно не помню
- собрать до того места, где соберется opencl.dll
- профит!

примерно вот так

SVPmark у меня заработал.

7,577

(7 replies, posted in Using SVP)

MAG79
should work

7,578

(32 replies, posted in Эксплуатация SVP)

docent27
Я умею запускать и проходить SVPmark с GPU-ускорением под вайном, без потери скорости относительно win.
Там проблема с работой плееров...

Внезапно наткнулся на поделку нашего друга SubJunk под названием Universal Media Server.

Название пафосное, выглядит страшненько, но вроде бы иногда работает smile
Смысл: оно расшаривает выбранные папки с PC по протоколу DLNA, что позволяет осуществлять стриминг расшаренного на любой утюг. При этом (по необходимости) происходит конвертация видео/аудио в формат, понятный / наиболее родной конкретному устройству.

По сути это чуть менее чем полностью цельнотянутый PS3 Media Server.

Какое отношение имеет к SVP: перед стримингом возможен процессинг через Avisynth, т.е. можно, например, смотреть на айПаде плавное видео, сконвертированное на ББ на лету. Или на любом Андроиде. Или на всяких иксбоксах, массе телевизоров. В конце концов можно, наверное, стримить из-под Wine-а в Линукс  big_smile

Оставляя пока за кадром то что
а) с налету у меня не получилось стримить с переконвертацией, там явно какие-то страшные баги ходят толпами
б) наш друг нигде не упомянул про SVP, только про то что "основано на InterFrame"  lol

во всем остальном выглядит интересно.

так надо режимы в драйвере добавлять

Noweol
Попробуй вот так

Дык.
http://www.svp-team.com/forum/misc.php?item=1696&download=1

7,583

(7 replies, posted in Using SVP)

And again - it's working with some tricks smile

But obviously my Phenom X6 is too old for this cause only software decoder take ~40% of it and my ATI 5670 can't decode 4k in hardware.

One need overclocked i7 (6 cores is better) + I dunno what GPU (that can decode 4k) for real 4k interpolation.


May be MAG79 with Ivy Bridge's QuickSync2 + GTX260 can do better smile

7,584

(3 replies, posted in Using SVP)

SVP is not for processing video but for watching it wink

But SVPflow are an Avisynth plugins for motion interpolation so obviously you need some Avisynth knowledge. The basic idea is to interpolate source to 60*10=600 fps and output it at 60 fps.
So with the InterFrame script:

LoadPlugin("CORRECT_PATH/svpflow1.dll")
LoadPlugin("CORRECT_PATH/svpflow2.dll")
Import("CORRECT_PATH/InterFrame2.avsi")
DirectShowSource(SOURCE)
SetMTMode(2)
InterFrame(NewNum=600, NewDen=1, Cores=4)

AssumeFps(60)

7,585

(7 replies, posted in Using SVP)

stefa
Any plan to 64bit svp?

Nope  big_smile

I'll look into this 4k video, may be I could found the solution...

7,586

(7 replies, posted in Using SVP)

i think this's just a video profiles issue, the video should playing with 1920 profile

---
yeah, it's working
you can add 4000x2300 profile for it

the only problem it seems to be unusable because of memory limit for 32-bit processes

7,587

(50 replies, posted in Using SVP)

airport
How can I switch to Expert now??

Use 3.1.2, Luke  big_smile

Mmm, LAV is a default decoder in svp 3.1 (in bundled mpc-hc of cause). In your case hw decoder is a must.

gpu usage is "binary" is SVP - gpu is or is not enough for real-time processing

read this wink

7,590

(6 replies, posted in Using SVP)

You need to write something like this in ffdshow:

Setmemorymax(512)
SetMTMode(3,4)
LoadPlugin("CORRECT_PATH/svpflow1.dll")
LoadPlugin("CORRECT_PATH/svpflow2.dll")
Import("CORRECT_PATH/InterFrame2.avsi")
ffdshow_source()
SetMTMode(2)
InterFrame(Cores=4)
distributor()

But I wonder what you're expecting from InterFrame? It uses the very same libraries that SVP does with 23th SVP-shader and very hard settings.

MAG79
What your computer configuration (CPU, video adapter, monitors)?

c2d e6550@3.02ghz, 3gb of ram, gtx260, samsung syncmaster 226bw(1680x1050 native), win7.

7,592

(6 replies, posted in Using SVP)

Import("InterFrame2.avsi") !  big_smile

7,593

(15 replies, posted in Using SVP)

Solinus
What do you mean by shift-bug? Nvidia Optimus?

It's an issue with HD4000 graphics. There's no solution for this right now but you can try to set NV card as primary so SVP could use it instead of HD4000.

7,594

(50 replies, posted in Using SVP)

May be install it?  hmm  big_smile

ok then, one more "problem" solved  big_smile

7,596

(50 replies, posted in Using SVP)

gprs can do better

Wait for MAG79, I can't help here but it looks like a cool new SVP Manager bug - all timestamps are equal and has negative milliseconds value  big_smile

7,598

(50 replies, posted in Using SVP)

airport
Will take me about 4 hours to download it
It sounds like a dial-up 33600 line!  Cool big_smile

7,599

(50 replies, posted in Using SVP)

what if just play 60 fps video without SVP? you can find one there (36 mb sampe)

recepky
OPENCL.DLL

that's the answer
have you updated any drivers recently?
there shoud be system opencl.dll installed in system32 folder

---
if "GPU acceleration" menu item is active in SVP Manager then OpenCL is actually working  hmm
try to copy opencl.dll from SVP folder to system32