mattdesl / mp4-wasm

[proof-of-concept] fast MP4 mux / demux using WASM
MIT License
284 stars 24 forks source link

add options for addFrame, let keyFrame set by call. #12

Open milkliker opened 1 year ago

milkliker commented 1 year ago

In some cases, we may want to force keyframe set of some specific frames. The commit add options for addFrame function, and make it possible.

Thanks for review.