← 返回
未分类 中文

DD Video Analyzer

Download videos, extract transcripts, capture frames. Analyze YouTube, tutorials, DD videos with yt-dlp + Whisper + ffmpeg.
下载视频、提取字幕、截取帧。使用 yt-dlp + Whisper+ ffmpeg 分析 YouTube、教程和 DD 视频。
zedit42 zedit42 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 305
下载
💾 0
安装
1
版本
#latest

概述

Video Watcher

Download, transcribe, and screenshot videos for analysis.

Requirements

brew install yt-dlp ffmpeg openai-whisper

Quick Start

./scripts/analyze.sh "https://youtube.com/watch?v=..."

Output

outputs/
├── video.mp4           # Downloaded video
├── audio.mp3           # Extracted audio
├── transcript.txt      # Plain text
├── transcript.srt      # Subtitles
└── frames/             # Screenshots every 30s

Commands

Analyze video

./scripts/analyze.sh "URL" [output-dir] [frame-interval] [whisper-model]

Summarize transcript

./scripts/summarize.sh ./outputs/transcript.txt

Or with AI:

cat outputs/transcript.txt | clawdbot ask "Summarize this"

Config

config.json:

{
  "whisper_model": "medium",
  "frame_interval": 30,
  "output_dir": "./outputs"
}

Use Cases

  • DD (Due Diligence) videos
  • Lecture notes
  • Podcast summaries
  • Tutorial documentation
  • Meeting recordings

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 05:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 439 📥 118,633
professional

Solana Funding Rate Arbitrage

zedit42
Solana 永续 DEX 资金费率套利扫描与自动交易工具,比较 Drift 与Flash Trade 的资金费率,发现并执行跨 DEX 套利机会。适用于分析 Solana 永续合约资金费率、寻找套利、设置 delta‑neutral 策略
★ 2 📥 2,322
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 338 📥 95,289