alfg / mp4-rust

MP4 reader + writer library in Rust! 🎥🦀
https://crates.io/crates/mp4
MIT License
292 stars 80 forks source link

How can I generate Mp4Sample? #129

Open InfiniteCoder01 opened 1 year ago

InfiniteCoder01 commented 1 year ago

I would like to write an mp4 stream to ffmpeg's stdin (using pipes). How can I generate Mp4Sample-s to write_sample them into a stream?

InfiniteCoder01 commented 1 year ago

Also, this interface requires Seek to be implemented on a stream. Is there a way I can deal with that?