Skip to content

Enum: VideoFormatEnum

Video file formats

URI: valuesets:VideoFormatEnum

Permissible Values

Value Meaning Description Codec Creator Extension Features Mime Type Status
MP4 MPEG-4 Part 14 H.264, H.265 .mp4 video/mp4
AVI Audio Video Interleave Microsoft .avi video/x-msvideo
MOV QuickTime Movie Apple .mov video/quicktime
MKV Matroska Video .mkv multiple tracks video/x-matroska
WEBM WebM video VP8, VP9 .webm video/webm
FLV Flash Video .flv video/x-flv legacy
WMV Windows Media Video Microsoft .wmv video/x-ms-wmv
MPEG Moving Picture Experts Group .mpeg, .mpg video/mpeg

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
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Video file formats
title: Video Format
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
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