UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

4 lines (3 loc) 279 B
import type { PixelFormat } from '@remotion/renderer'; export declare const setPixelFormat: (format: PixelFormat) => void; export declare const getPixelFormat: () => "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le";