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

add ISO 23001-5 boxes #160

Closed aler9 closed 10 months ago

aler9 commented 10 months ago

@sunfish-shogi

These boxes allows to marshal and unmarshal uncompressed audio tracks.

Tested with VLC and FFmpeg.

sunfish-shogi commented 10 months ago

Thank you!