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 AV1 boxes #141

Closed aler9 closed 1 year ago

aler9 commented 1 year ago

@sunfish-shogi

These boxes allow to support AV1 and have been tested with both Chrome and Firefox.

Standard: https://aomediacodec.github.io/av1-isobmff

sunfish-shogi commented 1 year ago

Thank you!