getAvailableContainers()
Returns an array of available containers that can be used with the convertMedia
function.
Getting available containerstsx
import {getAvailableContainers } from '@remotion/webcodecs';constcontainers =getAvailableContainers ();console .log (containers );
Getting available containerstsx
import {getAvailableContainers } from '@remotion/webcodecs';constcontainers =getAvailableContainers ();console .log (containers );
note
New containers may be added to this function and it will not be considered a breaking change.
As a type
If you need a TypeScript type that covers the available output containers, you can import the type definition:
Type definitiontsx
import type {ConvertMediaContainer } from '@remotion/webcodecs';
Type definitiontsx
import type {ConvertMediaContainer } from '@remotion/webcodecs';