> Hi, already tried that but no change, SVP is still showing playing at 59.94 ...

For the record, there's an option called "frc.target.tolerance", which is equal to 0.02 by default.

Ничего умнее чем написал автор мы тут все-равно не посоветуем.
Кроме как поставить 10-ку big_smile

http://www.vapoursynth.com/2015/09/wind … te-use-it/

предлагается сделать буквально то что написано в тексте ошибки

svpflow1/2 откуда взяты? 32-х-битные ли?

SparxXx wrote:

В том то и дело что нету не какой информации. sad

Скачал. Там прямо в комплекте скрипт "motioninterpolation.vpy", цельнотянутый из mpv.
Т.е. всё работает так же, можно прямо туда вставлять скрипт который генерирует SVP (с поправкой на 32-битность).


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

Пример нужен, хотя бы минимальный.
С целью узнать как называется input filter.
Вот в mpv - "video_in", в ffdshow - "ffdshow_source", а тут как?

Ну а на картинке, очевидно, не хватает

import vapoursynth as vs

===

Там в этом PotPlayer еще никакого механизма внешнего управления не прикрутили? smile
А то можно бы было напрямую SVP с ним подружить...

5,057

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

Наверное потому что тут речь про VLC

it's a question of video decoder whether it supports some video format or not
SVP only works with raw video stream after the decoder
so yes, SVP "supports" HEVC (h265) MKV

5,059

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

Гадость - не гадость, а за всякими границами выбора особо нет...
Торрент-тв за свои несколько рублей в месяц вообще спасение, на фоне всяких "картин" за 20 евро/мес

Матч-ТВ с торрент-тв я посмотрю, что там за проблемы.

5,060

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

конечно не работает
ибо фильтр "для SVP" подменяет родной фильтр деинтерлейса
или одно, или другое, переключение через выключение VLC и снятие галочки в меню Менеджера

5,061

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

Не сворачивается.
Ибо есть неразрешимые проблемы между текущей версий Qt, и как оно делает иконки в трее, и различными display manager-ами.
Вот, например, в KDE почти что хорошо.

На то есть параметр "-tray" или "-no-tray", следует попробовать как лучше лично для тебя.


> Ну я в тупую скопировал все из папки /opt/qt55/lib в /usr/lib

это смело
я даже комментировать не буду big_smile

5,062

(128 replies, posted in Using SVP)

> I realize the wiki says "The filter can't increase frame size on-the-fly" but I'm still not sure what to do here to resolve this.

turn off the "outer lighting" in SVP

> the colors have been inverted, skin color is blue, sky blue is orange, etc.

it assumes that the video is in YV12 color space for now

5,063

(20 replies, posted in Using SVP)

https://www.svp-team.com/wiki/Plugins:_SVPflow

5,064

(5 replies, posted in Using SVP)

I can't even imagine what restrictions could possibly PayPal apply to transactions where sender is from Peru and the receiver is in Russia...
All I know we're continuously receiving payments from around the world w/o any issues.

5,065

(5 replies, posted in Using SVP)

this question should be addressed solely to PayPal

5,066

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

Ну я ж мысли не читаю...

Ошибка будет если vapoursynth.dll нет в PATH.

Если Vapoursynth ставится через его родной инсталлер - то надо что-то сделать руками, или добавить core64 в PATH, или скопировать vapoursynth.dll в system32.

5,067

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

Менеджер не перезапускаешь после изменения PATH

5,068

(128 replies, posted in Using SVP)

1, 2. if you've a small samples or an URL from where I could download such a videos please share it

3. we still don't known what "video output" value is the best for 1920*1080@60

5,069

(128 replies, posted in Using SVP)

maciozo wrote:

I was under the impression that it is not necessary to manually set environment variables with a non-portable installation.

yeah, it seems that Vapousynth setup doesn't copy vapoursynth.dll to the system32 for some reason

5,070

(138 replies, posted in Using SVP)

MistahBonzai
The same setup as needed for the VLC: http://www.svp-team.com/forum/viewtopic … 313#p59313
Either install full Python and Vapoursynth packages with their own setup files
or add SVP 4\mpv64 to both PATH and PYTHONPATH environment variables

And yes, vapoursynth.dll should be in the PATH.
I'm not sure why the official installer doesn't copy it to the system32 (while it copies vsscript.dll here)

frc.target.max во "всех настройках"

5,072

(138 replies, posted in Using SVP)

> mpc-qt

check this out: link big_smile
(a mingw-64 build with Qt 5.5 + mpv-1.dll with vapoursynth + "input-ipc-server=mpvpipe" option hardcoded into mpc-qt sources)

5,073

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

потому что в системе уже стоит Qt5, но более старой версии
и для старого дистра официального обновления до 5.5 нет
поэтому надо поработать руками и покурить маны big_smile

переходите на 16.04, там всё "из коробки"

===
а еще можно выпилить все libQt5* из /usr/lib, а в /etc/ld.so.conf добавить /opt/qt55/lib, таким образом перевести всю систему на 5.5
тысячи способов...

5,074

(1 replies, posted in Using SVP)

definitely "no"

5,075

(128 replies, posted in Using SVP)

It should work...

OK, lets double check all those stuff.

- reboot PC
- Win+R, type "cmd"

echo %PATH%

do you see "C:\Program Files (x86)\SVP 4\mpv64" in the list?
- in the same cmd window type

vspipe

will it run?