Compare commits
2 commits
2dbce04d99
...
7422f50b74
Author | SHA1 | Date | |
---|---|---|---|
7422f50b74 | |||
e1f7866390 |
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# goMP4
|
# mp4
|
||||||
|
|
||||||
[](https://gitlab.com/martinr92/gomp4/commits/main)
|
[](https://git.martin-riedl.de/golang/mp4/tags)
|
||||||
[](https://gitlab.com/martinr92/gomp4/commits/main)
|
[](https://git.martin-riedl.de/golang/mp4/actions)
|
||||||
|
|
||||||
mp4 implementation in golang based on spec ISO/IEC 14496-12:2015
|
mp4 implementation in golang based on spec ISO/IEC 14496-12:2015
|
||||||
|
|
||||||
## Parser
|
## Parser
|
||||||
|
|
||||||
```go
|
```go
|
||||||
parser := gomp4.NewParser(file)
|
parser := mp4.NewParser(file)
|
||||||
if err := parser.Parse(); err != nil {
|
if err := parser.Parse(); err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue