Compare commits
No commits in common. "7422f50b7408d86d37ab3bb10acb6d151d2f6d41" and "2dbce04d9974093fdcc8c91857397da20ceea1bb" have entirely different histories.
7422f50b74
...
2dbce04d99
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# mp4
|
# goMP4
|
||||||
|
|
||||||
[](https://git.martin-riedl.de/golang/mp4/tags)
|
[](https://gitlab.com/martinr92/gomp4/commits/main)
|
||||||
[](https://git.martin-riedl.de/golang/mp4/actions)
|
[](https://gitlab.com/martinr92/gomp4/commits/main)
|
||||||
|
|
||||||
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 := mp4.NewParser(file)
|
parser := gomp4.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