5,026

(8 replies, posted in Using SVP)

This's strange, it definitely used to work earlier, I saw it with my own eyes big_smile
And now it just crashes on start, even with IPC channel turned off.
Investigating...

5,027

(138 replies, posted in Using SVP)

the cfg file is
    C:\Users\XXXXX\AppData\Local\PlexMediaPlayer\mpv.conf
by the way wink

5,028

(122 replies, posted in Using SVP)

"The problematic change" is somewhere between "Windows-only engine" and "all platforms engine" (Linux and OS X in this case).
This's the problem.

5,029

(8 replies, posted in Using SVP)

> how to I enable SVP for plex media player?

Buy a Pro license and do some magic big_smile
The same question there - http://www.svp-team.com/forum/viewtopic … 016#p58016

0. Install Plex 64-bit
1. Install Python 3.5 64-bit
2. Install Vapoursynth
3. Install "mpv shared library" package from the SVP's installer
4. Replace Plex's "mpv-1.dll" with the one from "SVP 4\mpv64\"
5. Change the mpv's config file

5,030

(138 replies, posted in Using SVP)

> and copied the vapoursynth64 files into the same folder

This won't help!

IF you want to use "mpv-1.dll" you have to install system-wide Python 3.5 and Vapousynth.
The crash at start is because of unsatisfied dependencies, that's all.

5,031

(122 replies, posted in Using SVP)

Could you provide me with version 4.0.0.60?

This's not so easy as it sounds...

Besides sticking to some early version could be an option for you as a user but definitely is NOT an option for us as a developers.
But ok, we'll prepare the package with the older version just for the users that have this (still unsolved) issue.

5,032

(1 replies, posted in Using SVP)

The "Special build" of Avisynth 2.5.8 used to be the case in SVP 3.
Now it's just the "half-official" SEt's build of AVS 2.6 from doom9.

ну так понятно что надо свой фильтр подставить
или DirectShowSource, или еще чего...

> В MPEG-TS сидят 2 видеопотока с разными PID: первый 2D (допустим, кодек H264 High L4), и второй анаморфная стереопара (кодек H264 High 4.1).

ссылку на пример в студию wink

> для меня исходные коды менеджера помогли бы написать

не помогли бы big_smile

> есть проблемы. Классический вариант: видео с 2-мя видеопотоками - 1-й - 2D, 2-й - 3D

и что там не так? почему бы не решить в рамках SVP 4?
вариант с двумя видеопоками в 3D-MVC уже работает, кстати, если речь об этом

http://www.svp-team.com/forum/viewtopic.php?id=3226

5,037

(7 replies, posted in Using SVP)

SVP itself can't produce BSOD.
If you have BSOD it's because either overheating or some driver instability (usually the video driver)

5,038

(2 replies, posted in Using SVP)

MPC-HC has built-in LAV filter as well
Standalone LAV filter is just for other player, you don't have to install it from SVP's setup.

> May I spam "next" on setup?

yes

5,040

(19 replies, posted in Using SVP)

please post a report just after this thing occurs

5,041

(138 replies, posted in Using SVP)

mpv updated to that version
(hopefully will be in the mpv's master branch soon)

replace "input-unix-socket=9911" with "input-ipc-server=mpvpipe"

requires SVP Manager 4.0.0.73 to work correctly

Starting from SVPflow ver.132 (SVP Manager ver. 4.0.0.72) the legacy Avisynth 2.5 interface is not supported any more.

This means you'll see that error message in case the video player is using Avisynth 2.5 dll:

Legacy Avisynth 2.5 is not supported, please use either Avisynth 2.6 or Avisynth+


What to do?

Open "Information" -> "Events log" and find out the path of the wrong avisynth.dll.

The most common case is when you also have SVP 3 installed and you're using MPC-HC bundled with SVP 3:

23:25:20.415 [i]: Avisynth: 2.5.8.6, AvisynthMT 2.5, C:\Program Files (x86)\SVP\MPC-HC\avisynth.dll
23:25:20.415 [E]: VideoPlayer: Avisynth 2.5 isn't supported

Now you've three choices:
1. delete this 'avisynth.dll' and use the system-wide one from C:\Windows\SysWOW64
2. replace this .dll it with any other version you like
3. stop using MPC-HC installed into SVP 3 folder (or just use exclusively with SVP 3)

> Пусть сразу VapourSynth к madVR прикручивает, чо уж там.

я ему предлагал big_smile

5,044

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

Ну я даже не знаю... прямо в тексте написана ссылка на Qt 5.5 для убунты 14.04, ставящийся в /opt.
И тут 10 сообщений подряд про это же.

> в журнале SVP выдает вот такое предупреждение 16:46:04.713 [W]: Video: OpenCL subsystem isn't available, try to reinstall video drivers,
> драйвер на видеокарты 7970 на днях переустанавливал. интеловский вообще виндой обновляется сам

Значит что-то плохо встало.

5,046

(4 replies, posted in Using SVP)

BTW SMPlayer ships with built-in youtube-dl

5,047

(122 replies, posted in Using SVP)

sounds like a fucking magic! big_smile

>  It's definitely interlaced, if that matters.

this could be the problem...

5,049

(138 replies, posted in Using SVP)

> Do I need to enable hwaccel?

hwdec=dxva2-copy
vo=opengl-hq

is a good point to start with

5,050

(138 replies, posted in Using SVP)

> I wish I could use madvr to improve picture quality

https://mpv.io/manual/master/#video-output-drivers

prescale-luma=<filter>
- superxbr
- nnedi3

scale=<filter>
- spline36: Mid quality and speed. This is the default when using opengl-hq.