Categorygithub.com/joe-xu/mp4parser
repositorypackage
0.0.0-20170716170237-cae6f0ddfc8a
Repository: https://github.com/joe-xu/mp4parser.git
Documentation: pkg.go.dev

# README

lightweight MP4-parser

:construction:

Usage

f, _ := os.Open(`X:\file.mp4`)

p := mp4parser.NewParser(f)
info, _ := p.Parse()

f.Close()
fmt.Println(info)