ISO base media file format---iso 基础媒体文件格式(专业名称)
box :
 object‐oriented building block defined by a unique type identifier and length?
由唯一類型標識符和長度定義的面向對象的構建基塊
媒體文件的基本組成單元,一些版本中也稱為“atom”, 首次定義出現在mp4 協議中。
chunk:
contiguous set of samples for one track?
一個track的幾個sample組成的連續樣本集
存儲媒體數據的單位是samples。一個sample是一系列按時間順序排列的數據的一個element。Samples存儲在media中的chunk內,可以有不同的durations。Chunk存儲一個或者多個samples,是數據存取的基本單位,可以有不同的長度,一個chunk內的每個sample也可以有不同的長度.
?
track:?
表示一些sample 的集合,對于媒體數據來說,track表示一個視頻或者音頻序列
hint track:
special track which does not contain media data, but instead contains instructions for packaging one or
 more tracks into a streaming channel
這個特殊的track并不包含媒體數據,而是包含了一些將其他其他數據track打包成流媒體的指示信息。
?
sample
all the data associated with a single timestamp
Note 1 to entry: No two samples within a track can share the same time‐stamp.
 Note 2 to entry: In non‐hint tracks, a sample is, for example, an individual frame of video, a series of video frames in decoding
 order, or a compressed section of audio in decoding order; in hint tracks, a sample defines the formation of one or more
 streaming packets.
對于非hint track 來說,video sample 就是一幀數據, 或一組連續視頻幀; audio sample就是一段連續的壓縮音頻;對于hint track, sample定義一個或多個流媒體包
?
sample table
packed directory for the timing and physical layout of the samples in a track
指明sample時序和物理布局的表
?
?
參考文檔:
1. ISO_IEC_14496-12_2015? part12 : ISO base media file format
?
?
?
?
?
總結
以上是生活随笔為你收集整理的ISO base media file format---iso 基础媒体文件格式(专业名称)的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: HTTP progressive dow
- 下一篇: Mp4文件解析
