Update: SVPtube rev.191 clears cache automatically on each SVP start. Turn off with 'tube.ydl.clear_cache = false'.

Remove/clear the cache folder manually:

* Windows: %HOMEPATH%\.cache\youtube-dl
* macOS, Linux: ~/.cache/youtube-dl

1,978

(2 replies, posted in Using SVP)

because prices and conditions were different in 2015, obviously

1,979

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

https://mpv.io/manual/master/#options-v … put-levels

или еще там: https://mpv.io/manual/master/#video-filters-format

AFAIK mpv doesn't use d3d/openGL renderers in encoding mode.
I saw a thread on this topic on Github, can't find it now hmm

===
https://github.com/mpv-player/mpv/issues/7193

Можно покадрово посмотреть, правда "моргает", или "как будто"

1,982

(2 replies, posted in Using SVP)

as 10-bit AVS chain is completely useless for the SVP itself, it's definitely not the high priority task...

1,983

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

https://www.svp-team.com/forum/viewtopic.php?id=5671

1,984

(3 replies, posted in Using SVP)

> iGPU, which now gives me green pixelated distortions when chosen

increase RAM amount for the iGPU to at least 512 MB

I don't have any of these "lua-settings" stuff too, but the script works...
this is probably not good:
[   0.009][w][mpvSockets] stack traceback:
[   0.009][w][mpvSockets]     [C]: at 0x00afaa80
[   0.009][f][mpvSockets] Lua error: ...rs\*\AppData\Roaming/mpv/scripts/mpvSockets.lua:7: unexpected symbol near '<'

check mpv log then...

1,987

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

> некоторые на 50

интерлейс?

mpv runs
mpv loads mpvSocket.lua script
it sets the 'input-ipc-server' to the 'mpvSocket/<some_number>', where <some_number> is the mpv.exe process PID
SVP finds all the mpv.exe processes and their PIDs ant tries to connect to all of the corresponding sockets
20748 was the process PID in that example
it doesn't matter what you have in mpv.conf file as a 'input-ipc-server' cause lua script will overwrite this value, but it's probably better to remove this line completely
it doesn't matter what you have in SVP's config 'mpv_pipe' variable either

hope it's clear hmm

# first window opened
16:11:26.134 []: VideoPlayer: mpv [mpv.exe] connected, waiting for the video info...
# second window opened
16:11:31.204 []: VideoPlayer: mpv [mpv.exe] connected, waiting for the video info...
# drop file in the 1st window
16:12:01.740 []: VideoPlayer: mpv 0.32.0-322-g5824ac7d36 /via 'mpvSockets/3448'
16:12:02.207 []: Media: video 1280x720 [PAR 1.000] at 25.000 fps [constant]
16:12:02.207 []: Media: codec type is AVC, YUV/4:2:0/8 bits/BT.709 BT.709
16:12:02.223 []: Playback: starting up...
...
# drop file in the 2nd window
16:12:09.486 []: VideoPlayer: mpv 0.32.0-322-g5824ac7d36 /via 'mpvSockets/11316'
16:12:09.846 []: Media: video 1920x1080 [PAR 1.000] at 29.970 fps [constant]
16:12:09.847 []: Media: codec type is AVC, YUV/4:2:0/8 bits/BT.709 BT.709
16:12:09.902 []: Playback: starting up...
...

> And in the SVP options it still says mpvpipe

it doesn't matter
it _dynamically_ adds new sockets to the list - in this case,  'mpvSockets/3448' and 'mpvSockets/11316'

Are we still talking about SMPlayer? hmm

SVP rev.191
note the socket path in use!

1. old SMPlayer (before ver.19.10.0.9290 from 2020-04-06) + old mpv (before 2020-03-26)
SVP log:

13:36:16.860 []: VideoPlayer: mpv 0.32.0 /via 'mpvpipe'

only one instance will work

2. new SMPlayer + old mpv -> doesn't work at all

3. new SMPlayer + new mpv

13:38:46.648 []: VideoPlayer: mpv 0.32.0-322-g5824ac7d36 /via 'C:/Users/chain/AppData/Local/Temp/smplayer-mpv-1adc'

socket name is specific to the SMPlayer instance

4. mpv with fixed "input-ipc-server"

13:36:16.860 []: VideoPlayer: mpv 0.32.0-322-g5824ac7d36 /via 'mpvpipe'

only one instance will work

5. mpv with mpvSockets script

13:44:35.210 []: VideoPlayer: mpv 0.32.0-322-g5824ac7d36 /via 'mpvSockets/20748'

socket name is specific to the mpv instance

> Is there a different way now

https://github.com/wis/mpvSockets

1,992

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

только main.setup.potplayer.prefer_avisynth при main.setup.potplayer.native = false вообще никакого значение не имеет

1,993

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

тогда хз как свп может "не подхватывать", при наличии живого ffdshow hmm

1,994

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

как включил (если включал), только наоборот big_smile

main.setup.potplayer.native = false, перезапустить SVP

1,995

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

так то наверное если через "native Avisynth interface"
а через ffdshow глядишь и не отключая всё будет как надо работать wink

1,996

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

попробовать вкл/выкл "built-in video transform filter'
я помню с ним постоянно какие-то грабли были, еще в kmplayer...

Ok, good news big_smile
SVP rev.191 now supports recent SMPlayer + mpv.

One must remove the 'input-ipc-server' part from the Advanced->MPlayer/mpv options list

1,998

(13 replies, posted in Using SVP)

> or a SVP update

SVP doesn't do anything on video player window focus changed. It even doesn't know if some window has focus or not.

1,999

(3 replies, posted in Using SVP)

In DirectShow video players, e.g. MPC-HC, the only filter that can do tone mapping is madVR video renderer. So without SVP the best possible chain for HDR playback is MPC-HC -> madVR. Unfortunately ffdshow filter doesn't support neither HDR not 10-bit video, so when we insert ffdshow between MPC-HC and madVR all we get is washed-out colors as madVR is unable to do tone mapping in this case.

If you want real 10-bit - use mpv or VLC.

2,000

(3 replies, posted in Using SVP)

https://www.svp-team.com/wiki/SVP:4K_and_HDR