360 度影片中繼資料
使用 Spherical Video 標準來編碼 360 度影片。
相機製造商和型號
我們強烈建議您在 MP4 360 影片的 使用者資料原子中指定相機製造商和型號。我們支援兩種做法:
manu
:攝影機製造商 (品牌)
modl
:相機型號
或
©mak
:攝影機製造商 (品牌)
©mod
:相機型號
相機韌體版本
我們強烈建議您在 moov/udta/meta/ilst/FIRM 中指定相機韌體版本,並以字串形式加入 MP4 360 影片中。
驗證
你可以使用 ffprobe 指令驗證影片:
$ ffprobe your_video.mp4
...
Metadata:
make : my.camera.make
model : my.camera.model
firmware : v_1234.4321
...
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-30 (世界標準時間)。
[null,null,["上次更新時間: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"]]