UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

8 lines (7 loc) 227 B
import type { LogLevel } from './log-level'; export declare const extractAudio: (options: { videoSource: string; audioOutput: string; logLevel?: LogLevel; binariesDirectory?: string | null; }) => Promise<void>;