video-analyzer
SKILL.md
Video Analyzer
Analyze video files by extracting frames at 1-second intervals using ffmpeg, then examining the frames to understand the video content.
Prerequisites
Requires ffmpeg installed on the system. Install if missing:
# Ubuntu/Debian
sudo apt-get install -y ffmpeg
# macOS
brew install ffmpeg