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。"],[[["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"]]