5,976

(5 replies, posted in Using SVP)

Prower
The first time I save a video it titles it "Getting info for xxxxxxxxx" instead of the actual video title. The second time I try it will work properly.

I'll take a look

TCmullet
Can an AviSynth script have memory leaks? 

Depends on avisynth version itself and on any plugin used.
For example Avisynth+ doesn't free cached video frames at exit.

5,978

(5 replies, posted in Using SVP)

C:\\ffmpeg

double backslash

5,979

(5 replies, posted in Using SVP)

Try to restart SVPtube after changing %PATH% value.

========
Oh, you've just modified path inside the script.
Ok, how that line of code looks now?

5,980

(104 replies, posted in Using SVP)

avs 2.6 is not replaced automatically

5,981

(104 replies, posted in Using SVP)

Mystery
feel free to use it  wink

5,982

(4 replies, posted in Using SVP)

are you sure it's related to SVP?
it can be a video decoder issue

5,983

(3 replies, posted in Using SVP)

ffdshow has a lot of tools for "first upscale/process/denoise the video"

vlado08
Выглядит достаточно красиво.
Одно жирное "НО" - мощности Intel GPU с натягом только на рендеринг хватает smile

Т.е. работы для применения этой штуки в SVP довольно много (но решаемо), а профит совершенно не очевиден.
Для начала хотелось бы какую-то оценку скорости работы этой фиговины найти  hmm А то может она только для Iris 5200 имеет хоть какой-то смысл...

MAG79
Не удержался
поддался общей панике  big_smile

mwinc
Так что, ничего ни у кого не получается?!
при текущем курсе, $49.95 на PowerDVD ни у кого просто нету  big_smile

MAG79
Ну можно же выставить в качестве shell любую программу. Хоть калькулятор  big_smile

5,988

(104 replies, posted in Using SVP)

Mystery
They haven't done anything about it?

nope

perhaps you could make the changes yourself

and here we come to another "special build"...

5,989

(104 replies, posted in Using SVP)

https://github.com/AviSynth/AviSynthPlus/issues/49

5,990

(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+")");

5,991

(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...

5,992

(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

5,995

(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

5,996

(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?

5,997

(2 replies, posted in Флуд)

google -> QTGMC

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

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

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

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

6,000

(10 replies, posted in Using SVP)

Try this one and post here results!