3,226

(4 replies, posted in Using SVP)

will be fixed in the next version (very soon!)
right now you can transcode it via "advanced" section, choosing "None" as output format, and then mux it with the source audio manually

3,227

(4 replies, posted in Using SVP)

is it possible to share the file?

3,228

(11 replies, posted in Using SVP)

if you open SVPcode's encoder log you'll see the exact command lines for mpv and mkvmerge/ffdshow

3,229

(11 replies, posted in Using SVP)

CLI for SVPcode called "mpv" wink

reinstall Intel IGP drivers or remove them completely if not needed

3,231

(11 replies, posted in Using SVP)

Ah! You probably have some non-ASCII characters in your Windows username, like ''Ł". Right?

It looks like an Avisynth's limitation, not SVP's fault. We'll try to add some workaround for this situation in the next release.
Probably setting the correct language in Control Panel -> Region -> Administrative -> "Language for non-Unicode programs" might help hmm

3,232

(2 replies, posted in Using SVP)

will be fixed in the next version

All settings -> code.tools.mpv_args = "--no-sub"

then you probably need to lower madVR scaling settings manually

one 980 is more than enough

What did you do?

I can only think about Python 32-bit versions conflict.
By default SVPtube should use portable Python 32-bit from SVP 4\mpv32 folder (which is 3.6.3, by the way).

3,237

(1 replies, posted in Using SVP)

this usually happens because of Intel IGP drivers
remove / reinstall them using Display Driver Uninstaller

3,238

(1 replies, posted in Using SVP)

Sounds like a video driver issue.
I can only find similar problem with RX 470 and proprietary Linux AMDGPU-PRO driver:

As I've been informed, it looks like a compatibility issue as OCL under AMDGPU PRO does not support SI cards like capeverde. As a result, clCreateCommandQueue fails for those devices.

Not sure if it's applicable to Windows drivers now and what we could do about it hmm

3,239

(5 replies, posted in Using SVP)

> And these settings cannot be simply used in SVP code.

SVPcode uses the very same video profiles as SVP uses for real-time conversion.
You can define your own custom profile for encoding with the settings closer to Interframe's.

> is it legal to use latest svpflow plugins in the SVP 4 directory?

yep

> If so, is there new feature/performance/quality increases?

not for Avisynth plugins

SVP log? (see %APPDATA%\SVP4\logs\active.log)
Any crash message in the Windows Event Viewer? (Windows logs -> Application)
Do you have any Python version installed?

3,241

(2 replies, posted in Using SVP)

https://www.svp-team.com/wiki/Manual:Resizing

To select another mode, use the "frc.frame.resize" parameter in the Application settings section of the Control Panel.

https://www.svp-team.com/wiki/Manual:All_settings

to downscale to 1920*1080 - set it to "-19201080"

1. switch to madVR renderer in PotPlayer
or
2. switch to MPC-HC player

3,243

(3 replies, posted in Using SVP)

Ah!
macOS disables the menu when there's some application window opened on the screen.
Like a message box or something similar.

3,244

(3 replies, posted in Using SVP)

Sorry, no ideas for now hmm never seen this before.

Is the menu completely disabled?
What is the simplest method to put it into this state?

Looks like there's some problem with EVR-CP implementation in PotPlayer hmm
Just tried latest PotPlayer and it gives me the same poor results (low FPS, low SVP index) playing 1920*1080 video, while 1920*800 is fine.
The same video, same SVP settings in MPC-HC - still fine.
Moreover, switching to madVR in PotPlayer helps, even with shitty Intel IGP.

https://www.svp-team.com/wiki/FAQ#It_doesn.27t_work.21

3,247

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

попробовать убрать libsvpcode.so из extensions

3,248

(6 replies, posted in Using SVP)

> "Could not initialize VapourSynth scripting."

It always means some mess in Python configuration - "vapoursynth.so" is missing from site-packages or built for another Python version.

The correct config:

bash-3.2$ ls -l /usr/local/opt/python
lrwxr-xr-x  1 chainik  admin  22 Apr 18 22:38 /usr/local/opt/python -> ../Cellar/python/3.6.5

bash-3.2$ otool -L /usr/local/bin/mpv
/usr/local/bin/mpv:
    ...
    /usr/local/opt/vapoursynth/lib/libvapoursynth-script.0.dylib (compatibility version 1.0.0, current version 1.0.0)
    /usr/local/opt/vapoursynth/lib/libvapoursynth.dylib (compatibility version 0.0.0, current version 0.0.0)

bash-3.2$ ls -l /usr/local/opt/vapoursynth
lrwxr-xr-x  1 chainik  admin  26 Apr 18 22:38 /usr/local/opt/vapoursynth -> ../Cellar/vapoursynth/43_1

bash-3.2$ ls -l /usr/local/lib/python3.6/site-packages/vapoursynth.so 
lrwxr-xr-x  1 chainik  admin  75 Apr 18 22:38 /usr/local/lib/python3.6/site-packages/vapoursynth.so -> ../../../Cellar/vapoursynth/43_1/lib/python3.6/site-packages/vapoursynth.so

bash-3.2$ otool -L /usr/local/opt/vapoursynth/lib/libvapoursynth-script.0.dylib
/usr/local/opt/vapoursynth/lib/libvapoursynth-script.0.dylib:
    ...
    /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/Python (compatibility version 3.6.0, current version 3.6.0)

3,249

(11 replies, posted in Using SVP)

> Really bothers me as it's displayed through whole video

I'm afraid this means SVP doesn't work at all.

Do you have %APPDATA%\SVP4\logs folder?
Probably there's an anti-virus software preventing file creation - then add %APPDATA%\SVP4 path into the exclusion list.

3,250

(6 replies, posted in Using SVP)

> What am I missing?

You probably have several Python 3 installations (one from Homebrew and another one somewhere else)