video-frames

by Unknown v1.0.0

Extract frames or short clips from videos using ffmpeg.

What It Does

Extracts frames from video files using ffmpeg, allowing users to capture specific moments or create thumbnails.

When To Use

When you need a thumbnail of a video, want to analyze a specific moment in a video, or need a series of frames for a visual representation.

Inputs

Video file path, desired output file path, and optional timestamp for frame extraction.

Outputs

An image file containing the extracted frame.

Limitations

Requires ffmpeg to be installed on the system. Performance depends on the video file size and system resources.

Installation

1. Install ffmpeg using your system's package manager (e.g., `brew install ffmpeg` on macOS, `apt-get install ffmpeg` on Debian/Ubuntu).
2. Verify the installation by running `ffmpeg -version` in your terminal.
3. Ensure the `frame.sh` script is executable (`chmod +x frame.sh`).
4. Add the directory containing `frame.sh` to your system's PATH environment variable.

View Cline documentation

1. Ensure ffmpeg is installed on your system. If not, follow the generic instructions.
2. Add the `scripts/frame.sh` file to your Cursor project.
3. Configure Cursor to execute the script with the required arguments.

View Cursor IDE documentation

1. Ensure ffmpeg is installed on your system. If not, follow the generic instructions.
2. Copy the `scripts/frame.sh` file to a location accessible by Claude Desktop.
3. Configure Claude Desktop to execute the script with the required arguments.

View Claude (Anthropic) documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.