Type
VideoCodec
Union type of known video codecs.
ts
type VideoCodec =
| 'avc'
| 'hevc'
| 'vp9'
| 'av1'
| 'vp8'
| 'prores';Used by
AdtsOutputFormat.getSupportedVideoCodecs()canDecodeVideo()canEncodeVideo()ConversionVideoOptions.codecCustomVideoDecoder.codecCustomVideoDecoder.supports()CustomVideoEncoder.codecCustomVideoEncoder.supports()FlacOutputFormat.getSupportedVideoCodecs()getDecodableVideoCodecs()getEncodableVideoCodecs()getFirstEncodableVideoCodec()HlsOutputFormat.getSupportedVideoCodecs()InputVideoTrack.codecInputVideoTrack.getCodec()IsobmffOutputFormat.getSupportedVideoCodecs()MediaCodecMkvOutputFormat.getSupportedVideoCodecs()Mp3OutputFormat.getSupportedVideoCodecs()MpegTsOutputFormat.getSupportedVideoCodecs()new EncodedVideoPacketSource()OggOutputFormat.getSupportedVideoCodecs()OutputFormat.getSupportedVideoCodecs()VideoEncodingConfig.codecWavOutputFormat.getSupportedVideoCodecs()