926

(1 replies, posted in Using SVP)

check with GPU-Z if OpenCL is enabled for NV GPU...
OpenCL works -> SVP works, there's nothing we can do if it doesn't work.

927

(2 replies, posted in Using SVP)

> in ovcopts

in lavfi

928

(2 replies, posted in Using SVP)

> there is mpv-1.dll in the main folder of the programm

then do the same thing as with Plex: https://www.svp-team.com/wiki/SVP:Plex_Media_Player

929

(449 replies, posted in Using SVP)

check previous step errors and fix them!

VS 54+ built with Python 3.9 which is not compatible with Windows 7.
Doesn't look like a good enough reason to drop Win7 support...

script\generate.js, line 457
replace

    VS.push('core = vs.get_core(threads='+global.threads+')');

with

    VS.push('core = vs.core');
    VS.push('core.num_threads = '+global.threads);

dunno what can we do if the driver replies "an unknown internal error has occurred"

"Initialize NVIDIA Video Optical Flow Interface" ---> return value NV_OF_ERR_GENERIC - "This indicates that an unknown internal error has occurred."

so, well, the answer is - "no idea"

> before it was like 10% cpu

are you sure it really used to work? cause I just double-checked on 3400G which is at least x1.5 times faster than 2500U and CPU usage playing 1920x816 is ~40%

the most simple answers are:
1. it doesn't actually work before
2. it worked but with much lower settings

lower settings; try MPC-HC with "Avisynth filter" instead of mpv.

ensure that App. settings -> GPU acceleration is ON

to be clear: all these pytorch-based stuff will never be in "production", it's just a more-or-less interesting discussions between a few forum nerds big_smile

> Hope these logs helps you out.

Yeah, this is interesting.

No idea how and why this could happen, but anyway... try this: https://www.svp-team.com/files/temp/SVP … 161121.zip
replace the .exe in SVP install dir

> Okay so from my Understanding... you CANNOT have svp4pro do it's magic without FFDSHOW.

Wrong... "DirectShow" is not equal to "ffdshow". ffdshow is just one of many DirectShow filters, that's all. When SVP work via "Avisynth Filter" it doesn't need or use ffdshow in any way.

938

(2 replies, posted in Using SVP)

what if uncheck 10-and-more-bits colorspaces in the filter properties?

explorer crashes while "watching videos on your favourite browser" --- and SVP is the reason? sounds odd, don't you agree? big_smile

> ffdshow uninstalled

via Windows' "add or remove programs" window, or just via SVP's components manager? the latter is not enough!

---
above is the example of _good_ bug report, containing crash log and clearly showing that the crash is in 'ExplorerExtensions.dll' following the line in SVP's log 'new instance found in explorer.exe but SVP can't talk to it.'

---
just spent two hours in Win11, still can't reproduce the crash

> I'd really like to stay away from Homebrew if possible. I dont like how it hijacks sys paths

Not sure what you mean... Homebrew resides completely in its own directory and doesn't 'hijack' anything. ARM version (/opt/homebrew) is not even in PATH by default.

> Is there any other way?

If you feel adventurous you always can build mpv with Vapoursynth on your own.

> Everyone could choose something for himself and in one software tool.

yeah, ok... so, wtf is "rvpV1_105661_G.pt" and why the hell you prefer it over rife? big_smile

I can't see anything "new" here, it's the same pytorch-based vs-rife script with slightly different usage, nothing more.

943

(2 replies, posted in Using SVP)

2. All settings -> tube.ui.autohide = 0
3. Control options -> Keyboard shortcuts -> Extensions -> Show SVPtube window

https://www.svp-team.com/wiki/Manual:FR … 0.BB.D1.8F

в дефолтном профиле - 120 к/с
плюс добавить еще один профиль с 60 к/с и двумя условиями - 2160p и 10-бит

> Или помогите разобраться: 2160p 10 bit ремуксы тормозят в 120 к/с

оно в скорость памяти упирается. или граф. шины. или всего вместе...
2160p*10bit*120 к/с - это очень дофига толстый поток данных, кол-во ядер не помогает.

945

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

чейнджлог какой-то совсем унылый

https://www.svp-team.com/wiki/Manual:FR … 0.BB.D1.8F
со слов "фиксированная частота кадров ..."

и уж 96 тогда, а не 100...

> если больше 72фпс я разницы не вижу

...то 72 самый лучший вариант

> чёрные полосы заполнены зелёным цветом

версия-то последняя?
19:08:06.313 []: Main: module 'plugins64/svpflow2.dll': 4.5.0.212
?

постоянно зеленым, и он не меняется, или в целом адекватно? может от переключения на hdr цвета ломаются?

> Откуда он 8 бит взял?

из Настройки - Доп. настройки - Разрешить вывод в 10-бит
4k+120 fps+10-bit скорее всего будет тормозить

there're no "files for SVP" regarding this

> run 'python -m vsrife' first

I thought "pip install vsrife" is enough. And it used to be enough in August. Maybe they changed something in packaging...