video-understanding
Installation
SKILL.md
Video Understanding Skill
Download videos and transcribe their content for analysis.
Prerequisites
- yt-dlp installed (
pip install yt-dlporbrew install yt-dlp) - ffmpeg installed (
brew install ffmpegorapt install ffmpeg) - Whisper installed (
pip install openai-whisper)
Pipeline
1. Download Video
# Download video with yt-dlp
yt-dlp -o "assets/downloads/%(title)s.%(ext)s" "<VIDEO_URL>"