Video Frames

Extract frames and audio tracks from video files using ffmpeg.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill video-frames-lordmacu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Frames
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/video-frames
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill video-frames-lordmacu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, ffprobe, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you extract frames from videos or audio tracks for further processing.

Core Features & Use Cases

  • Extract frames: Automatically extract frames from video files.
  • Extract audio: Extract audio from video files for transcription or other audio processing.
  • Use Case: If you need to create a time-lapse from a video or want to transcribe a video's audio content.

Quick Start

Extract frames from 'example_video.mp4' into the 'frames_output' directory.

Frequently Asked Questions about Video Frames

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract frames from a video for post-production analysis?

To extract frames from a video for post-production analysis, this Skill uses ffmpeg to process local video files and output individual image frames into a specified directory. It automates the frame extraction process for tasks like time-lapse creation.

Can I extract audio from a video file for transcription?

Yes, you can extract audio from a video file for transcription by using this Skill's audio extraction feature. It processes the video to isolate the audio track, making it ready for further audio processing or speech-to-text workflows.

Do I need ffmpeg and ffprobe installed to extract video frames?

Yes, you need ffmpeg and ffprobe installed on your system to extract video frames. This Skill relies on both dependencies for video and audio processing, specifically requiring them to handle local video file operations.

What is the best way to process local videos for audio track extraction?

The best way to process local videos for audio track extraction is using a script-based Skill that leverages ffmpeg. It directly processes your local video files to separate the audio, preparing the output for transcription or other audio analysis tasks.

Why does frame extraction require ffprobe for video processing?

Frame extraction requires ffprobe for video processing because it gathers necessary metadata from the video file. This Skill uses ffprobe alongside ffmpeg to analyze the video structure before extracting frames or audio tracks accurately.

Related Skills