6,151

(104 replies, posted in Using SVP)

Mystery
Why are you considering it dead?

Cause I was talking to one of lead developers.
OK, let's say "suspended" if you're not comfortable with term "dead"  big_smile

https://github.com/AviSynth/AviSynthPlu … ntributors

Anyway, MT branch is buggy and isn't part of official AVS+ release.

it should be easy to port SVP to it

why you think we didn't tried? smile
in fact anyone with basic knowledge of JavaScript can "port" it, just edit a few lines in generate.js

replace

avs.WriteLine('SetMTMode(3,threads)');

with

avs.WriteLine('SetFilterMTMode("",2)');
avs.WriteLine('SetFilterMTMode("ffdShow_source",3)');

remove

avs.WriteLine('SetMTMode(2)');

replace

avs.WriteLine("distributor()");

with

avs.WriteLine("Prefetch("+threads+")");

6,152

(104 replies, posted in Using SVP)

if you search the forum you'll find that almost all crashes are because of AVS 2.6
and don't forget AVS development is in fact dead

AVS+ is great in terms of memory consumption and MT efficiency BUT is buggy and dead too

so the sad truth is Vapoursynth is the only hope

but it isn't integrated into ffdshow...

6,153

(6 replies, posted in Using SVP)

Nintendo Maniac 64
HDMI can do it as well

HDMI 1.3/1.4 to be more specific...

high-end Panasonic TVs have DisplayPort input

good for them  big_smile
let's take "TX-L65WT600B 65" Smart VIERA LED 4K TV"
according to "Operating Instructions" it doesn't accept 120 Hz on any input in any resolution

Почему не выделено жирным что это касается только BR только в PowerDVD?  big_smile

change video renderer in mpc-hc to EVR

6,156

(6 replies, posted in Using SVP)

SVP makes as much frames per second as you wish.
Then video renderer (madVR, EVR, ...) sends this to the display device. Here's a conversion from 24 / 48 / 60 / 120 / XXX fps to the actual screen refresh rate.
Projector only accepts 60 fps on input (actually it's limited by HDMI).
If renderer gets 72 fps on input and should make 60 fps output it will simply drop 12 frames.
And finally projector itself can make 120 fps from 60 fps input with some kind o FI.

24 fps source -> [SVP xN] -> 24*N fps -> [video renderer] -> 60 fps -> [HDMI] -> [projector x2] -> 120 fps on the screen

So true 120 fps now possible only with selected 120 hz PC monitors (DVI connection). I don't know if there're any TVs / projectors with DP (Display Port) input  hmm

6,157

(6 replies, posted in Using SVP)

Jeff R 1
My Panasonic projector has a refresh rate of 120Hz

are you sure it can handle 120 hz on input?

6,158

(2 replies, posted in Флуд)

google -> QTGMC

теоретически - пойдет, но на низких настройках
практически - хрен его знает, пока не попробуешь не узнаешь

http://www.svp-team.com/forum/viewtopic … 010#p45010

просто как иллюстрация того что не все то хорошо, что хасвелл

особенно в маленьких корпусах

6,161

(10 replies, posted in Using SVP)

Try this one and post here results!

Проверяем, ничего ли не перекосилось: http://www.svp-team.com/files/svptube-1.2.4.zip

BashOrgRu
На https не перенаправляет, если User-Agent содержит Googlebot, например "SVPtube/1.2.3 (Googlebot)".

Ай, блин, поздно прочитал big_smile  ладно, все-равно уже Qt пересобрал

С https есть проблема. SVPtube идет одним файликом без зависимостей т.к. статически слинкован с Qt. С зависимостью от OpenSSL эта радость сломается.
Но я еще буду посмотреть...

Осталось понять, по какому принципу ютюб начинает перенаправлять на https.
Меня вот, например, не перенаправляет.

6,166

(7 replies, posted in Using SVP)

I have the same issue with my Asus Xonar DS audio card. To get audio work you can disable option in LAV Audio decoder.
MPC-HC - View - Options - Internal filters - button Audio decoder - disable option 32-bit Floating-point - OK - OK

6,167

(7 replies, posted in Using SVP)

http://www.svp-team.com/forum/viewtopic … 499#p43499

6,168

(7 replies, posted in Using SVP)

camicazi
I tried installing an updated mpc-hc version and then there is no audio problem, but instead svp isnt enabled on it

note that on mpc-hc.org 64-bit version is downloaded by default
you need 32-bit version for SVP to work!

6,169

(28 replies, posted in Using SVP)

google doesn't know about this thing =>
it doesn't exists in real world =>
.exe name is random generated =>
it's a virus

that's simple  big_smile

Neshi

right on your screen, in resource monitor, "network" section
arveru.exe is connected to 128.65.21-something

I take very good care of my computer
really?  big_smile

6,170

(28 replies, posted in Using SVP)

i really don't know how to say it - this shit is not part of our program

6,171

(28 replies, posted in Using SVP)

Just a hint - can you find anything about "arveru.exe" on google? If not - why?

6,172

(28 replies, posted in Using SVP)

it can be some kind of trojan horse
doing some bad things while user is watching movie

6,173

(28 replies, posted in Using SVP)

Neshi
Anyone familiar with Arveru.exe?
That is the one that uses 75% of my cpu when I watch anything..

what the hell?  hmm

VinylNix
is there anything that can be done about it?

not from our side

6,175

(7 replies, posted in Using SVP)

madVR has "bilinear" option, isn't it? so the answer is the same  big_smile

I mean it's pointless to ask for "system requirements of madVR" cause the correct answer is "DX11-compatible video card".