Appearance
List of known video codecs, ordered by encoding preference.
const VIDEO_CODECS = [ 'avc', 'hevc', 'vp9', 'av1', 'vp8', ] as const;