Metadata-Version: 2.1
Name: vspreview
Version: 0.3.2
Summary: Previewer for VapourSynth scripts
Author: Endilll
Author-email: 
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Irrational-Encoding-Wizardry/vs-preview
Project-URL: Documentation, https://vspreview.encode.moe/en/latest/
Project-URL: Tracker, https://github.com/Irrational-Encoding-Wizardry/vs-preview/issues
Project-URL: Contact, https://discord.gg/qxTxVJGtst
Classifier: Topic :: Multimedia :: Graphics
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Standalone previewer for VapourSynth scripts

Fork of Endilll's [vapoursynth-preview](https://github.com/Endilll/vapoursynth-preview) (not maintained anymore)

This program is meant to be paired with a code editor with integrated terminal like Visual Studio Code.

# Prerequisites

1. [Python](https://www.Python.org/downloads) (3.10+ required)
    * Make sure to install Python to your `PATH`.
1. [Vapoursynth](https://github.com/vapoursynth/vapoursynth/releases) (R59+ required)

# Installation

Install latest stable via pypi:
```bash
pip install vspreview
```


Install latest git:
```bash
pip install -U git+https://github.com/Irrational-Encoding-Wizardry/vs-preview.git
```

# Usage

It can be used by running `vspreview script.vpy` or your preferred way in [your IDE](#ide-integration).

[Keyboard Shortcuts](https://github.com/Irrational-Encoding-Wizardry/vs-preview/tree/master/docs/shortcuts.md)

[Saved Frame Filename Variables](https://github.com/Irrational-Encoding-Wizardry/vs-preview/tree/master/docs/save_frame_placeholders.md)

# IDE Integration

* [VSCode](https://github.com/Irrational-Encoding-Wizardry/vs-preview/tree/master/docs/vscode_install.md)
* [Vim](https://github.com/Irrational-Encoding-Wizardry/vs-preview/tree/master/docs/vim_install.md)
