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 AC-3 boxes #148

Closed aler9 closed 1 year ago

aler9 commented 1 year ago

@sunfish-shogi

This adds support for the AC-3 codec by adding the ac-3 and dac3 boxes, defined in ETSI TS 102 366.

By the way, AC-3 can now be used without any restriction since all its patents expired some years ago.

sunfish-shogi commented 1 year ago

LGTM! Thanks!