Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noppefoxwolf/mp4boxdumper.swift
MP4 box tree dumper
https://github.com/noppefoxwolf/mp4boxdumper.swift
Last synced: 29 days ago
JSON representation
MP4 box tree dumper
- Host: GitHub
- URL: https://github.com/noppefoxwolf/mp4boxdumper.swift
- Owner: noppefoxwolf
- Created: 2018-09-09T10:24:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T11:29:23.000Z (about 6 years ago)
- Last Synced: 2024-05-02T05:46:06.772Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP4BoxDumper.swift
A description of this package.
# Usage
`MP4BoxDumper ./movie.mp4`
# Example results
```
ftyp(24)
moov(52997)
mvhd(108)
iods(21)
trak(19399)
tkhd(92)
edts(36)
elst(28)
mdia(19263)
mdhd(32)
hdlr(45)
minf(19178)
vmhd(20)
dinf(36)
stbl(19114)
stsd(174)
stts(24)
stss(420)
stsc(52)
stsz(17004)
stco(1432)
trak(33461)
tkhd(92)
mdia(33361)
mdhd(32)
hdlr(76)
minf(33245)
smhd(16)
dinf(36)
stbl(33185)
stsd(105)
stts(24)
stsc(2296)
stsz(29320)
stco(1432)
mdat(8754890)
```# Author
noppefoxwolf
# LICENSE
MIT