video-editing-skill

Automate video editing workflows with ffmpeg and Whisper shell scripts.

21|5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/6missedcalls/video-editing-skill --skill video-editing-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-editing-skill
Source: https://github.com/6missedcalls/video-editing-skill/tree/main
Command: npx skills add https://github.com/6missedcalls/video-editing-skill --skill video-editing-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, openai-whisper, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manual video editing is often complex and time-consuming, requiring multiple tools and technical skills.

Core Features & Use Cases

  • Comprehensive Video Editing: Perform trimming, silence removal, captioning, overlaying text, and speed adjustments seamlessly from the command line.
  • Automation and Chaining: Chain multiple editing operations in one pipeline, reducing manual intervention and scripting complexity.
  • Use Case: A content creator wants to swiftly remove silences, add captions in a specific style, and speed up a video—all with a simple command—greatly accelerating production workflows.

Quick Start

To remove silence, add captions, and adjust speed, run: bash scripts/edit.sh myvideo.mp4 --jumpcut --caption --speed 1.5

Frequently Asked Questions about video-editing-skill

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

FAQPage Schema
How do I automate video editing and remove silences from command line?

You can automate video editing and remove silences by running shell scripts that chain operations like jumpcuts and captioning in a single pipeline. This approach eliminates manual intervention, accelerating post-production workflows directly from the command line.

What is the best way to add captions and adjust video speed in one step?

The best way to add captions and adjust video speed in one step is by chaining commands in an automated pipeline. This allows you to apply text overlays and speed modifications seamlessly without pausing to process individual edits manually.

Do I need ffmpeg and Whisper to generate captions for my videos?

Yes, you need ffmpeg and openai-whisper to generate captions for your videos. These dependencies handle the underlying media processing and speech-to-text transcription required to automate caption creation within the editing scripts.

Can I chain multiple video editing operations like trimming and overlaying text?

Yes, you can chain multiple video editing operations like trimming and overlaying text. The scripts support automation and chaining, allowing you to execute comprehensive edits such as silence removal and speed adjustments in one continuous workflow.

Does command line video editing support rapid post-production for content creators?

Command line video editing supports rapid post-production for content creators by minimizing manual steps. By using shell scripts to automate tasks like captioning and speed adjustments, producers can greatly accelerate their production workflows.

What are the limitations of using shell scripts for video editing?

Limitations of using shell scripts for video editing include the requirement to have ffmpeg and openai-whisper properly installed in your environment. Users also need familiarity with command line interfaces to execute and chain the editing operations effectively.