video_index
Index videos by extracting frames, transcribing speech, and analyzing visual segments to produce a searchable timeline.
Instructions
视频索引:抽帧 + ASR 语音转写 + VLM 视觉分段理解。输出时间线。
Args: video_path: 视频文件路径 task: 分析任务描述 fps: 抽帧帧率 max_frames: 最大帧数 need_asr: 是否提取语音转写 need_ocr: 是否对帧做 OCR
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| task | No | 分析视频内容 | |
| need_asr | No | ||
| need_ocr | No | ||
| max_frames | No | ||
| video_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |