4.0.0.76
Added VLC support (beta) - see there
You are not logged in. Please login or register.
SmoothVideo Project → Posts by Chainik
4.0.0.76
Added VLC support (beta) - see there
OS X specific
It seems that the OpenGL video renderer in VLC doesn't really like high frame rate video, especially in high resolutions.
While I see no troubles playing videos up to 720p @60 Hz, 1080p playback really have some issues, even with native 60 Hz videos (w/o SVP at all).
Latest nightly VLC 3.0 is recommended over "stable" VLC 2.2.2.
If you see SVP Index below 1.0 value while playing 1080p - try to crop the frame a little bit.
For example, for me 1920*1080*60 is totally unusable (SVP index ~0.6), while 1896*1080*60 works great. Have no idea why.
Check SVP's events log:
20:09:34.645 [I.]: Main: module 'plugins/libsvpflow1_vs64.dylib': 4.0.0.132
20:09:34.646 [I.]: Main: module 'plugins/libsvpflow2_vs64.dylib': 4.0.0.132
20:09:34.652 [I.]: Main: VLC filter: 0.9.0.76The magic: we need to remove VLC's "deinterlace" filter and place SVP's "vapoursynth" filter into the VLC plugins folder.
1. remove VLC/plugins/libdeinterlace_plugin.dll (or .so, or .dylib, depending on the OS)
2. choose one of the SVP/plugins/libvapoursynth_plugin.20 or libvapoursynth_plugin.30 (depending on VLC version - 2.2.x or 3.0)
3. copy it to VLC/plugins/libvapoursynth_plugin.dll (.so, .dylib)
To help with this you can just run
SVP menu -> Utilities -> SVP in VLC
and choose the VLC executable (or an .app on OS X)
Note that SVP Manager needs write access to the VLC's plugins folder!
If you want SVP to start automatically just set deinterlace to "always on" in
VLC preferences -> Video -> Deinterlace = On
Wiki page: https://www.svp-team.com/wiki/SVP:VLC
=================================
The idea is to add a new VLC module that acts like a "video filter" and runs a Vapoursynth script (just like it does with mpv)
Note that VLC has a few dumb limitations:
1. The "common" video filters are not allowed to change the frame rate! The only TWO filter that can do this are listed by names in the VLC sources
- "deinterlace" and "postproc".
So to make our filter work we should replace one of them.
2. The filter can't return more than 3 frames on each source frame, which means that FRC rate = x3 is the maximum.
3. The filter can't increase frame size on-the-fly, so all SVP's options that increase source frame size won't work (at least for now).
How to make it work?
1. Install VLC 64-bit ver. 3.0.x
2. Windows only: install the "VLC support" package
3. (optional) Windows only: add/modify PATH and PYTHONPATH environment variables - they must point to SVP 4\mpv64 folder
4. Invoke Utilities -> SVP in VLC command from SVP's menu, VLC will open automatically.
5. Next time just run VLC via SVP's main menu -> Run VLC with SVP.
------------
If you get error: VLC: unsupported color format, switch to software video decoder
VLC menu Tools -> Preferences -> Input/Codecs tab -> Hardware-accelerated decoding: Disable
> is 'support@svp-team.com' the right email to contact regarding this issue?
yes it is!
> A delayed start option would be extremely handy nonetheless!
SVP 4.0.0.76
All settings -> main.setup.start_delay = 0 by default
should be fixed (for now) in 4.0.0.76
fixed now, just run update tool manually
it'll show an update to "4.0.0.76-1"
можно
сейчас исправим... 5-10 минут и можно будет обновить
Что в логе видно?
> После сегодняшнего обновления SVP - не запускается (не появляется в трее...
Сам Менеджер не запускается? о_О
Что в логе видно? (%appdata%\SVP4\active.log и last-1.log)
Наводящий вопрос: мастштабирование интерфейса в Windows используется? сколько?
хочется заметить что лицензии не рассылаются автоматически, как бы надо сначала попросить
Так как всё-таки зарегистрированным?
что? не понял вопроса
may be it's an interlaced video?
progressive 25 fps * 2.5 gives me 62.5 just like it should
IF it's interlaced AND the de-interlacer produces 25p then uncheck "App. settings -> Additional options -> Assume double frame rate for interlaced videos"
Avisynth+ installs to "C:\Program files (x86)\Avisynth+" by default, and there should be "avisynth.dll" in the C:\Windows\System32 folder.
Do you see it there?
Anyway you can just copy SVP 4\Plugins64\avisynth.dll into MPC-BE's install dir and it should work.
"ssleay32.dll" (which is in the SVP 4 install folder) could not be loaded
most likely VC++ 2013 32-bit redistributable package is not (properly) installed for some reason - though it should be installed by the SVP setup
will be added in the next release
Get this and insert
TDecimate(cycle=5)possibly with some LoadPlugin() call before it, to the beginning of SVP 4\script\base.avs.
Yeah, it's complicated ![]()
Dealing with broken videos is always complicated...
any firewall?
please post here the extended error message from the text log file located at %APPDATA%\SVP4\logs\active.log
lets just forget about .60 version for now ![]()
to fix crashes use the package from that message - http://www.svp-team.com/forum/viewtopic … 896#p58896
OK, lets try it this way - see the attached files - unpack and replace files in the SVP install dir.
SVP 4 Pro only!
This's basically the same version as in 4.0.0.60 plus a little additions to make it compatible with the latest Manager.
It won't work for SVP 4 Free cause it requires a small change in the script generator - which requires an update for the Manager itself in case of Free version.
The log should look like this:
12:08:41.811 [-I]: Main: module 'plugins/svpflow1.dll': 4.0.0.132
12:08:41.811 [-I]: Main: module 'plugins/svpflow2.dll': 4.0.0.667
12:08:41.812 [-I]: Main: module 'plugins64/svpflow1.dll': 4.0.0.132
12:08:41.812 [-I]: Main: module 'plugins64/svpflow2.dll': 4.0.0.6671. Note that the instruction is for WMP 32-bit only, it may or may not work for 64-bit version
2. You may also need to go to "Codec tweak tool" - "MS Codec Tweaks" and disable "DTV-DVD video decoder" and "Mpeg4s Decoder DMO"
I don't see any mpv-specific issues for now
SmoothVideo Project → Posts by Chainik
Powered by PunBB, supported by Informer Technologies, Inc.