https://forum.redfox.bz/threads/reclock … ost-464340

Yes i also have problems after driver and win 10 update


I think its the creators Update. Its done something.
Reclock diviation repport in madvr is all over the place. Changes every time i load a file.

It's the CU exclusive mode. It's so exclusive that ReClock is excluded from doing system clock corrections. Windowed mode works fine, though.

yup it the FSE mode. disable that in madvr and reclock works again

3,977

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

Mode: FHD + CPU

в "GPU" режиме у 1700@4000 будет 5200-5300 попугаев

2695V3

не, за 300-400 баксов такую штуку можно покупать только если знаешь зачем - для десятка виртуалок там, ну или под вебсервер...

3,978

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

Intel @2100 MHz [28 threads] - специфический продукт hmm

а попугаев у райзена @3500 все-равно больше big_smile

3,979

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

вот кто бы знал... big_smile
эта "Qt Installer Framework" иногда живет какой-то своей жизнью

3,980

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

> но тесты реаллайф вообще не делаются, он их пролетает за секунду и N/A

значит avs2avi.exe просто не запускается
надеюсь, ffms2.dll скачан 32-х-битный? smile

====

последняя версия, которая работает - 2.21
наверное более новые не работают с Avisynth 2.5

хотя у меня всё прекрасно и с комплектной версией от 2011 года hmm

3,981

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

после нажатия на ОК - работает?

3,982

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

Можно попробовать ffms2.dll на более современный заменить

3,983

(10 replies, posted in Using SVP)

they're not "new", it's the very same .7z file downloaded by the installer app

3,984

(10 replies, posted in Using SVP)

Why the hell it doesn't work after reinstallation?

3,985

(121 replies, posted in Using SVP)

10.9 and 10.10 are supported now (again big_smile)
See there

Just tested this in 10.9 virtual machine and it works with binaries built in 10.10.

mpv binary updated to ver.0.25.

3,987

(10 replies, posted in Using SVP)

here's the direct link

3,988

(10 replies, posted in Using SVP)

please  send a report via "Information -> Send problem report"

==
sorry, missed the one you've already sent...

01:25:17.624 I: Main: module 'plugins/svpflow1.dll': 4.0.0.132
01:25:17.625 W: Main: module 'plugins/svpflow2.dll': NOT FOUND

svpflow1.dll is fine but SVP can't load svpflow2.dll for some reason.

If you're totally sure the file IS there then ... I don't know hmm probably some anti virus software blocks it or something.

Try to open it via Dependency Walker hmm

What changed in the system environment in the last "few days"?

you can't change it on dual-graphics laptops if this's what you're talking about

In any case conversion between YV12 and NV12 color formats is lossless so you don't need to worry about it.
They different only in order of color planes in memory. Why ffdshow outputs in NV12 by default? Probably because of

NV12 is the preferred 4:2:0 pixel format for DirectX VA.


> but why the conversion between 1280*720 to 2048*720 occurs in ffdshow

for example, if you have 2048-width screen and "outer lighting" in SVP is on

3,991

(10 replies, posted in Using SVP)

this error is about SVP 4/plugins/libsvpflow*.dll are missing or can't be loaded for some reason

Read this first

The last SVP version supporting 10.10 is 4.2.146!

It's impossible now to install Vapoursynth libs (and mpv with Vapoursynth support obviously) via Homebrew due to missing zimg dependency - Homebrew says

zimg: macOS El Capitan or newer is required.

What we can do? We can build zimg, Vapoursynth and mpv manually and place them into Homebrew's "cellar".

So, considering a clean OS X install, the following should work:

1. Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Install all the mpv dependecies:

brew install libass tesseract python3 mpv

this can take a while, especially on 10.9
3. Remove installed mpv cause we gonna replace it with our own build:

brew unlink mpv
rm -fR /usr/local/Cellar/mpv

4. Unpack .tgz with pre-built zimg, vapoursynth and mpv into /usr/local/Cellar
5. Link our binaries into /usr/local:

brew link --overwrite zimg vapoursynth mpv

6. Restart SVP

> when i first installed SVP right before the performance test it said i was using OpenCL 1.2 and that it was known to cause freezes and crashing...?

it's a warning message about that
probably a little bit outdated now hmm

3,994

(1 replies, posted in Using SVP)

> i was wondering if there's a way to adjust the frame buffer ahead on SVP4

why?
see All settings -> frc.prefetch section.

>  have 32GB RAM so it would be nice to use at least more than 4GB on 64bit MPC-HC

you can try 8K videos from Youtube big_smile

> if there's a way to utilize more GPU resource using OpenCL 1.2

nope

> the GPU ID is 11 so what does this mean?

1st GPU device on 1st OpenCL platform

3,995

(15 replies, posted in Using SVP)

Still I don't know any video conversion manuals for macOS.
If you find one - let us know wink

3,996

(5 replies, posted in Using SVP)

10-bit is only for mpv and VLC

neither ffdshow nor PotPlayer doesn't support 10-bit Avisynth processing


> Do I set the output of ffdshow raw video filter to 10- or 8-bit?

8-bit

3,997

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

3,998

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

3,999

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