pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
786 stars 57 forks source link

Write a pure-Rust MP4 demuxer #7

Open pcwalton opened 9 years ago

pcwalton commented 9 years ago

mp4v2 is not ideal. It would be great to have a pure-Rust MP4 demuxer.

mistrpopo commented 7 years ago

Hi, just pointing out that there is such a thing : https://github.com/mozilla/mp4parse-rust

is this project still under development? I'm interested in video processing applications in Rust.

jdm commented 7 years ago

Pull requests are being accepted, but Patrick is not actively working on the code in this repository.