Mercurial > msvpvf
annotate README.md @ 13:a4e604789e2e
Multiple changes
Move non-required includes from common.h to CLI and fix GUI compatibility with MSVC
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 01 Feb 2022 21:01:29 -0500 |
parents | bd392e82001c |
children | 9692d33cec71 |
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?? |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
5 msvpvf is a tool used to "downgrade" VEGAS Pro project files, written entirely in C. |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
6 |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
7 Currently, it 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. |
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 ``` |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
13 git clone https://github.com/mrpapersonic/msvpvf-c |
d1e5b8390cd3
Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents:
0
diff
changeset
|
14 cd msvpvf-c |
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`. |