Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 26th April 2019, 20:13   #1  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
VSRepoGUI - A simple plugin manager for VapourSynth

I made a simple gui for VSRepo.


Python.exe needs to be in PATH! You need .net 4.5.2 I think.

Download here
Source

Some feedback and feature requests would be nice.

Todo:
- fix bugs :P
- console output or better progressbar
- check if 7z is callable.

For a portable mode you need to create a "vsrepogui.json" text file in the same folder as the exe with the following contents:
(relative paths are now also supported)
Code:
{  
   "Bin":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\vsrepo.py",
   "win32": {
	"Binaries":"abc d\\p32",
	"Scripts":"..\\scripts"
   },
   "win64": {
	"Binaries":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\p64",
	"Scripts":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\scripts"
   }
}
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 25th April 2020 at 11:17.
ChaosKing is online now   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:42.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.