mp4-rust icon indicating copy to clipboard operation
mp4-rust copied to clipboard

How to write fmp4?

Open simon-fu opened this issue 2 years ago • 1 comments

Hello,

I am currently researching your Rust library and have come across the read_fragment_header() function in the Reader. However, I noticed that there doesn’t seem to be a corresponding function in the Writer for writing the header data.

Could you please provide some guidance on how to use the Writer to write the corresponding data? Is there a specific function or method that I should use, or is this functionality integrated into another function?

Thank you for your time and assistance.

simon-fu avatar Oct 19 '23 10:10 simon-fu

how set mp4 flags like ffmpeg, for web video tag player? -movflags frag_keyframe+empty_moov+default_base_moof

capric8416 avatar Aug 24 '24 15:08 capric8416