moov
https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-55911
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.
QuickTimeおよびMP4で、動画のあらゆるメタデータが保管されるコンテナ(バイト列の領域)
ボックス内のバイトの性質上、バイナリエディタで読むと格納されているAscii文字情報がいくらか見える
この点はmdatボックスとは対照的で、mdatボックスをビットイメージで表示すると赤黒い
より具体的には、「特定のアプリケーションが、サンプルデータを動画として解釈するために必要な情報」が moov ボックス内に格納される。
/icons/hr.icon
普通はmvhdボックスを格納している。
prflボックスを格納することがある。
また、Movie内のTrackを表すtrakボックスを格納する。
他にclipボックス、ctabボックス、udtaボックスを格納できる。
※
moovボックスはmvhdまたは、cmov、rmraのいずれか1つ以上を持つ。
/icons/hr.icon
QuickTimeの movie atoms は、atom type が「moov」になる。
MP4のMovie Boxは、box typeが「moov」になる。
これらの atoms は movie のデータを表す情報のコンテナである。
これらのボックスは、movie のデータを表す情報のコンテナである。
情報やメタデータは、いくつかの種類の atoms に保存されています。
一般的にメタデータは movie atom に保存される。
しかしmovieのサンプルデータ(audio や videoのサンプル)は movie atom には保存されない。
サンプルデータは movie atom から参照される。
movie atom は本質的に他の atoms のコンテナである。