blob: b5ef999b012ef4a3ef64b8abb85de4de36327135 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# nihav-encoder
nihav-encoder is a simple tool to test encoding functionality of NihAV.
## Getting Started
Put it into directory with other NihAV crates and invoke `cargo build`.
See https://codecs.multimedia.cx/2020/07/some-words-about-nihav-tools/ for a description of how to use it.
Or run `nihav-encoder --help`.
## 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.
|