Files
story-studio/remotion/node_modules/@remotion/cli/dist/image-formats.d.ts
2026-02-21 10:33:18 +01:00

7 lines
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;