Skip to content
Snippets Groups Projects
Commit f9ad26f5 authored by Luca Barbato's avatar Luca Barbato Committed by Luca Barbato
Browse files

Mention how to use the C-API

parent 3d3f2bbe
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,16 @@ To build release binary in `target/release/rav1e` run:
cargo build --release
```
## Building the C-API
**rav1e** provides a C-compatible set of library, header and pkg-config file.
To build and install it you can use [cargo-c](https://crates.io/crates/cargo-c):
```
cargo install cargo-c
cargo cinstall --release
```
# Compressing video
Input videos must be in y4m format and have 4:2:0 chroma subsampling.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment