Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.4 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.4 KB

Negative Nancy's Video Studio

Negative Nancy's live video production software!

It's (to be) the software Negative Nancy uses to create her Youtube videos and streams!

NOTE: this is super ultra pre-alpha right now!! none of this is reliable

TODO: script and gif example

Screenshot

screenshot of testing the physics........

Dependencies

You'll need... TODO

Build and Install

Building produces the binary build/nnvs which is the video compiler! To simply build it, just cd to the root of the repository and do this:

make

To build and run without installation (e.g. if you want to work on the code and test), run this, which will run it on the example video script:

make debug

Installation installs the binary and the man page. To install it to your system, do this one:

sudo make install

To delete all the build files in the repository just do this:

make clean

Quick Start

For a more complete manual and tutorials, see the wiki! TODO: wiki, and link here

For the complete reference of command line usage, see the man page at man nnvs!

First create a video script file named my_script.vs like this:

TODO

To preview this script before outputting it to a video, do this:

nnvs my_script.vs

When you like it and want to render it into a video, do this:

nnvs my_script.vs -o my_video.mp4