moov
QuickTime movie atoms have an atom type of 'moov'. These atoms act as a container for the information that describes a movie’s data. This information, or metadata, is stored in a number of different types of atoms. Generally speaking, only metadata is stored in a movie atom. Sample data for the movie, such as audio or video samples, are referenced in the movie atom, but are not contained in it.
The movie atom is essentially a container of other atoms. These atoms, taken together, describe the contents of a movie. At the highest level, movie atoms typically contain track atoms, which in turn contain media atoms. At the lowest level are the leaf atoms, which contain non-atom data, usually in the form of a table or a set of data elements. For example, a track atom contains an edit atom, which in turn contains an edit list atom, a leaf atom which contains data in the form of an edit list table. All of these atoms are discussed later in this document.
ボックス内のバイトの性質上、バイナリエディタで読むと格納されているAscii文字情報がいくらか見える
より具体的には、「特定のアプリケーションが、サンプルデータを動画として解釈するために必要な情報」が moov ボックス内に格納される。 /icons/hr.icon
※
/icons/hr.icon
これらの atoms は movie のデータを表す情報のコンテナである。
これらのボックスは、movie のデータを表す情報のコンテナである。
情報やメタデータは、いくつかの種類の atoms に保存されています。
一般的にメタデータは movie atom に保存される。
しかしmovieのサンプルデータ(audio や videoのサンプル)は movie atom には保存されない。 サンプルデータは movie atom から参照される。
movie atom は本質的に他の atoms のコンテナである。