Skip to content

Jaded-Encoding-Thaumaturgy/vs-jet-engine

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

192 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

vs-jet-engine ๐Ÿš€

Lint Tests Coverage Status

An engine for vapoursynth previewers, renderers and script analysis tools.

Installation

pip install vsjetengine

Using vsengine

from vsengine.policy import GlobalStore, Policy
from vsengine.vpy import load_script

with Policy(GlobalStore()) as policy, load_script("/path/to/script.vpy", policy) as script:
    outputs = script.environment.outputs
    print(outputs)

Documentation

Contributing

This project is licensed under the EUPL-1.2. When contributing to this project you accept that your code will be using this license. By contributing you also accept any relicencing to newer versions of the EUPL at a later point in time.

About

An engine for vapoursynth previewers, renderers and script analysis tools ๐Ÿš€

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%