4,326

(9 replies, posted in Using SVP)

ok, I can see it
every ~10 seconds

not an issue with wired connection though

4,327

(9 replies, posted in Using SVP)

> What is shown on your picture?

ping 192.168.0.1

Round trip time to the gateway suddenly increased up to 120 ms for some reason

However I can't see how an user-space application like SVP could possibly do this.
Only if it consumes a lot of bandwidth, which it doesn't.

Will try to check if it happens on Mini with Sierra installed...

у меня и в Firefox-е работает

https://www.svp-team.com/wiki/Credits

> вот что выдает после заполнения почты и ключа

гм. не знаю, что надо сделать что бы такого добиться.
в моем личном хроме все работает.

я пока, до выяснения, сбросил тебе регистрации

однако неплохо бы прояснить, что за фигня - раньше никто на нерабочий "личный кабинет" не жаловался
попробуй из другого браузера hmm

> ну ввел я что имейл и ключ, а что дальше?

нажать на unregister, если вопрос об этом

> уже дважды рега слетала после ошибки.... может научите прогу дружить с MPC-HC x64, а то после каждого просмотра видео ошибка вылетает

какая конкретно ошибка вылетает после каждого просмотра? и когда после этого слетает регистрация?

> троян в последних билдах

?? hmm

на крайнюю версию видеодвижка в первую очередь
что бы x265 полностью аппаратно декодировало

4,334

(30 replies, posted in Using SVP)

http://www.spirton.com/convert-videos-to-60fps/

программа синие экраны вызывать по собственному желанию не может, даже если бы очень хотела

это всегда какие-то проблемы с железом - перегрев / нехватка блока питания / еще 1001 причина


убрать разгон, поднять напряжение, заменить БП...

виноват, никак не дойти...
а вот вопрос - если это исходное 4к видео уменьшить, то что получается?

Настройки - Все настройки, последовательно менять значение frc.frame.resize, "-2000" - уменьшать до высоты 2000 px, "-1600" - до высоты 1600px и т.д.

Или, если монитор 4К, то можно поставить в SVP "уменьшить до размера экрана", и последовательно менять разрешение монитора.

> В будущем появится список размеров всех активных видео или нет?

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

4,338

(43 replies, posted in Using SVP)

it's safe to assume that it's not working properly with MVC videos now

4,339

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

ну, справедливости ради, скорее всего в mpv под Windows все будет примерно так же wink

> I have used svp4 since it launched, and only started getting this error last week

well, what changed?
windows 10 update, any drivers, etc?

4,341

(3 replies, posted in Using SVP)

you'd better contact us via email

4,342

(3 replies, posted in Using SVP)

PayPal payments may not work from business accounts.

4,343

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

> я даже посмотреть не успеваю, что не так

как-то если так

vlc --extraintf=logger --verbose=5 --logfile=vlc.log --logmode=text --file-logging

4,344

(2 replies, posted in Using SVP)

...or try dss2() source filter instead

reinstall graphics drivers

4,346

(8 replies, posted in Using SVP)

registration fails when the list of network adapters (both built-in and expansion cards) changes

4,347

(17 replies, posted in Using SVP)

you didn't added SVP 4 and SVP 4\mpv32 to the %PATH%

4,348

(121 replies, posted in Using SVP)

Just checked all the installation steps on the clean Sierra setup, and I must say that all of the following work w/o errors:

1. installing Homebrew
2. installing mpv + vapoursynth
3. installing SVP 4
4. opening video file in mpv via SVP's menu
5. installing VLC
6. enabling Vapoursynth filter in VLC


Found one minor issue with SVPtube extension - there's a typo in the current 4.0.91 build, so to be able to download videos via SVPtube one need to execute

ln -s /usr/local/bin/ffmpeg /usr/local/bin/fmpeg

and relaunch SVP 4.

==============
https://youtu.be/RJCRwsU4qAg

4,349

(17 replies, posted in Using SVP)

just tried it on an almost clean Server 2008 R2 installation, and it works
i ran out of ideas...

===
Step 1:
Computer -> properties -> Advanced system settings -> Env. variables -> User variables -> New.. ->
Var. name: PATH
Var. value: C:\Program Files (x86)\SVP 4;C:\Program Files (x86)\SVP 4\mpv32

Close and re-open any opened Explorer/cmd windows.

Step 2:
Dependency walker 32-bit

Step 3:
Open SVP 4\extensions\tube\main.dll, save as "Dependency Walker Image (*.dwi)", post the file here

4,350

(17 replies, posted in Using SVP)

great, so you could just said you got "Tube loader: can't load tube plugin" error message from the beginning wink

loading svptube is a little bit tricky, maybe something is wrong with installation or environment in your case

extensions\svptube.dll modifies PATH env var and loads extensions\tube\main.dll, which depends on mpv32\PythonQt.dll, which in turn depends on mpv32\python35.dll and MS VC++ 2015 32-bit runtimes

so please check that
- SVP 4\mpv32 exists and contains pythonqt.dll and all Python files
- VC++ 2015 32-bit runtimes installed
- post here output of 'echo %PATH%' command