360 度视频元数据
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
使用全景视频标准对 360 度视频进行编码。
摄像头制造商和型号
我们强烈建议您在 MP4 360 视频的用户数据 Atom 中指定相机制造商和型号。我们支持通过以下两种方式执行此操作:
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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-30。
[null,null,["最后更新时间 (UTC):2024-11-30。"],[[["\u003cp\u003eEncode 360° videos using the Spherical Video standard.\u003c/p\u003e\n"],["\u003cp\u003eInclude camera manufacturer and model metadata using \u003ccode\u003emanu\u003c/code\u003e/\u003ccode\u003emodl\u003c/code\u003e or \u003ccode\u003e©mak\u003c/code\u003e/\u003ccode\u003e©mod\u003c/code\u003e user-data atoms.\u003c/p\u003e\n"],["\u003cp\u003eSpecify camera firmware version using \u003ccode\u003eFIRM\u003c/code\u003e metadata within the MP4 container.\u003c/p\u003e\n"],["\u003cp\u003eVerify video metadata using the \u003ccode\u003effprobe\u003c/code\u003e command-line tool.\u003c/p\u003e\n"]]],["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"],null,["# 360 Video Metadata\n\nUse the\n[Spherical Video](https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md)\nstandard for encoding 360 video.\n\nCamera Manufacturer and Model\n-----------------------------\n\nWe *strongly* recommend that you specify camera manufacturer and model in\n[user-data atoms](https://mp4ra.org/#/atoms) in your MP4 360 video. We support\ntwo ways of doing this:\n\n- `manu`: Camera manufacturer (make)\n- `modl`: Camera model\n\nOR\n\n- `©mak`: Camera manufacturer (make)\n- `©mod`: Camera model\n\nCamera Firmware Version\n-----------------------\n\nWe *strongly* recommend that you specify camera firmware version in\nmoov/udta/meta/ilst/FIRM as a string in your MP4 360 video.\n\nVerification\n------------\n\nYou can verify your video with [ffprobe](https://ffmpeg.org/ffprobe.html) command: \n\n $ ffprobe your_video.mp4\n ...\n Metadata:\n make : my.camera.make\n model : my.camera.model\n firmware : v_1234.4321\n ..."]]