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.
- 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
python run.py script.vpy
where script.vpy
is path to VapourSynth script.
WIP, so there're some debug stuff among the logic, but not much.
pip modules:
mypy pycodestyle pylint pyqt5-stubs
PyQt5 stubs may be incomplete when it comes to signals.