Registry / utility / abema-go-mp4

abema-go-mp4

JSON →
library1.7.1gogounverified

Package mp4 provides a Go library for reading and writing MP4 files.

go get github.com/abema/go-mp4
INSTALL
IMPORT
SIG · ABEMA-GO-MP4
A
abema-go-mp4
utilitygov1.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mp4
github.com/abema/go-mp4

Read an MP4 file and list its boxes

package main import ( "fmt" "github.com/abema/go-mp4" ) func main() { boxes, _ := mp4.ReadFile("video.mp4") fmt.Println(boxes) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
56 hits · last 30 days
node
48
OpenAI (training)
1
Resources
abema-go-mp4 — go get abema-go-mp4 · libregistry