Vanilagy / mp4-muxer

MP4 multiplexer in pure TypeScript with support for WebCodecs API, video & audio.
https://vanilagy.github.io/mp4-muxer/demo
MIT License
419 stars 32 forks source link

Whether mp4-muxer.js supports muxer as mp4-front instead of a mp4-back? #54

Closed yangfangfang1204 closed 4 months ago

yangfangfang1204 commented 4 months ago

i addAudioChunk and addVideoChunk to the mp4-muxer,muxer.finalize(); and download muxer.target.buffer; i find the buffer is back mp4(mdat) , not front-mp4(moov) , so it supports mp4-front?

Vanilagy commented 4 months ago

Read the fastStart section in the README.