1

(449 replies, posted in Using SVP)

ok I solved the riddle by installing proper mpv... I did not expect it will install wrong version anyway!
and another problem...

[vapoursynth] Script evaluation failed:
[vapoursynth] Python exception: SVSmoothFps: unable to init GPU-based renderer - code 65536
[vapoursynth]
[vapoursynth] Traceback (most recent call last):
[vapoursynth]   File "src/cython/vapoursynth.pyx", line 1810, in vapoursynth.vpy_evaluateScript (src/cython/vapoursynth.c:36455)
[vapoursynth]   File "/home/bartek/.local/share/SVP4/scripts/738f1c1e.py", line 53, in <module>
[vapoursynth]     smooth =  interpolate(clip)
[vapoursynth]   File "/home/bartek/.local/share/SVP4/scripts/738f1c1e.py", line 36, in interpolate
[vapoursynth]     smooth  = core.svp2.SmoothFps(input_m,super["clip"],super["data"],vectors["clip"],vectors["data"],smoothfps_params,src=input_um,fps=src_fps)
[vapoursynth]   File "src/cython/vapoursynth.pyx", line 1702, in vapoursynth.Function.__call__ (src/cython/vapoursynth.c:34595)
[vapoursynth] vapoursynth.Error: SVSmoothFps: unable to init GPU-based renderer - code 65536
[vapoursynth]

will it ever end?

2

(449 replies, posted in Using SVP)

sudo add-apt-repository ppa:djcj/vapoursynth
sudo apt-get update
sudo apt-get install mpv libass5

purged and installed mpv (2:0.15.0+git7~trusty) again

Option vf-add: vapoursynth doesn't exist.

3

(449 replies, posted in Using SVP)

hello again...
another problem, tried pretty much everything

when I open a video with mpv I'm getting this

Option vf-add: vapoursynth doesn't exist.

strange thing is I had to create config file in /.config/mpv/ couse it was empty

I really wanted to fix it by myself but after hours I'm really close to giving up

4

(449 replies, posted in Using SVP)

sudo sh -c "echo /home/bartek/Qt5.5.0/5.5/gcc_64/lib > /etc/ld.so.conf.d/qt5.conf"
sudo ldconfig -v

fixed it
thanks for hints

5

(449 replies, posted in Using SVP)

installed newest qt and no luck
then i tried qt-opensource-linux-x64-5.5.0-2.run
still the same problem sad

6

(449 replies, posted in Using SVP)

Hi I used SVP on windows 7 and i loved it!

Recently I moved to linux Mint 17.3 and I have a problem installing it.
I did install all packages needed but it gets this error anyway:

'/home/bartek/Pobrane/svp4-linux-64.run'
[54] Warning: A style sheet file is specified, but it does not exist.
[11807] Warning: /home/bartek/SVP 4/SVPManager: symbol lookup error: /home/bartek/SVP 4/SVPManager: undefined symbol: _ZN7QString17simplified_helperERS_

Execution failed (Unexpected exit code: 127)

I would appreciate some help smile