Skip to content

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

Notifications You must be signed in to change notification settings

sinsanction/VapourSynth-Portable-Maker

 
 

Repository files navigation

使用powershell运行make_portable.ps1即可构建带有vspreview和vseditor的VapourSynth包。

需要使用代理可将脚本第一句去掉注释,并更改为自己的代理地址。

运行完成后需要自行将VS脚本文件(*.py)置于VapourSynth\VapourSynthScripts,滤镜文件(*.dll)置于VapourSynth\vapoursynth64\plugins

vseditor位于:

VapourSynth\VapourSynthEditor\vsedit.exe

运行以下命令来使用vspreview

VapourSynth\python.exe -m vspreview sample.vpy

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 96.2%
  • Python 3.8%