gajulanagaraju

frame-extract

0
0
# Install this skill:
npx skills add gajulanagaraju/video-studio --skill "frame-extract"

Install specific skill from multi-skill repository

# Description

Extract high quality frames from a clip into the frames folder.

# SKILL.md


name: frame-extract
description: Extract high quality frames from a clip into the frames folder.


When asked to extract frames:

Default command:
ffmpeg -i "" -q:v 1 "/Volumes/ExSSD/ai/projects/video-studio/frames/frame_%05d.jpg"

For fixed fps extraction:
ffmpeg -i "" -vf "fps=2" -q:v 1 "/Volumes/ExSSD/ai/projects/video-studio/frames/frame_%05d.jpg"

For PNG sequence:
ffmpeg -i "" "/Volumes/ExSSD/ai/projects/video-studio/frames/frame_%05d.png"

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.