360 Video Metadata Stay organized with collections
Save and categorize content based on your preferences.
-
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.
Use the Spherical Video
standard for encoding 360 video.
Camera Manufacturer and Model
We strongly
recommend that you specify camera manufacturer and model in user-data atoms
in your MP4 360 video. We support
two ways of doing this:
-
manu
: Camera manufacturer (make)
-
modl
: Camera model
OR
-
©mak
: Camera manufacturer (make)
-
©mod
: Camera model
Camera Firmware Version
We strongly
recommend that you specify camera firmware version in
moov/udta/meta/ilst/FIRM as a string in your MP4 360 video.
Verification
You can verify your video with ffprobe
command:
$
ffprobe
your_video.mp4
...
Metadata:
make
:
my.camera.make
model
:
my.camera.model
firmware
:
v_1234.4321
...
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["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"]]