UNPKG

chat-about-video

Version:

Chat about a video clip using ChatGPT hosted in OpenAI or Azure, or Gemini provided by Google

5 lines 253 B
import { VideoFramesExtractor } from './types'; export * from './ffmpeg'; export * from './types'; export declare function lazyCreatedVideoFramesExtractor(creator: Promise<VideoFramesExtractor>): VideoFramesExtractor; //# sourceMappingURL=index.d.ts.map