можно хоть 200
с 1080 Ti wink

настройки madVR не надо загонять в максимум, и всё получится

3,852

(4 replies, posted in Using SVP)

Just updated to the latest PMP - nothing changed, all works the same way.

There's always an ultimate solution for all this PATH issues - copy ALL files from SVP 4/mpv64 into Program Files/Plex/Plex Media Player folder

3,853

(4 replies, posted in Using SVP)

this error is usually about PYTHONPATH environment variable which should point to the same SVP 4/mpv64 folder

3,854

(455 replies, posted in Using SVP)

It's still only one CPU device.
> Number of devices: 1
>  Device Type: CPU

SVP needs "GPU" device.
You can use i7's IGP but you need to install "beignet" packages for it.
https://01.org/beignet

3,855

(455 replies, posted in Using SVP)

you can check if OpenCL setup is working with clinfo tool

luckily for us it's not a question of belief big_smile

3,857

(4 replies, posted in Using SVP)

Yeah, right... probably should add this to the FAQ list smile

3,858

(3 replies, posted in Using SVP)

are we talking about Youtube videos here?

I don't think one really need madVR's "smooth motion" together with SVP. It makes sense watching 23.976 on 60 screen but not in our case - e.g. 59.94 to 60.02.
Probably it's better to do true interpolation up to 60.02 - see "Target frame rate" -> "Force the exact value" in the latest SVP build.
But I'm personally good with just 59.94 wink

3,860

(4 replies, posted in Using SVP)

does it happens on the same file every time?
what if press "retry?"

3,861

(1 replies, posted in Using SVP)

Works for me.
You probably need to update cookies in SVPtube's authentication data.

3,862

(4 replies, posted in Using SVP)

they'd better integrate mpv engine

3,863

(1 replies, posted in Using SVP)

SVPtube menu -> Video player -> Choose application... -> mpc-hc.exe, etc...

3,864

(8 replies, posted in Using SVP)

> Pentium G4560

It won't run 2x4K (4000*4000) stereo VR big_smile

3,865

(8 replies, posted in Using SVP)

https://www.reddit.com/r/Amd/comments/6 … quency_in/

https://i.redditmedia.com/G_OaoaXPKRS_8OLmBIyPp4_TnBYH3VKUkCbZREXsZLE.png?w=500&s=a0935f9c96e0266c9df5fb1ba9d69cfa

3,866

(3 replies, posted in Using SVP)

SVP works via Avisynth.
If you "disable it in ffdshow configuration by unticking it" then SVP is NOT working.
If video is lagging with SVP on then you probably should adjust something.

3,867

(13 replies, posted in Using SVP)

clCreateContext() error 999 - not documented, seems like it's NVidia-only error code meaning nothing but "unknown error"
you probably need to update / revert / reinstall / etc video drivers

===
mpv process creates /tmp/mpvsocket file
if you kill mpv the file will gone, obviously

3,868

(4 replies, posted in Using SVP)

nope

vorpX is a 3D-driver for DirectX9-11

it's like virtual screen
the very same MPC-HC renders smoothed video on that virtual screen

Tested so far:

1. Whirligig Media Player - howto

Pros:
- great VR controls, supports Oculus Touch
- plays at true 90 Hz mode

Cons:
- doesn't support custom DirectShow filter chain, so using "ffdshow video decoder" as a decoder is the only option compatible with SVP
- can't handle frame size change on-the-fly i.e. SVP's frame crop and outer lighting

2. vorpX "Cinema mode"

Pros:
- uses common video players - MPC-HC, mpv, VLC, ... - to render the video
- has some VR-specific image quality controls (probably useless (?))

Cons:
- limits video renderer to 45 Hz
- doesn't work (?) with madVR
- expensive, BUT it can "cast" desktop games too

3,870

(13 replies, posted in Using SVP)

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

If true then num/den define absolute frame rate value instead of multiplier for source frame rate.

> I think SVP doesn't get monitor hz output from device but just uses the reported values of OS for reresh rate

on Windows is can actually measure the value... but not on Linux

> I wonder how many digits after comma you tolerate?
> 0.238 is still a little much for me because of micro stuttering.

it's limited to 0.001
60.0/23.976 = 2.5025
358/143 = 2.50349
2.50349-2.5025 < 0.001

probably there's a room for improvement here

3,871

(13 replies, posted in Using SVP)

> For some strange reason when these value are missing in tube.cfg the error is caused

the error is when some cfg options are missing which normally happens at the first run only

=====================
smooth.rate.num=60;
smooth.rate.den=1;
smooth.rate.abs=true;

it definitely works but it won't change numbers displayed in log and OSD

> target/tolerance at 0

Are you sure your screen is exactly 60 Hz? You can also manually set "fixed 60 fps" in the video profile

12:48:20.543 []: Media: video 1920x1080 [PAR 1.000] at 23.976 fps [variable]
...
12:48:20.635 []: Playback [1ac0734]: playing at 60.0238 [23.976 *358/143]

3,872

(13 replies, posted in Using SVP)

> How do I turn off performance quick estimation at the start of SVP?

Why?

3,873

(13 replies, posted in Using SVP)

you can't fix it yourself

will be fixed in the next build

3,874

(26 replies, posted in Using SVP)

> Does madVR and SVP coalesce without any hiccups?

yep

3,875

(13 replies, posted in Using SVP)

turn off "svplight" extension if you're not using it

will be fixed in the next build