Remove /opt/svp/extensions/libsvpcode.so in order to prevent segmentation fault
Search Criteria
Package Details: svp-bin 4.6.263-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/svp-bin.git (read-only, click to copy) |
---|---|
Package Base: | svp-bin |
Description: | SmoothVideo Project 4 (SVP4) |
Upstream URL: | https://www.svp-team.com/wiki/SVP:Linux |
Licenses: | LicenseRef-custom |
Provides: | svp |
Submitter: | C0rn3j |
Maintainer: | C0rn3j (phiresky) |
Last Packager: | C0rn3j |
Votes: | 54 |
Popularity: | 0.054731 |
First Submitted: | 2022-06-20 20:47 (UTC) |
Last Updated: | 2024-10-05 13:31 (UTC) |
Dependencies (16)
- libmediainfo (libmediainfo-gitAUR)
- libusb (libusb-gitAUR)
- lsof (lsof-gitAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-script (qt5-script-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip) (make)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR) (optional) – Video player
- ocl-icd (opencl-icd-loaderAUR, khronos-ocl-icd-gitAUR) (optional) – for GPU acceleration
- python-certifi (optional) – youtube-dl extension - Basic support
- python-pycryptodomex (optional) – youtube-dl extension - For decrypting AES-128 HLS streams and various other data
- python-websockets (python-websockets-gitAUR) (optional) – youtube-dl extension - For downloading over websocket
- python38AUR (optional) – SVPTube extension - Basic support
- vlc (vlc-noxAUR, vlc-gitAUR, vlc-luajitAUR) (optional) – Video player
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »
id942701 commented on 2018-07-19 17:18 (UTC)
EggheadDash commented on 2018-07-08 17:46 (UTC)
I am getting segmentation faults whenever I start it, could this be a problem with qt 5.10? I have that downgraded due to a known issue with plex-media-player failing to start with 5.11. This is somewhat annoying as I primarily use these two programs in conjunction with each other.
nemethdani commented on 2018-07-04 17:47 (UTC)
please add qt5-declarative as dependency. It is needed for SVPManager
hak8or commented on 2018-06-23 23:51 (UTC) (edited on 2018-06-23 23:51 (UTC) by hak8or)
For those who are having issues getting GPU acceleration to work, keep in mind you need OpenCL support. For example, if you have an Nvidia card then not only do you need the ocl-icd optional dependency, you also need opencl-nvidia as per the GPGPU wiki page (https://wiki.archlinux.org/index.php/GPGPU). If you want to use an AMD or Intel OpenCL based device, then the GPGPU wiki page tells you what other dependencies to install.
If you are still having issues, run SVPManager from a terminal and see the logging output it dumps to stdout, it should tell you if OpenCL was found, if any OpenCL devices were found, and if so which ones it found and will use.
I would recommend that phiresky add the following as optional dependencies to potentially help save time from others:
opencl-nvidia (Official Nvidia OpenCL runtime)
intel-opencl-runtime (Official Intel OpenCL runtime)
opencl-mesa (Open source AMD OpenCL runtime)
opencl-amd (I think official AMD OpenCL runtime)
Muflone commented on 2018-02-03 22:51 (UTC)
thank you for your precious hack to decompress the .run file, I've implemented it also in foxitreader
phiresky commented on 2018-01-20 16:57 (UTC) (edited on 2018-01-20 16:58 (UTC) by phiresky)
@sgar No, that doesn't change anything, just checked. It's fixed because I changed the extraction method from a bad hack to a awesome hack.
sgar commented on 2018-01-20 16:54 (UTC)
The problem to install SVP was solved with the upgrade of qt5-base-5.10 to release 3..
Redi commented on 2018-01-16 17:25 (UTC)
And it works. Awesome. Thanks phiresky. :)
phiresky commented on 2018-01-15 19:26 (UTC) (edited on 2018-01-18 11:03 (UTC) by phiresky)
@Muflone thanks. But fuck that, I'm not going to justify this installer bullshit. I'd rather search that binary for 7zip magic bytes and then just try extracting everything I find.
In fact, that's what I just changed it to. Seems to work for me, and no qt-installer-framework makedep anymore :)
Muflone commented on 2018-01-14 03:13 (UTC) (edited on 2018-01-14 03:14 (UTC) by Muflone)
@phiresky I had a bad time to fix the foxitreader package which had the same error:
[0] Warning: QFile::at: Cannot set file position 29490877
Cannot register in-binary resource
At last I dropped the qt-installer-framework dependency using a custom script for the installer. You could use something similar to workaround.
Pinned Comments
C0rn3j commented on 2024-01-26 19:19 (UTC)
Linux thread on the SVP forum, where some comments may be more appropriate than here unless they relate to the packaging:
https://www.svp-team.com/forum/viewtopic.php?id=3167
Official Wiki page for good measure, which is a bit out of date at this point:
https://www.svp-team.com/wiki/SVP:Linux