Skip to content

AkarinVS/vapoursynth-preview

This branch is 31 commits ahead of, 8 commits behind Endilll/vapoursynth-preview:master.

Folders and files

NameName
Last commit message
Last commit date
May 29, 2021
Mar 13, 2019
Apr 4, 2020
Apr 4, 2020
Mar 25, 2023
Mar 22, 2019
Oct 28, 2019
Oct 28, 2019
Mar 13, 2019
Mar 31, 2021
Oct 28, 2019
Apr 4, 2020
Mar 22, 2019

Repository files navigation

Standalone preview for VapourSynth scripts. Meant to be paired with a code editor with integrated terminal like Visual Studio Code.

Feel free to contact me in Telegram chat. Any feedback is appreciated.

Prerequisites

  • Python 3.8
  • Vapoursynth R49
  • pip modules in requirements.txt

You can use the following command to install pip modules:

pip install -r requirements.txt

Usage

Assuming script.vpy is your VapourSynth script, there are two ways to run vspreview:

  • python run.py script.vpy
  • Add this directory (repository root) to your PYTHONPATH, and python -m vspreview script.vpy

Note

WIP, so there're some debug stuff among the logic, but not much.

Development

pip modules:

mypy pycodestyle pylint pyqt5-stubs

PyQt5 stubs may be incomplete when it comes to signals.

About

Preview for VapourSynth scripts with some of my extensions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%