UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

5 lines (4 loc) 212 B
export declare const getVideoImageFormat: ({ codec, uiImageFormat, }: { codec: import("@remotion/renderer").CodecOrUndefined; uiImageFormat: "jpeg" | "none" | "png" | null; }) => "jpeg" | "none" | "png";