Mr-Z-2697 / z-vsPyScripts

Z's weird vapoursynth python script(s)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z-vsPyScripts

Z's weird vapoursynth python script(s)

Usage

zvs

import zvs

.env.zvs(.global)

NOT necessary. Will fall back to default values if it can't be found.
The global one resides alongside the main script file zvs.py, and a local one can override global values, you should place it somewhere can be found by python-dotenv, like your project root folder.(that means follow the python-dotenv documents there, yes I'm lazy)

vsenv

*cringe*

from vsenv import *
core.num_threads=nn
core.max_cache_size=xxx #change these values can work inside vsenv.py but like if you preview in vsedit it only works for first time so not very well... but other than that i think it's viable

*cringe*

Requirements (for zvs)

python packages

python scripts

plugins (most of which should be optional when not using related function and this list is probably incomplete)

About

Z's weird vapoursynth python script(s)


Languages

Language:Python 100.0%