Skip to content

AmusementClub/VapourSynth-Portable-Maker

 
 

Repository files navigation

Run make_portable.ps1 in Powershell to build a PORTABLE VapourSynth-Classic with vseditor-mod and vspreview 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\VapourSynthScripts, and your filter binary file (*.dll) in VapourSynth\vapoursynth64\plugins.

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

VapourSynth\python.exe -m vspreview test.vpy

vseditor is at VapourSynth\vsedit.exe.

About

A powershell script to build a portable VS package. This is used to build portable VS releases for @AmusementClub at https://github.com/AmusementClub/tools/releases.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 91.7%
  • Python 8.3%