annotate README.md @ 49:d14874c7ca98

Update README.md
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Sun, 22 May 2022 00:48:47 -0400
parents 02e46804c923
children 0902a957d9b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
49
d14874c7ca98 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 41
diff changeset
4 ![msvpvf CI](https://github.com/mrpapersonic/msvpvf/actions/workflows/build.yml/badge.svg)
d14874c7ca98 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 41
diff changeset
5
6
d1e5b8390cd3 Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
6 ## What is this??
41
02e46804c923 Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 10
diff changeset
7 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
8
10
9692d33cec71 Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 7
diff changeset
9 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
10
7
bd392e82001c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 6
diff changeset
11 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
12
6
d1e5b8390cd3 Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
13 ## Compilation
d1e5b8390cd3 Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
14 ```
10
9692d33cec71 Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 7
diff changeset
15 git clone https://github.com/mrpapersonic/msvpvf
9692d33cec71 Add size to README
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 7
diff changeset
16 cd msvpvf
6
d1e5b8390cd3 Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
17 make
d1e5b8390cd3 Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
18 ```
7
bd392e82001c Update README.md
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents: 6
diff changeset
19
6
d1e5b8390cd3 Add Windows GUI version and a multitude of other changes
Paper <mrpapersonic@gmail.com>
parents: 0
diff changeset
20 NOTE: if you are using Windows, there is a GUI available. To compile it, use `make gui`.