Skip to content

kskshaf/VapourSynth-Portable-Maker

This branch is 3 commits ahead of, 4 commits behind AmusementClub/VapourSynth-Portable-Maker:mod.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 20, 2024
b09993b · Feb 20, 2024

History

80 Commits
Feb 20, 2024
Dec 21, 2021
Dec 21, 2021
Jan 25, 2023
Jan 25, 2023
Jun 17, 2022
Feb 20, 2024
Feb 20, 2024
Jan 25, 2023
Oct 30, 2022
Dec 27, 2021
Dec 21, 2021
Nov 2, 2022
Jan 25, 2023

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.6%
  • Python 8.4%