Skip to content
Constant

VIDEO_CODECS

List of known video codecs, ordered by encoding preference.

ts
const VIDEO_CODECS = [
	'avc',
	'hevc',
	'vp9',
	'av1',
	'vp8',
] as const;

Released under the Mozilla Public License 2.0.