video-processing
Installation
SKILL.md
What I do
- Download Videos - Fetch videos from YouTube, Facebook, and other platforms
- Extract Audio - Pull audio tracks from video files in various formats (MP3, WAV, AAC, etc.)
- Transcribe Audio - Convert speech to text with word-level timestamps using faster-whisper (supports Bengali and English)
- Analyze Videos - Detect scenes, extract keyframes, generate thumbnails and subtitles
Commands
Download a video
video download <url> [--output <path>] [--format <mp4|webm>] [--quality <quality>]
Extract audio from video
video extract-audio <video> [--output <path>] [--format <mp3|wav|aac>] [--bitrate <kbps>]