init commit
This commit is contained in:
6
remotion/node_modules/@remotion/renderer/dist/extract-audio.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/renderer/dist/extract-audio.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare const extractAudio: (options: {
|
||||
videoSource: string;
|
||||
audioOutput: string;
|
||||
logLevel?: "error" | "info" | "trace" | "verbose" | "warn" | undefined;
|
||||
binariesDirectory?: string | null | undefined;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user