Mercurial > msvpvf
annotate README.md @ 42:d873a04165f9
use basename() on cli version
really stupid bug lol
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Fri, 13 May 2022 00:48:11 -0400 |
parents | 02e46804c923 |
children | d14874c7ca98 |
rev | line source |
---|---|
7
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
1 # msvpvf |
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
2 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) |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
3 |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
4 ## What is this?? |
41
02e46804c923
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
10
diff
changeset
|
5 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. |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
6 |
10
9692d33cec71
Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
7
diff
changeset
|
7 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. |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
8 |
7
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
9 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. |
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
10 |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
11 ## Compilation |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
12 ``` |
10
9692d33cec71
Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
7
diff
changeset
|
13 git clone https://github.com/mrpapersonic/msvpvf |
9692d33cec71
Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
7
diff
changeset
|
14 cd msvpvf |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
15 make |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
16 ``` |
7
bd392e82001c
Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
6
diff
changeset
|
17 |
6
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
18 NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`. |