diff options
| author | 2023-09-25 11:33:10 +0100 | |
|---|---|---|
| committer | 2023-09-25 11:33:10 +0100 | |
| commit | 380d83f9a968da60419e0afbd8b37bd50ba953de (patch) | |
| tree | 0fb6d3645c6620ad6c5381d1a680b412eee2e732 /vendor/github.com/abema/go-mp4/README.md | |
| parent | [bugfix] support both CollectionPage AND OrderedCollectionPage in status repl... (diff) | |
| download | gotosocial-380d83f9a968da60419e0afbd8b37bd50ba953de.tar.xz | |
[chore]: Bump github.com/abema/go-mp4 from 0.13.0 to 1.0.0 (#2222)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/abema/go-mp4/README.md')
| -rw-r--r-- | vendor/github.com/abema/go-mp4/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/github.com/abema/go-mp4/README.md b/vendor/github.com/abema/go-mp4/README.md index 2c6acfdd3..c876a2166 100644 --- a/vendor/github.com/abema/go-mp4/README.md +++ b/vendor/github.com/abema/go-mp4/README.md @@ -6,7 +6,8 @@ go-mp4 [](https://coveralls.io/github/abema/go-mp4) [](https://goreportcard.com/report/github.com/abema/go-mp4) -go-mp4 is Go library for reading and writing MP4. +go-mp4 is Go library and CLI tool which provide low-level I/O interfaces of MP4. +This library supports you to parse or build any MP4 boxes(atoms) directly. ## Integration with your Go application @@ -135,7 +136,7 @@ If you should reduce Read function calls, you can wrap the io.ReadSeeker by [buf Install mp4tool as follows: ```sh -go install github.com/abema/go-mp4/mp4tool@latest +go install github.com/abema/go-mp4/cmd/mp4tool@latest mp4tool -help ``` |
