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