sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

convert video in 3 seconds segments #465

Open ashmeetk opened 1 year ago

ashmeetk commented 1 year ago

Using Javascript to capture camera stream, I want to segment the stream video in 3 sec time intervals before sending it to the server. Please let me know how can I use mp4parser to achieve that.