@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
11 lines (10 loc) • 446 B
TypeScript
export declare const getOutputFilename: ({ imageSequence, compositionName, compositionDefaultOutName, defaultExtension, args, fromUi, indent, logLevel, }: {
imageSequence: boolean;
compositionName: string;
compositionDefaultOutName: string | null;
defaultExtension: string;
args: (string | number)[];
fromUi: string | null;
indent: boolean;
logLevel: "error" | "info" | "trace" | "verbose" | "warn";
}) => string;