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
468 stars 30 forks source link

Put ADTS segments into MP4 container #103

Closed Sorrow446 closed 2 years ago

Sorrow446 commented 2 years ago

Hello. I'd like to put a bunch of AAC files in ADTS containers into an MP4 container without the need of FFmpeg. Is it possible to do so with this library?

https://i.imgur.com/NULdkrV.png

したいなら、日本語でお返事ください。

sunfish-shogi commented 2 years ago

Sorry for late reply.

go-mp4 has only features to read/write mp4 container layer and has no codecs. If you need container conversion or transcode, you should integrate with other library or your own codes.