5,201

(2 replies, posted in Using SVP)

it seems like the app has no write access to ~/.local/share/SVP4/

Можно на колонки good / high смотреть, там чистый fps написан. Оно наиболее близко к реальной жизни.
Если сравнивать именно с упором на процессоры - то highest, он самый GPU-независимый.

Частота реальная для K-серии не определяется, да. Надежнее сравнивать по не-К. Ну или если в комменте реальная частота указана.

don't forget about Vapoursynth engine support in the Pro version wink

таблица SVPmark-а не отвечает на этот вопрос?

5,205

(122 replies, posted in Using SVP)

> When I had the newer version installed I tried disabling GPU Acceleration to see if it fixes the crashes, but I still had crashes.

ok, what if replace "script/base.avs" with the one attached?
(not the "script-60/base.avs" one!)

5,206

(121 replies, posted in Using SVP)

The fix will be in the next build.
The fix for the loop itself, not for "zero width via MediaInfo". It should normally fall back to mpv's provided information in this case.

The most helpful option to save some memory for 4K is "Motion vectors precision = Two pixels" (in SVP's manual video settings)

And to save CPU power you may use "Width of top coarse level = Small"

> А со вторым что делать ?

ждать big_smile

> при включении видео подсветка начинает моргать (нужно вручную отключать подсветку в амбибокс)

тут может быть косяк в самом амбибоксе, пока не знаю...

если уже работает с амбибокс - то какие проблемы? он включает точно такой же remote API как в призматике
т.е. в SVP выбираем "Prismatik", запускаем Амбибокс, и вроде бы должно работать

===
Называется "Доп. настройки" - "Включить API сервер" - порт 3636

в случе неправильного возвращается пустое место, иначе какой-то (зависит от запроса) текст

5,212

(1 replies, posted in Using SVP)

check that "svp-maintenance.dat" exists in the SVP 4 folder
if not - try to rename "svp-maintenance.dat.backup" to "svp-maintenance.dat"

ну так наоборот же... "?!"
? отделяет начало параметров, потом сами параметры

5,214

(503 replies, posted in Using SVP)

> No matter whether I use mpv or smplayer, or disable frame rate conversion, as long as SVP is integrated to the player the audio immediately starts desyncing

I think I know the reason - it's a inconsistency between the actual video frame rate and the value written in the container and thus used as a base frame rate for the frc conversion.
This value is exposed by mpv to the Vapoursynth engine as a global variable called "container_fps". If the real fps doesn't match - we're probably screwed o_O

> Вчера пробовал GET запрос: отправлял из браузера и сравнивал с меню из tray icon. Ничего не менялось.

меню не меняется (еще косяк), но кроме этого то что должно переключиться - переключается
хоть бы по OSD видно

It turns out that there're a lot of problems with interlaced videos here... big_smile

1. SVP replaces the entire video filter chain with the vapoursynth filter, while interlaced videos need the yadif filter to be inserted before - luckily this's quite simple to fix

2. SMPlayer sets incorrect mpv option when using "Yadif (normal)" - it sets "--vf-add=yadif" instead of "--vf-add=yadif=frame", so both "Yadif" modes in SMPlayer now output doubled frame rate

3. Vapoursynth filter inside mpv can't properly handle video deinterlaced with doubling frame rate because the video IS actually 50 fps while the internal variable "container_fps" is still set to 25 fps.


So... to make interlaced video work with SVP we need:

1. Fix SVP Manager
2. Force SMPlayer to add "--vf-add=yadif=frame" to advanced mpv options

> В старой версии в сформированном скрипте тоже прописывалось директшоу вместо ффдшоу ?

да

> И почему бы не вернуть опцию" сформировать авс скрипт для видео " в svp 4 ?

потому что хочется сделать более по другому, но пока руки не доходят

путь в кавычках...

5,220

(122 replies, posted in Using SVP)

blabb
so, any news? smile

DirectShowSource пишется без подчеркивания...

Картинок не видно, но "то же самое" (т.е. ошибка про ffdshow_source) получаться определенно не может.

5,223

(4 replies, posted in Using SVP)

5:55:17.554 I: Playback [35304b4]: Frame server (32-bit) 2.6.0.3, Avisynth 2.6, C:\Windows\SysWOW64\avisynth.dll

It should be "2.6.0.5' for the "official" AVS 2.6 MT.
You may just copy "avisynth.dll" from the SVP 4\plugins into C:\windows\syswow64

Да блин же big_smile

Третий раз:
заменить строчку

ffdShow_source()

на

DirectShowSource("здесь путь к файлу")

5,225

(4 replies, posted in Using SVP)

it's much better to post reports via the Manager
otherwise we'll need to ask another 100 questions here just to clarify things