久久久亚洲精品一区二区三区,久久精品2025中文字幕 ,国产精品无码专区,久久久久无码精品国产情侣,亚洲第一女人av,中文日韩亚洲欧美制服

外地客戶如不方便將要進行數(shù)據(jù)恢復(fù)的儲存設(shè)備(如硬盤,U盤等)送到我們數(shù)據(jù)恢復(fù)中心,可以通過快遞至我數(shù)據(jù)恢復(fù)中心。

MOV文件結(jié)構(gòu)分析

一、基本概念和定義

?The basic data unit in a QuickTime file is the atom. Each atom contains size and type ?information ?along with its data. Atom是quickTime文件的基本數(shù)據(jù)單元,每個Atom包含size和type,以及之后的數(shù)據(jù)部分。

The size field indicates the number of bytes in the atom, including the size andtype fields. The type field specifies the type of data stored in the atom and, by implication, the format of that data.

size部分指明Atom的字節(jié)數(shù)量,包括size和type的字節(jié)。

type指明數(shù)據(jù)存儲的類型,也指明了數(shù)據(jù)的格式。

 

Atom types are specified by a 32-bit integer, typically a four-character code.

1、關(guān)于size的定義

atom size :

A 32-bit integer that indicates the size of the atom, including both the atom header and theatom’s contents, including any contained atoms. Normally, the size field contains the actualsize of the atom, in bytes, expressed as a 32-bit unsigned integer. However, the size field cancontain special values that indicate an alternate method of determining the atom size. (Thesespecial values are normally used only for media data (‘mdat’) atoms.) If the size field is setto 0, which is allowed only for a top-level atom, this is the last atom in the file and it extendsto the end of the file. If the size field is set to 1, then the actual size is given in the extendedsize field, an optional 64-bit field that follows the type field. This accomodates media dataatoms that contain more than 2^32 bytes.

 

2、atom type:

 

A 32-bit integer that contains the type of the atom. This can often be usefully treated as afour-character field with a mnemonic value, such as ‘moov’ (0x6D6F6F76) for a movie atom,or ‘trak’ (0x7472616B) for a track atom, but non-ASCII values (such as 0x00000001) arealso used. Knowing an atom’s type allows you to interpret its data. An atom’s data can bearranged as any arbitrary collection of fields, tables, or other atoms. The data structure isspecific to the atom type. An atom of a given type has a defined data structure. If yourapplication encounters an atom of an unknown type, it should not attempt to interpret theatom’s data. Use the atom’s size field to skip this atom and all of its contents. This allows adegree of forward compatability with extensions to the QuickTime file format.

3、Extended Size

If the size field of an atom is set to 1, the type field is followed by a 64-bit extended size

field, which contains the actual size of the atom as a 64-bit unsigned integer. This is used whenthe size of a media data atom exceeds 2^32 bytes.

 

4 、version

 

All version fields must be set to0, unless this document states otherwise.

 

二、數(shù)據(jù)分析

 

1、wide atom

 

The ‘wide’ atom is exactly 8 bytes in size, and consists solely of its size and type fields. It containsno other data.

 

上面是mov文件整體的結(jié)構(gòu)分析,下面分析moov和mdat內(nèi)部的結(jié)構(gòu)。

 

看一下整體的關(guān)系:

轉(zhuǎn)載請注明:成都千喜數(shù)據(jù)恢復(fù)中心 » MOV文件結(jié)構(gòu)分析

喜歡 (7)
頂部 電話 微信
微信號:18328458868
QQ 地圖 底部