3,351

(14 replies, posted in Using SVP)

I'm afraid nobody here knows the answer hmm It's a dark ffmpeg magic behind the reencoding process.
Probably it's just a question of one missing ffmpeg option... and I have no idea which one is missing.

3,352

(9 replies, posted in Using SVP)

ah, this's simple
install the "[VPS_64] Core for Vapoursynth 64-bit" package wink

3,353

(9 replies, posted in Using SVP)

if you send the report via SVP probably it could reveal something hmm

3,354

(9 replies, posted in Using SVP)

and yes,

FAQ wrote:

Make sure that both, SVP and video player, are NOT running with administrator privileges.

3,355

(9 replies, posted in Using SVP)

you can override settings from mpv64/mpv.conf from the standard mpv's conf location(s)

run it with --log-file=<some-writeable-path> and search for "ipc" in the log

[   0.019][v][ipc] Starting IPC master
[   0.020][v][ipc] Listening to IPC pipe.
...
[   0.092][v][ipc_0] Client connected

3,356

(9 replies, posted in Using SVP)

Basically you don't need any mpv.conf other than the default SVP4\mpv64\mpv.conf.
Which file exactly are you modifying?

> cd "c:\Program Files (x86)\SVP 4\mpv32"
> python ..\extensions\tube\youtube_dl\__main__.py -v <youtube-url-here>

not sure but you probably need to define a proxy
https://github.com/rg3/youtube-dl/issues/7848

you can do it from the "Authentication" submenu

you'd better copy error text from the Events log

PotPlayer's built-in video filters are 8-bit only.

I asked once on their support forum if they could add 10-bit processing, the dev's answer was "no it's too complicated".

It changes only the "threads" option in ffmpeg.
I have no idea why it affects the file size hmm

3,362

(4 replies, posted in Using SVP)

it depends on the video

3,363

(4 replies, posted in Using SVP)

SVPcode (also SVPcast, mpv, VLC) can't handle correctly variable frame rate videos or videos with incorrect frame rate defined (e.g. when MediaInfo reports 23.810 fps while the video is actually 23.976 fps)

3,364

(128 replies, posted in Using SVP)

I must say that VLC 3.0.0 seems to work with the current version of SVP plugins (0.9.0.114)

Can't check and test all that HDR stuff right now...

surprisingly, this is THE ffdshow - the one that everyone use
and it's dead for years

> Ffdshow raw video filter shows options for 10-bit output

this ONLY works for the ffdshow's internal h.264 video decoder
video filters doesn't work in 10-bit mode

"animation" are those settings ported to SVP 4

3,368

(128 replies, posted in Using SVP)

good news, everyone! (c)

3,369

(3 replies, posted in Using SVP)

hmm let's check mpv's log

Another temporary solution: go to Plex Server -> Settings -> Network, set Secure connections to Disabled.

try an older mpv-1.dll build: link

3,372

(6 replies, posted in Using SVP)

what you can do right now is add preferable video profile with "completely disable SVP" button turned on
then you'll need to manually switch to the real profile when you want SVP to be enabled for the particular video

> Can you explain "force exact value"

when it's "off" SVP selects the minimum possible denominator value (<target rate> = <source rate> * num / den)

"off", "uniform" => 23.976 * 5/2 = 59.94, every 5th frame is original one
"on, 60 Hz", "uniform" => 23.976 -> 60.000, every frame is interpolated, more artifacts

последняя версия с OpenCL на старых (не-CGN) картах
а может быть - на всех картах, не знаю
зуб на отсечение не дам, сам проверять не собираюсь, извините

> I've been using SVP in VLC. I get the impression [from reading] that this is suboptimal, but I'd like to know why if it is.

mpv and MPC-HC have much more advanced renderers
MPC-HC (and any other DirectShow-based players) can handle correctly variable (or incorrectly defined) frame rates (which is normal for animes)

> What's the difference between "1m" and "Uniform"?

https://www.svp-team.com/wiki/SVP3:Tech … #x-m_modes
see the last section

> Videos seem to have a "micro-stutter" now and then, even though my system is hardly taxed - any solutions?

- do not run video on secondary screen(s)
- use fullscreen exclusive modes