/vspb

Primary LanguageGo

Vspb

Self use tool to build vapoursynth plugins with a yaml config file. It is yet under development and unusable .

Usage

build

go build -o vspb cmd/main.go

build vapoursynth plugin list

Modify the config.yml file in example directory and run:

vspb ./example/config.yml

It would automatically build everything in the config file.