@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
14 lines (13 loc) • 509 B
TypeScript
import type { LogLevel } from '@remotion/renderer';
export declare const dynamicLibEnv: (indent: boolean, logLevel: LogLevel, binariesDirectory: string | null) => {
DYLD_LIBRARY_PATH: string;
RUST_BACKTRACE: string;
} | {
PATH: string;
RUST_BACKTRACE: string;
} | {
LD_LIBRARY_PATH: string;
RUST_BACKTRACE: string;
};
export declare const ffmpegCommand: (args: string[], logLevel: LogLevel) => never;
export declare const ffprobeCommand: (args: string[], logLevel: LogLevel) => never;