UNPKG

remotion

Version:

Render videos in React

4 lines 255 B
export declare type FfmpegExecutable = string | null; export declare const setFfmpegExecutable: (ffmpegPath: FfmpegExecutable) => void; export declare const getCustomFfmpegExecutable: () => FfmpegExecutable; //# sourceMappingURL=ffmpeg-executable.d.ts.map