4,876

(4 replies, posted in Using SVP)

The short summary:

# install mpv with "with-shared" option
brew install --with-vapoursynth --with-shared mpv

# save libmpv from Plex
mv "/Applications/Plex Media Player.app/Contents/Frameworks/libmpv.1.dylib" "/Applications/Plex Media Player.app/Contents/Frameworks/libmpv.1.backup"

# replace it with the one from brew
ln -s /usr/local/Cellar/mpv/0.17.0/lib/libmpv.1.dylib "/Applications/Plex Media Player.app/Contents/Frameworks/libmpv.1.dylib"

# create mpv's config file
echo "input-ipc-server=mpvpipe" >> ~/"Library/Application Support/Plex Media Player/mpv.conf"

ahh

in this case you probably had gpu ids changed for some reason
so just turning GPU acceleration off and then on may help

4,878

(4 replies, posted in Using SVP)

I'll try to set it up on Monday or Tuesday and complete the wiki article if necessary. I just don't have access to an OS X rig now.

As in Windows it's all about locating libmpv-1.dylib (or whatever it's called in OS X) and replacing it with the one built with Vapoursynth support.

> Any solution?

reinstall graphics drivers

> I have a 21:9 monitor, thats why.

and I'm sure you're not alone...
do whatever-you-want using the player's interactive controls, why you need SVP to do it?

jc265
I need to be able to adjust the blue boxed area up and down, without changing it's size.  Here's a screenshot of what I'm needing.  The blue box is default, the red box is what I'm wanting.  I don't know how else to explain it.

the only question is "why?"

4,882

(458 replies, posted in Using SVP)

eignar17 wrote:

is bug in ubuntu mate 16.04 is icons and text big ultra big

please post the log
It could be a bug in Qt's HighDPI support subsystem

yeah, but the common "abstract user" will likely uncheck "ffdshow" and then will ask support about "why my mpc-hc doesn't work"

the things are getting too complicated so now the main stable "tool chain" (which is "directshow 32-bit") is always installed, while all others are optional

4,884

(2 replies, posted in Using SVP)

settings - show OSD messages

the installer should create usable installation at the first place, no matter what options the user selected / unselecteed

4,886

(1 replies, posted in Using SVP)

yeah, thanks for reporting
it should work now

4,887

(14 replies, posted in Using SVP)

maybe something's wrong with the cooling system...
or "you're holding it the wrong way" (c) big_smile

4,888

(14 replies, posted in Using SVP)

the frequency drops down to 1.1 GHz and even lower... too bad
do they really call this "a gaming notebook"? o_O

4,889

(14 replies, posted in Using SVP)

you can also try to reduce GPU load by turning off GPU acceleration in SVP and/or switching from madVR to EVR

4,890

(14 replies, posted in Using SVP)

> I read in the wiki that this is probably an overheating/overclocking issue? What can I do?

lower the settings to the point where it won't stutter even in the "overheated" (which means "with lower CPU frequency") state

4,891

(128 replies, posted in Using SVP)

> The .mp4's I've downloaded from YouTube so far are warped on an angle.

any sample?

4,892

(458 replies, posted in Using SVP)

>  VLC is not being detected as an active playback source.  Reinstalling VLC nor SVP doesn't make a difference.

do you see "vapoursynth' filter in the VLC's video filters list?

4,893

(1 replies, posted in Using SVP)

for 1920*800 you don't need black bars detection at all cause the bars were already cutted
the whole point of black bars detection is to deal with 1920*1080 containing 1920*800 plus bars

4,894

(121 replies, posted in Using SVP)

Because we've got only 10.10 machine at the first place big_smile

I'm not sure if we can build binaries compatible with 10.9 on a 10.10 machine?

zidanessf

there're no "Type = GPU" devices on your screenshots
if you really have several video cards there's definitely some mess with the drivers cause the first OpenCL platform (AMD's one) contains no GPUs...

4,896

(20 replies, posted in Using SVP)

video player?
video renderer?
d3d fullscreen - on or off?

4,897

(4 replies, posted in Using SVP)

> can be that with this update the gamma color its instead 2.2 more like 2.0

hmm... no

4,898

(4 replies, posted in Using SVP)

.80 for Windows will be available later today

4,899

(6 replies, posted in Using SVP)

Okey...
Plex doesn't play local files, it always plays streams from the Plex Server.
Which means SVP doesn't know which local file is actually playing.

Basic profile conditions (width, height, etc) always works, while "file name / path / extension" and some others won't.
This's what I meant by "it should work as long as you see some text in the condition value when you add it while the video is playing."

When you add new "file name" condition and you see the empty value field - this means SVP has no information about the actual file name, and this condition won't work.

4,900

(20 replies, posted in Using SVP)

SVP is a user-space application, it just can't freeze or hang the whole system.
If it happens - it's a question to some driver or something like this.