Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/renderer/dist/extract-audio.d.ts
T

7 lines
245 B
TypeScript

export declare const extractAudio: (options: {
videoSource: string;
audioOutput: string;
logLevel?: "error" | "info" | "trace" | "verbose" | "warn" | undefined;
binariesDirectory?: string | null | undefined;
}) => Promise<void>;