76

(6 replies, posted in Using SVP)

on possible solution was given here

https://askubuntu.com/questions/942930/ … -directory


cd /usr/bin
sudo mv python python.bak
sudo ln -s /usr/bin/python2.7 /usr/bin/python

this helped me to install the mpv with vaporsynth and svp4linux accordingly.

however, for some reason, svptube won't start.

77

(6 replies, posted in Using SVP)

lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu Focal Fossa (development branch)
Release:    20.04
Codename:    focal

78

(6 replies, posted in Using SVP)

sudo apt-get install python-minimal
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-minimal is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  python2-minimal:i386 python2-minimal

E: Package 'python-minimal' has no installation candidate

79

(6 replies, posted in Using SVP)

the next issue is that build would fail

make: Leaving directory '/home/rich/Programme/mpv-build/ffmpeg_build'
Using mpv options: --enable-vapoursynth --enable-libmpv-shared
/usr/bin/env: 'python': No such file or directory

pyhton-minimal

is not available in ubuntu20.04 , instead there is

python2-minimal, pyhton2.7-minimal

80

(6 replies, posted in Using SVP)

adapting to

sudo ln -s /usr/local/lib/python3.8/site-packages/vapoursynth.so /usr/lib/python3.8/lib-dynload/vapoursynth.so

seems to have fixed it.

81

(6 replies, posted in Using SVP)

hello ,

i would like to install on ubuntu20.04

https://www.svp-team.com/wiki/SVP:Linux


the issue is with

step

# make Python find the Vapoursynth module
# there MUST be a better way to do this!
sudo ln -s /usr/local/lib/python3.7/site-packages/vapoursynth.so /usr/lib/python3.7/lib-dynload/vapoursynth.so


the error is

sudo ln -s /usr/local/lib/python3.7/site-packages/vapoursynth.so /usr/lib/python3.7/lib-dynload/vapoursynth.so
ln: failed to create symbolic link '/usr/lib/python3.7/lib-dynload/vapoursynth.so': No such file or directory

python3.8 is installed.

82

(1 replies, posted in Using SVP)

Hello ,

i am using Debian/Devuan and cannot quite yet upgrade to latest libpython3.8

please add a page / link with the download for an earlier version of svp4 that works with python3.5.


thank you very much

http://www.svp-team.com/files/svp4-latest.php?linux

Hello ,

today i am getting this error (after installing streamlink?)

when parsing some link like

https://www.youtube.com/watch?v=rTluWKl0IOg


Signature extraction failed: Traceback (most recent call last) File "/home/rich/SVP 4/extensions/tube/youtube_dl/extractor/youtube_py", line 1381, in _decrypt_signature video_id ....



Uninstalling and re-installing SVP 4 did not solve the issue.

other links like this here seems to function

https://www.youtube.com/watch?v=b8LhQ18AGWE



Thank you very much

84

(2 replies, posted in Using SVP)

thanks, i found also this here

https://askubuntu.com/questions/1171327 … eo/1172046


EDIT: now it functions.

i did use the solution in the link above and in the process also installed the 2 packages as suggested by you.

Hello ,

thank you very much for your program, it seems very promising!


i used this guide here


https://www.svp-team.com/wiki/SVP:Linux


and installed mpv with vaporsynth on devuan beowulf (based on debian buster).


when i use svptube, the video is playing in 60fps, however, with the custom built mpv i get no audio.


tried to insert as request by help page " --input-ipc-server=/tmp/mpvsocket" into "mpv_args" in "all settings" in the appliaction settings, but the program would not let me do it in the program windows.


it seems that the built mpv somehow messed up the previous config (i had mpv built from repository enabled previously, but had deinstalled it prior to building it manually)?


other  video players play audio fine, just the custom built mpv makes this error.

hello , thanks, but how can i enable to open another mpv when clicking another link instead of stopping the current one playing?

Hello ,

how can i enable multi-video-stream playback?
whenever i parse one link into mpv it seems to interrupted the current playback instead of opening a second video window.

thank you very much!

thank you, i seem to have found the solution:

there is an icon for enabling the subtitles; now it is functioning!

Hello ,

i am on trial using your program and am really impressed sofar by it.

sometimes it would not pickup some streams when i would like but thats ok and most probably an error from my side.


the question is:


when svptube2 - online video extractor starts with playback i noticed that i am not able to enable the subtitles in mpv by selecting "j" key as it is normal in mpv otherwise.

it would just state "subtitles no"


please show me how to enable the subtitles as this feature is very important to me.




thank you very much.



EDIT: i am using windows 7 pc.