Skip to content

A powershell script to build a portable python with vapoursynth installed.

Notifications You must be signed in to change notification settings

SaltyChiang/VapourSynth-Portable-Maker

Repository files navigation

Run make_portable.ps1 in Powershell to build a PORTABLE VapourSynth with vseditor-mod and vspreview-mod embedded.

If you need to use your proxy, uncomment the first line and set it to proper value.

You need to put your VapourSynth script module file (*.py) in VapourSynth\vapoursynth64\scripts, and your filter binary file (*.dll) in VapourSynth\vapoursynth64\plugins.

To check if VapourSynth and vspreview are installed properly, you can open the root directory in VSCode and press F5 to launch vspreview, or just run the command below:

VapourSynth\python.exe -m vspreview test.vpy

a gray gradiants map should be shown.

vseditor locates at VapourSynth\VapourSynthEditor\vsedit.exe, double clik to execute it and content of test.vpy will be shown if everything is correctly installed.

About

A powershell script to build a portable python with vapoursynth installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published