/VapourSynth-Portable-Maker

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

Primary LanguagePowerShell

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

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

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

vseditor locates at

VapourSynth\VapourSynthEditor\vsedit.exe

Run such a command to preview *.vpy with vspreview

VapourSynth\python.exe -m vspreview sample.vpy