diff options
Diffstat (limited to 'vendor/github.com/abema/go-mp4/README.md')
-rw-r--r-- | vendor/github.com/abema/go-mp4/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/github.com/abema/go-mp4/README.md b/vendor/github.com/abema/go-mp4/README.md index c876a2166..2f3e690be 100644 --- a/vendor/github.com/abema/go-mp4/README.md +++ b/vendor/github.com/abema/go-mp4/README.md @@ -6,9 +6,14 @@ go-mp4 [](https://coveralls.io/github/abema/go-mp4) [](https://goreportcard.com/report/github.com/abema/go-mp4) -go-mp4 is Go library and CLI tool which provide low-level I/O interfaces of MP4. +go-mp4 is Go library which provides low-level I/O interfaces of MP4. This library supports you to parse or build any MP4 boxes(atoms) directly. +go-mp4 provides very flexible interfaces for reading boxes. +If you want to read only specific parts of MP4 file, this library extracts those boxes via io.ReadSeeker interface. + +On the other hand, this library is not suitable for complex data conversions. + ## Integration with your Go application ### Reading |