9 releases (breaking)

0.7.0 Aug 28, 2022
0.5.0 Jul 5, 2022
0.4.0 Mar 30, 2022
0.3.1 Jan 19, 2021
0.1.0 Jul 9, 2019

#218 in Video

Download history 120/week @ 2023-08-05 150/week @ 2023-08-12 88/week @ 2023-08-19 140/week @ 2023-08-26 83/week @ 2023-09-02 106/week @ 2023-09-09 72/week @ 2023-09-16 59/week @ 2023-09-23 67/week @ 2023-09-30 67/week @ 2023-10-07 119/week @ 2023-10-14 74/week @ 2023-10-21 111/week @ 2023-10-28 81/week @ 2023-11-04 154/week @ 2023-11-11 90/week @ 2023-11-18

443 downloads per month
Used in 4 crates (2 directly)

MIT license

115KB
2.5K SLoC

Rust-AV

Actions Status CodeCov dependency status IRC LICENSE

Pure-rust implementation of multimedia primitives and eventually some examples of demuxers, muxers and codecs.

Compiling

cargo build --workspace

Running tests

cargo test --workspace

Examples

Examples can be found in the examples repository.

Notes

The code is still in flux and the API is getting slowly fleshed out, please refer to the sub-crates. Until we reach version 1.0 assume that the API could change a lot.

License

Released under the MIT License.

Developing

I suggest to use the cargo paths override to have a local rust-av:

$ git clone https://github.com/rust-av/rust-av
$ git clone https://github.com/rust-av/${other package}
$ cd ${other package}
$ mkdir .cargo
$ echo 'paths=["../rust-av"]' > .cargo/config
$ cargo build

Getting in Touch

Come chat with us on our IRC channel clicking the badge above! You can also use a web client to join with a web browser.

Otherwise, you can open a new discussion explaining your idea or problem as best as possible.


lib.rs:

Contains utilities for muxing and demuxing into various container formats.

Dependencies

~0.8–1.4MB
~31K SLoC