gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.94k stars 326 forks source link

How can I invoke parsing when needed? #294

Open sasmaster opened 1 year ago

sasmaster commented 1 year ago

Hi, Is there an option to advance parsing manually. Currently I see that start() function runs the parsing from the beginning till the end of the container automatically. But I am looking for a way to invoke the parsing routine manually. Thanks.