4,126

(22 replies, posted in Using SVP)

as I said before, may be (!) the major difference comes from

prefiltered = RemoveGrain(C, 22)

nothing can stop you from pre-process video before svpflow

=======

prefiltered = RemoveGrain(input, 22)
super = SVSuper(prefilter,"{gpu:1}")
vectors = SVAnalyse(super, "{refine:[{thsad:100}]}", src=prefilter)
smooth = SVSmoothFps(input, super, vectors, "{rate:{num:2,den:1}, algo:21, mask:{area:50}}", mt=threads)

=======

 BlkSize    = Default(BlkSize, C.Width>1200||C.Height>900 ? 32 : C.Width>720||C.Height>480 ? 16 : 8)

you know you'll get significantly different results for the same video scaled to different sizes, right?

4,127

(13 replies, posted in Using SVP)

> doesn't SVP process and output at 4:4:4?

nope

you can get 4:4:4 from 4K YV12 only if you'll scale down to 1080p after SVP and the scaler is smart enough to not scale chroma planes (i.e. - madVR, not sure about EVR)

4,128

(7 replies, posted in Using SVP)

Use 64-bit MPC-HC.
Otherwise you may need to reduce number of processing threads in SVP down to 9 or even more (I haven't tried it with 10-bit 4K in 32-bit MPC-HC)

LoadPlugin("...\svpflow1_vs.dll")

4,130

(15 replies, posted in Using SVP)

you probably mean "how can I convert video to 60 fps on Mac" otherwise your question doesn't make any sense hmm

I'll just leave it here big_smile

http://i.imgur.com/69AOjNS.png

4,132

(22 replies, posted in Using SVP)

yep

the most common reason is a major Windows updates, after that you'll have to re-install graphics drivers manually

4,134

(15 replies, posted in Using SVP)

what do you want to do?
download what video from where?

4,135

(22 replies, posted in Using SVP)

> Is this the same method you use?

this's the idea
mask resulting frame with two source frames in "bad" areas, where "bad area" means "area with high SAD value of the motion vectors"

"external" implementation requires 10 lines of avisynth code and is slow as hell
"internal" implementation requires just another multiply-add operation for each frame pixel

4,136

(22 replies, posted in Using SVP)

have you read that "YFRC" sources? hmm

4,137

(15 replies, posted in Using SVP)

if you're asking about SVPtube - drop-down menu on the "Play" button -> "Download"
ffmpeg binary must be installed

4,138

(3 replies, posted in Using SVP)

Nothing can stop anyone to take .dll/.so/.dylib from the SVP installation wink

But I agree that it should be updated. We'll do it soon enough...
However there's nothing useful in the Avisynth part since rev.128

4,139

(1 replies, posted in Using SVP)

As long as it allows processing through ffdshow raw filter and provides stable source frame rate - why not?
ProgDVB used to work at least some time ago...

> so 1800x beats 7700k for svp right?

~1.5 times

I'm not sure if 7700k can do highest SVP settings with 4K, while mine 1700 @3500 @1.1V @60W can smile

Indeed.
However I personally prefer 1700 smile

And 1070 is an overkill "if u dont need it for games"

> i5 7600 or ryzen 1700?

this's not even a question
ryzen is 2 times faster

серьезно, про лицензии

писать надо не в форум, а на почту

4,144

(1 replies, posted in Using SVP)

SVP menu -> Utilities -> Demonstration mode

[Path] / filename                              MD5 sum
-------------------------------------------------------------------------------
svp4-free-online.exe                           e740f3c778b6a81da2c80d9bc7774e37

работает

hmm hmm hmm
"svp4-free-online.exe" и "svp4-free-online-cn.exe" вообще одинаковые, с точностью до адреса репозитория по-умолчанию

4,147

(22 replies, posted in Using SVP)

I'm not saying it's easy big_smile

нет ответа
у всех работает hmm

4,149

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

> Ругается на openCL (Video: zero number of OpenCL platforms.), и чем ему помочь-то?
> I7-4558U

beignet надо поставить
до победы, пока clinfo не начнет что-то показывать

4,150

(9 replies, posted in Using SVP)

replace 'mpv-1.dll' in Plex installation folder again