check mpv log then...
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
check mpv log then...
> некоторые на 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 ![]()
# 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? ![]()
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
только main.setup.potplayer.prefer_avisynth при main.setup.potplayer.native = false вообще никакого значение не имеет
тогда хз как свп может "не подхватывать", при наличии живого ffdshow ![]()
как включил (если включал), только наоборот ![]()
main.setup.potplayer.native = false, перезапустить SVP
так то наверное если через "native Avisynth interface"
а через ffdshow глядишь и не отключая всё будет как надо работать ![]()
попробовать вкл/выкл "built-in video transform filter'
я помню с ним постоянно какие-то грабли были, еще в kmplayer...
Ok, good news ![]()
SVP rev.191 now supports recent SMPlayer + mpv.
One must remove the 'input-ipc-server' part from the Advanced->MPlayer/mpv options list
> 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.
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.
Febus
> Выбрать профиль №1 в профилях видео?
оно так и будет если в кодировщике выбран профиль с "автонастройками", не обязательно руками выбирать "профиль номер 1"
Cryptor
> но только не встроенной утилитой перекодирования... Нужно скрипт скармливать стороннему софту, например в xvid4psp 5
и в чем же принципиальная разница?
Is it the same as manually turn on HDR mode in display settings before Kodi launch and turn it off after closing Kodi?
New dev. build available - smplayer-19.10.0.9290-x64.exe
But it actually added more problems than solved ![]()
Right now it is NOT compatible with SVP.
1 - you can just save a profiles config file from %APPDATA%\SVP4 folder
2 - this is how it works... mpv-based players work slightly better
it's x265 limitation
there're a few more x265-specific options - "pools" and "numa-pools", you can specify them on your own in Advanced mode
https://x265.readthedocs.io/en/default/ … tion-pools
> Are the old versions free to use?
yes, SVP 3 always was free
If Python itself doesn't run properly on your system it's either Python's fault or your system's fault. Not SVPtube's.
Try previous versions:
3.8.1 - https://www.python.org/ftp/python/3.8.1 … -win32.zip
3.8.0 - https://www.python.org/ftp/python/3.8.0 … -win32.zip
BTW, what is your OS?
ok, this is probably the good news... cause it's definitely not our fault ![]()
is it possible you have some files broken? ![]()
take the official distro - https://www.python.org/ftp/python/3.8.2 … -win32.zip
and unpack into into mpv32 folder
run mpv32\python.exe, type 'import ctypes' - does it work?
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.