Skip to content

A python script that automates vapoursynth and common plugins installation on Ubuntu.

License

Notifications You must be signed in to change notification settings

wfwf1997/vs-toolset-installer-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vapoursynth Toolset Installer for Ubuntu

Vapoursynth Toolset Installer is a python script that automates downloading, compiling and installing all dependencies and many plugins for vapoursynth and vapoursynth edit. Currently it does not include encoders like x264 and tools like mkvtoolnix.

Usage

First run sudo apt install -y python3-pip, then download this repo as zip, and run python3 install.py.

python3 install.py [-d folder] [--plugins-only] [package1 package2 ...]

If no options given will install all packages available in package_info.json.

-d specifies the folder, where the script downloads all code.

--plugins-only installs all vapoursynth plugins only.

package1 package2 ... specifies the packages to install, instead of installing everything.

Not Yet Supported

Here is a list of known plugins with build issues. They will be added once the issues are resolved. If you have found a unlisted installable plugin, please write an issue or make a PR.

vs-waifu2x, vs-vmaf, vs-vsf, vs-xyvsf, vs-svp1, vs-svp2, vs-vcfreq, vs-vcmod, vs-vcmove, vs-avsreader, vs-znedi3

Compatibility

This script is only tested on Ubuntu 18.04 and 19+. It will definitely not work on any non-debian derivatives.

About

A python script that automates vapoursynth and common plugins installation on Ubuntu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages