abema / go-mp4

Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
464 stars 30 forks source link

cmd/mp4tool: unexpected box type: sidx #157

Closed 3052 closed 11 months ago

3052 commented 11 months ago

using this file (21 MB):

http://0x0.st/Hgc6.mp4

I get this result:

> mp4tool alpha divide audio.mp4 out
Error: unexpected box type: sidx
3052 commented 11 months ago

workaround:

mp4split audio.mp4

https://bento4.com/documentation

sunfish-shogi commented 11 months ago

Thank you for report.

Fixed in #158