Skip to content

Enum: VideoFormatEnum

Video file formats

URI: valuesets:VideoFormatEnum

Permissible Values

Value Meaning Description
MP4 None MPEG-4 Part 14
AVI None Audio Video Interleave
MOV None QuickTime Movie
MKV None Matroska Video
WEBM None WebM video
FLV None Flash Video
WMV None Windows Media Video
MPEG None Moving Picture Experts Group

Slots

Name Description
video_format Video file formats

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: VideoFormatEnum
description: Video file formats
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  MP4:
    text: MP4
    description: MPEG-4 Part 14
    annotations:
      extension:
        tag: extension
        value: .mp4
      mime_type:
        tag: mime_type
        value: video/mp4
      codec:
        tag: codec
        value: H.264, H.265
  AVI:
    text: AVI
    description: Audio Video Interleave
    annotations:
      extension:
        tag: extension
        value: .avi
      mime_type:
        tag: mime_type
        value: video/x-msvideo
      creator:
        tag: creator
        value: Microsoft
  MOV:
    text: MOV
    description: QuickTime Movie
    annotations:
      extension:
        tag: extension
        value: .mov
      mime_type:
        tag: mime_type
        value: video/quicktime
      creator:
        tag: creator
        value: Apple
  MKV:
    text: MKV
    description: Matroska Video
    annotations:
      extension:
        tag: extension
        value: .mkv
      mime_type:
        tag: mime_type
        value: video/x-matroska
      features:
        tag: features
        value: multiple tracks
  WEBM:
    text: WEBM
    description: WebM video
    annotations:
      extension:
        tag: extension
        value: .webm
      mime_type:
        tag: mime_type
        value: video/webm
      codec:
        tag: codec
        value: VP8, VP9
  FLV:
    text: FLV
    description: Flash Video
    annotations:
      extension:
        tag: extension
        value: .flv
      mime_type:
        tag: mime_type
        value: video/x-flv
      status:
        tag: status
        value: legacy
  WMV:
    text: WMV
    description: Windows Media Video
    annotations:
      extension:
        tag: extension
        value: .wmv
      mime_type:
        tag: mime_type
        value: video/x-ms-wmv
      creator:
        tag: creator
        value: Microsoft
  MPEG:
    text: MPEG
    description: Moving Picture Experts Group
    annotations:
      extension:
        tag: extension
        value: .mpeg, .mpg
      mime_type:
        tag: mime_type
        value: video/mpeg