negativefnnancy / Negaive-Nancy-s-Video-Studio

The software Negative Nancy plans to use to create videos and streams for her Youtube Channel!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The software Negative Nancy plans to use to create videos and streams for her Youtube Channel!

License:MIT License


Languages

Language:C 97.1%Language:C++ 1.6%Language:Makefile 1.0%Language:Roff 0.3%