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
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
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.
C:\\ffmpeg
double backslash
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?
avs 2.6 is not replaced automatically
Mystery
feel free to use it
are you sure it's related to SVP?
it can be a video decoder issue
ffdshow has a lot of tools for "first upscale/process/denoise the video"
vlado08
Выглядит достаточно красиво.
Одно жирное "НО" - мощности Intel GPU с натягом только на рендеринг хватает
Т.е. работы для применения этой штуки в SVP довольно много (но решаемо), а профит совершенно не очевиден.
Для начала хотелось бы какую-то оценку скорости работы этой фиговины найти А то может она только для Iris 5200 имеет хоть какой-то смысл...
MAG79
Ну можно же выставить в качестве shell любую программу. Хоть калькулятор
Mystery
They haven't done anything about it?
nope
perhaps you could make the changes yourself
and here we come to another "special build"...
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"
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?
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+")");
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...
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
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?
change video renderer in mpc-hc to EVR
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
Jeff R 1
My Panasonic projector has a refresh rate of 120Hz
are you sure it can handle 120 hz on input?
теоретически - пойдет, но на низких настройках
практически - хрен его знает, пока не попробуешь не узнаешь
http://www.svp-team.com/forum/viewtopic … 010#p45010
просто как иллюстрация того что не все то хорошо, что хасвелл
особенно в маленьких корпусах
Try this one and post here results!
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.