diff options
| author | 2024-01-22 09:42:41 +0000 | |
|---|---|---|
| committer | 2024-01-22 09:42:41 +0000 | |
| commit | 605b2fde913c9e9b2e503ec5f613791451a186b4 (patch) | |
| tree | 324c23e2d9c88ab06f184c0d5ed326d7ff1a0348 /vendor/github.com/abema/go-mp4/README.md | |
| parent | [chore]: Bump github.com/KimMachineGun/automemlimit from 0.4.0 to 0.5.0 (#2560) (diff) | |
| download | gotosocial-605b2fde913c9e9b2e503ec5f613791451a186b4.tar.xz | |
[chore]: Bump github.com/abema/go-mp4 from 1.1.1 to 1.2.0 (#2559)
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 |
