Capítulo 698 de 988
:::warning We are phasing out Media Parser and are moving to Mediabunny!
const {metadata} = await parseMedia({
src: 'https://remotion.media/video.mp4',
fields: {
metadata: true,
},
});
console.log(metadata);
/*
[
{
key: 'com.apple.quicktime.model',
trackId: null,
value: 'iPhone 15 Pro',
},
{
key: 'encoder',
trackId: null,
value: 'Lavf57.19.100',
}
]
*/
| Field | Description | Example value |
|---|---|---|
artist | ID3 Artist Tag | "Blender Foundation 2008, Janus Bager Kristensen 2013" |
album | ID3 Album Tag | "The Resistance" |
composer | ID3 Composer Tag | "Sacha Goedegebure" |
comment | ID3 Comment Tag | "Made with Remotion 4.0.234" |
releaseDate | ID3 Release Date Tag | |
genre | ID3 Genre Tag | "Animation" |
title | ID3 Title Tag | "Big Buck Bunny, Sunflower version" |
writer | ID3 Writer Tag | "Sacha Goedegebure" |
director | ID3 Director Tag | |
producer | ID3 Producer Tag | |
description | ID3 Description Tag | |
duration | ID3 Duration Tag | "00:00:10.000000000" |
encoder | Software used to encode the video/stream | "Lavf60.16.100" |
copyright | Copyright information | "Blender Foundation" |
major_brand | The major brand of the file | "isom" |
minor_version | The minor version of the file | "512" |
compatible_brands | Container compatibility | "isomav01iso2mp41" |
handler_name | Software used to mux the video | "GPAC ISO Video Handler" |
com.apple.quicktime.camera.focal_length.35mm_equivalent | 35mm-equivalent focal length | 23 |
com.apple.quicktime.camera.lens_model | Lens of Apple Device | "iPhone 15 Pro back camera 6.765mm f/1.78" |
com.apple.quicktime.creationdate | Creation date of video | "2024-10-01T12:46:18+0200" |
com.apple.quicktime.software | Operating System Version (e.g. iOS) of Device | "18.0" |
com.apple.quicktime.model | Device used to capture video | "iPhone 15 Pro" |
com.apple.quicktime.make | Maker of the device used to capture the video | "Apple" |
com.apple.quicktime.live-photo.vitality-score | An identifier that represents the vitality score of a Live Photo movie | 1 |
com.apple.quicktime.live-photo.vitality-scoring-version | An identifier that represents the version of the algorithm responsible for scoring the Live Photo movie for vitality | 4 |
com.apple.quicktime.content.identifier | An identifier that represents the content identifier in QuickTime | "2C1C7C94-E977-45D0-9B3F-9A9CA8EFB47D" |
com.apple.quicktime.full-frame-rate-playback-intent | An key that represents whether this movie should play at full frame rate | 1 |
com.apple.quicktime.live-photo.auto | An identifier that represents whether the live photo movie used auto mode | 1 |
com.apple.quicktime.location.accuracy.horizontal | An identifier that represents the horizontal accuracy of the location data | 1 |
com.apple.quicktime.information | General information | "Captured with VisionCamera by mrousavy" |