ну дык, хорошо ![]()
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
ну дык, хорошо ![]()
ась?
у меня все плееры умирают сразу на открытии файла
а для гпу ускорения надо поработать
- очевидно что поставить amd stream sdk / nv cuda sdk
- взять исходники вайна и сконфигурить их с чем-то типа "--with-opencl", сейчас точно не помню
- собрать до того места, где соберется opencl.dll
- профит!
SVPmark у меня заработал.
Внезапно наткнулся на поделку нашего друга SubJunk под названием Universal Media Server.
Название пафосное, выглядит страшненько, но вроде бы иногда работает ![]()
Смысл: оно расшаривает выбранные папки с PC по протоколу DLNA, что позволяет осуществлять стриминг расшаренного на любой утюг. При этом (по необходимости) происходит конвертация видео/аудио в формат, понятный / наиболее родной конкретному устройству.
По сути это чуть менее чем полностью цельнотянутый PS3 Media Server.
Какое отношение имеет к SVP: перед стримингом возможен процессинг через Avisynth, т.е. можно, например, смотреть на айПаде плавное видео, сконвертированное на ББ на лету. Или на любом Андроиде. Или на всяких иксбоксах, массе телевизоров. В конце концов можно, наверное, стримить из-под Wine-а в Линукс
Оставляя пока за кадром то что
а) с налету у меня не получилось стримить с переконвертацией, там явно какие-то страшные баги ходят толпами
б) наш друг нигде не упомянул про SVP, только про то что "основано на InterFrame" ![]()
во всем остальном выглядит интересно.
так надо режимы в драйвере добавлять
Noweol
Попробуй вот так
Дык.
And again - it's working with some tricks ![]()
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 ![]()
SVP is not for processing video but for watching it ![]()
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)stefa
Any plan to 64bit svp?
Nope
I'll look into this 4k video, may be I could found the solution...
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
airport
How can I switch to Expert now??
Use 3.1.2, Luke ![]()
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
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.
Import("InterFrame2.avsi") ! ![]()
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.
May be install it?
![]()
ok then, one more "problem" solved ![]()
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.