Anyone familiar with mp4 data structure?

2019-01-16 12:54发布

Where in the mp4 file structure is the duration of it?

9条回答
该账号已被封号
2楼-- · 2019-01-16 13:12

Basically MP4 structure is a tree. Macro areas are:

  • ftyp - file type
  • moov - contains meta data (song title, autors, url, and other infos)
  • free - empty area to separate header and data
  • mdat - contains the audio frames

You can try this freeware MP4 Analyzer tool

http://www.thinmultimedia.co.kr/products/MP4Reader_download.html

查看更多
再贱就再见
3楼-- · 2019-01-16 13:15

See https://github.com/sannies/mp4parser project. It is a Java library that shows the structure of mp4 files.

查看更多
够拽才男人
4楼-- · 2019-01-16 13:18
登录 后发表回答