summaryrefslogtreecommitdiffstats
path: root/old/README.md
blob: 0f007724d22503a88ec923e6c0ee006755520de3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# nihav-player

nihav-player is an extremely simple tool to test decoding functionality of NihAV.

## Getting Started

This is a not a stable working application and it is provided just as a demonstration and not as something you should ever use.

In order to build it, put it into directory with other NihAV crates, check out `sdl-0.3.6` crate from https://crates.io/crates/sdl into `rust-sdl` subdirectory, apply patches from `sdl-patches` to it, and invoke `cargo build`.

Usage: `nihav-player [-an] inputfile`. `-an` tells player to ignore audio stream.

## Contributing

You're not supposed to. Even I hardly do that so why should you?

## License

NihAV is licensed under GNU Affero Public License - see [COPYING] for details.

Parts of the project can be relicensed to other free licenses like LGPLv2 on request.