oxideav 0.0.3

Thin facade over oxideav-core — re-exports + future high-level decode/encode invoke API. Pull in oxideav-format-all (or individual sibling crates) alongside this to populate the codec/container/filter/source registries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# oxideav

Central aggregator crate for oxideav — re-exports and a prebuilt registry

Part of the [oxideav](https://github.com/OxideAV/oxideav-workspace) framework — a
100% pure Rust media transcoding and streaming stack. No C libraries, no FFI
wrappers, no `*-sys` crates.

## Usage

```toml
[dependencies]
oxideav = "0.0.1"
```

## License

MIT — see [LICENSE](https://github.com/OxideAV/oxideav-workspace/blob/master/LICENSE).