Skip to content

Commit

Permalink
Release 0.1.0 - Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 14, 2024
1 parent 8614aae commit fbabb20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["rerun.io <opensource@rerun.io>"]
categories = ["Multimedia", "Video"]
categories = ["multimedia::video"]
description = "MP4 parser"
edition = "2021"
homepage = "https://github.com/rerun-io/re_mp4"
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# MP4 parser

`re_mp4` is a Rust library for reading `.mp4` files.
`re_mp4` is a Rust library for parsing the `.mp4` video container.

Originally a fork of [mp4](https://crates.io/crates/mp4). Some code was ported from [mp4box.js](https://github.com/gpac/mp4box.js).
(NOTE: `re_mp4` does NOT decode the video).

The goal behind forking was to make this library suitable for use with the [`WebCodecs`](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) API to build Rust-based video players for the web.
Originally a fork of the [mp4](https://github.com/alfg/mp4-rust) crate. Some code was ported from [mp4box.js](https://github.com/gpac/mp4box.js).

The goal behind forking was to make this library suitable for use with the [`WebCodecs`](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) API to build Rust-based video players for the web.

## Related Projects
* https://github.com/alfg/mp4-rust
* https://github.com/gpac/mp4box.js
* https://github.com/mozilla/mp4parse-rust
* https://github.com/pcwalton/rust-media
* https://github.com/alfg/mp4
Expand Down

0 comments on commit fbabb20

Please sign in to comment.