NorskTransform.videoDecode() method

Decode a video stream to a specific type of 'raw' format this isn’t usually needed because decode will happen automatically for nodes that need raw data however if we definitely want a hardware decode and we’re creating nodes that accept inMemory raw, we can use this node to ensure that the hardware decode takes place

Signature:

videoDecode(settings: VideoDecodeSettings): Promise<VideoDecodeNode>;

Parameters

Parameter Type Description

settings

VideoDecodeSettings

Decode settings

Returns:

Promise<VideoDecodeNode>

Find Examples