sannies / mp4parser

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

Parse SIDX to json #404

Open hambone01 opened 4 years ago

hambone01 commented 4 years ago

Is it possible to read in a SIDX file and convert it's contents to a JSON representation. I am very new to MPEG/MP4 and all things video but happened to find SegmentIndexBox.java with the help of google. I have a process that produces SIDX files, which are binary, and I need to read them an convert the information to JSON.

I am sorry if I am asking this in the wrong forum.

sg