360°動画のメタデータ
360 度動画のエンコードには、球面動画標準を使用します。
カメラのメーカーとモデル
MP4 360 動画のユーザーデータ アトムでカメラのメーカーとモデルを指定することを強くおすすめします。次の 2 つの方法がサポートされています。
manu
: カメラのメーカー(ブランド)
modl
: カメラモデル
または
©mak
: カメラのメーカー(ブランド)
©mod
: カメラモデル
カメラのファームウェア バージョン
MP4 360 動画の moov/udta/meta/ilst/FIRM で、カメラのファームウェア バージョンを文字列として指定することを強くおすすめします。
確認
動画は ffprobe コマンドで確認できます。
$ ffprobe your_video.mp4
...
Metadata:
make : my.camera.make
model : my.camera.model
firmware : v_1234.4321
...
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-30 UTC。
[null,null,["最終更新日 2024-11-30 UTC。"],[[["Encode 360° videos using the Spherical Video standard."],["Include camera manufacturer and model metadata using `manu`/`modl` or `©mak`/`©mod` user-data atoms."],["Specify camera firmware version using `FIRM` metadata within the MP4 container."],["Verify video metadata using the `ffprobe` command-line tool."]]],["360 videos should adhere to the Spherical Video standard. It's strongly recommended to include camera details in the MP4 video's user-data atoms using either `manu`/`modl` or `©mak`/`©mod` for manufacturer and model. The camera firmware version should be included as a string in the moov/udta/meta/ilst/FIRM atom. You can verify these details using the ffprobe command on the video file.\n"]]