Standalone previewer for VapourSynth scripts
Fork of Endilll's vapoursynth-preview (not maintained anymore)
This program is meant to be paired with a code editor with integrated terminal like Visual Studio Code.
Prerequisites
- Python (3.12+ required)
- Make sure to install Python to your
PATH.
- Make sure to install Python to your
- VapourSynth (R69+ required)
Installation
Install latest stable via pypi:
pip install vspreview
Usage
It can be used by running vspreview script.vpy or your preferred way in your IDE.
Saved Frame Filename Variables
IDE Integration
Plugins
You can install external plugins by using the following command:
vspreview install [plugin-name]
A list of plugins can be found in this repo. plugin-name is the name of the plugin directory in the repo.
To develop new plugins or manually install them, create a .ppy file inside the global plugins directory. You can find the path to that in the storage file. You can add additional search paths by adding them to a .pth file inside the global plugins directory, just like you can with python path and site-packages.
Release files for vspreview 0.20.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vspreview-0.20.1.tar.gz | 156.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vspreview-0.20.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 319.0 kB
Release files / vspreview-0.20.1.tar.gz
| Download URL | vspreview-0.20.1.tar.gz |
|---|---|
| Size | 156.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
165dc63c6668794216f70a686becaa309b6dd8730db9915ad97f6d190f238274
|
|
BLAKE2b-256 checksum How to use checksums |
f291ba18f65f751c63acd9096f719723edefb4c45bd72be77c424a0086028f14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / vspreview-0.20.1-py3-none-any.whl
| Download URL | vspreview-0.20.1-py3-none-any.whl |
|---|---|
| Size | 162.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b331c8a05c2d35eec0fb0351f4ae4d7d01d426736bce4a003ef9356a2b661fce
|
|
BLAKE2b-256 checksum How to use checksums |
2f16b1ab7d662864a12c736f3800edefa7fbb6a3ea2a9a92a67fc67324fd775c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|