| name | vidiq |
| description | AI-powered video intelligence - download, analyze, clip, GIF from any URL. Supports YouTube, TikTok, Instagram, X. Uses ffmpeg + yt-dlp. |
VidIQ - Video Intelligence & Query Tool
Download, understand, and manipulate any video from a URL.
Commands
{baseDir}/scripts/vidiq.sh <url_or_path> info
{baseDir}/scripts/vidiq.sh <url_or_path> frames 10
{baseDir}/scripts/vidiq.sh <url_or_path> frame 01:30:00
{baseDir}/scripts/vidiq.sh <url_or_path> clip 01:01:01 01:20:01 output.mp4
{baseDir}/scripts/vidiq.sh <url_or_path> gif 00:45:00 5
{baseDir}/scripts/vidiq.sh <url_or_path> audio
{baseDir}/scripts/vidiq.sh <url_or_path> scenes 0.3
{baseDir}/scripts/vidiq.sh <url_or_path> mosaic 4 16
AI Analysis Workflow
- Extract frames:
vidiq.sh <url> frames 10
- Feed frames to vision model for content understanding
- Answer questions about the video based on frame analysis
Supported Platforms
YouTube, TikTok, Instagram, X/Twitter, any direct video URL, local files.
Notes
- Downloaded videos are cached in
/tmp/vidiq/ for reuse
- Frames output to
/tmp/vidiq/frames_*/
- For long videos, extract more frames for better coverage
- GIFs are optimized with palette generation for small file size