mp4ファイルのボックスタイプの略記まとめ
MP4ファイルのボックスタイプについて。
ボックスタイプは4バイト(英字4文字)で記述されるため、いくつかのタイプは略記で無理やり名前を表現している。
以下にその例を示す。
table:例
元の名称 略記 例 例(略記)
header hd track header tkhd
movie mv movie header mvhd
track tk track header tkhd
edit edt edits edts
list lst edit list elst
media mdia media mdia
media md media header mdhd
handler hdlr media handler hdlr
information inf media information minf
video media vm video media header vmhd
reference ref data reference dref
table tbl sample table stbl
Time-to-sample ts sample table time-to-sample stts
Sync sample ss sample table sync sample stss
Sample description sd sample table sample description stsd
Sample size sz sample table sample size stsz
Sample-to-chunk sc sample table sample-to-chunk stsc
Chunk offset co sample table chunk offset stco
例外:movie -> moov
(Chunk offsetってco64のことじゃね?)