mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 01:52:24 -06:00
[chore]: Bump github.com/abema/go-mp4 from 1.1.1 to 1.2.0 (#2559)
This commit is contained in:
parent
a858831387
commit
605b2fde91
9 changed files with 170 additions and 5 deletions
7
vendor/github.com/abema/go-mp4/README.md
generated
vendored
7
vendor/github.com/abema/go-mp4/README.md
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue