From 76607394df7ff3d83d25c61e8590e7db403630bd Mon Sep 17 00:00:00 2001 From: Alf Date: Sat, 5 Sep 2020 13:43:48 -0700 Subject: [PATCH] update readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17606ac..4714330 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,13 @@ cargo bench View HTML report at `target/criterion/report/index.html` - ## Web Assembly See the [mp4-inspector](https://github.com/alfg/mp4-inspector) project as a reference for using this library in Javascript via Web Assembly. +## Resources +* https://github.com/mozilla/mp4parse-rust +* https://github.com/pcwalton/rust-media +* https://github.com/alfg/mp4 + ## License MIT