מטא-נתונים של וידאו 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
...
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]