@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
7 lines (6 loc) • 317 B
TypeScript
import type { VideoImageFormat } from '@remotion/renderer';
import { ConfigInternals } from './config';
export declare const getVideoImageFormat: ({ codec, uiImageFormat, }: {
codec: ReturnType<typeof ConfigInternals.getOutputCodecOrUndefined>;
uiImageFormat: VideoImageFormat | null;
}) => VideoImageFormat;