Mercurial > msvpvf
view README.md @ 64:83b8fdb45d5e
makefile: CC_FLAGS->CFLAGS
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Fri, 05 Aug 2022 23:46:44 -0400 |
parents | d14874c7ca98 |
children | 0902a957d9b0 |
line wrap: on
line source
# msvpvf C/C++ port of [msvpvf](https://archive.org/details/msvpvf-1.3-movie-studio-vegas-pro-version-faker-msvpvf-updated-to-1.31-focus-on-vegas) ![msvpvf CI](https://github.com/mrpapersonic/msvpvf/actions/workflows/build.yml/badge.svg) ## What is this?? msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. It has no runtime libraries, making it incredibly lightweight. Binaries for OS X and Windows are less than a megabyte in size. Currently, the GUI doesn't look that great. Making pretty apps with `windows.h` is not the easiest job in the world; if someone is willing enough to make it look prettier, be my guest. It is based on an old tool under the same name that was written in C#/.NET, but the original website is now down and it hasn't been maintained in over 2 years. ## Compilation ``` git clone https://github.com/mrpapersonic/msvpvf cd msvpvf make ``` NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`.