Template:Video metadata: Difference between revisions
No edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
"label": "Real name", | "label": "Real name", | ||
"description": "The real name of the project or film, if any.", | "description": "The real name of the project or film, if any.", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"datecode": { | "datecode": { | ||
Line 61: | Line 62: | ||
"label": "Render date", | "label": "Render date", | ||
"description": "The date the video was rendered, if known.", | "description": "The date the video was rendered, if known.", | ||
"type": "date" | "type": "date", | ||
"suggested": true | |||
}, | }, | ||
"filelocation": { | "filelocation": { |
Latest revision as of 12:05, 21 March 2023
Metadata | |
---|---|
Video Filename | {{{filename}}} |
Video Name | {{{realname}}} |
Date Code | {{{datecode}}} |
Date of Render | {{{daterender}}} |
Location | {{{filelocation}}} |
Codec Details | |
Container | {{{container}}} |
Video | {{{vidcodec}}}
|
Audio | {{{audcodec}}}
|
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
File name | filename | The name of the file as it appears in filesystems, including the extension (i.e. name.mp4) | String | required |
Real name | realname | The real name of the project or film, if any. | String | suggested |
Date code | datecode | The date the video was created, rendered or first modified. The format of the date code is YYMMDD. | Unknown | required |
Render date | daterender | The date the video was rendered, if known. | Date | suggested |
File location | filelocation | The location of the file as it appears on file systems without the drive letter. Multiple locations can be used if the file is stored in more than one place. | Unknown | required |
File container | container | The extension of the file (i.e. mp4, avi, mov, etc.) | Unknown | required |
Video codec | vidcodec | The codec of the video.
| Unknown | required |
Video size | vidsize | The dimensions of the video in WxH.
| Unknown | required |
Video FPS | vidfps | The frame rate of the video | Unknown | required |
Video bitrate | vidbitrate | The bitrate of the video in kbps | Unknown | required |
Video colour space | vidcolspace | The colour space of the video
| Unknown | required |
Audio codec | audcodec | The codec of the audio
| Unknown | required |
Audio channels | audchannel | Describe the number of channels in the audio of the file
| Unknown | required |
Audio sample rate | audsample | The sample rate of the audio in kHz
| Unknown | required |
Audio bitrate | audbitrate | The bitrate of the audio in kbps
| Unknown | required |