video-editing

Edit videos programmatically with FFmpeg for trimming, splicing, and format conversion.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/KartikSharma4448/aegiscare --skill video-editing-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-editing
Source: https://github.com/KartikSharma4448/aegiscare/tree/main/frontend/.local/secondary_skills/video-editing
Command: npx skills add https://github.com/KartikSharma4448/aegiscare --skill video-editing-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate server-side video editing by providing a FFmpeg-based workflow for trimming, splicing, merging, transitions, overlays, subtitles, audio mixing, and format conversions.

Core Features & Use Cases

  • Trimming, splicing, concatenating, and applying transitions to video assets
  • Text overlays, subtitles, audio mixing, and format conversions to produce platform-ready outputs
  • Use Case: Convert long footage into short, shareable clips for social media or tutorials with repeatable automation

Quick Start

Trim this video to 30 seconds, apply a crossfade transition, and export as MP4.

Frequently Asked Questions about video-editing

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

FAQPage Schema
How do I automate FFmpeg video editing to trim and merge clips?

Automate FFmpeg video editing by defining a YAML-frontmatter workflow to programmatically trim, splice, and merge video assets into a single output file. This allows you to process video assets server-side without manual intervention.

Can I add subtitles and text overlays to videos using FFmpeg automation?

You can add subtitles and text overlays to videos using FFmpeg automation by defining the parameters in your YAML workflow. The skill processes these instructions to burn text directly into the video frames for tutorials or social media clips.

What is the best way to convert long footage into short social media clips?

The best way to convert long footage into short social media clips is using an automated FFmpeg workflow to trim, apply transitions, and reformat outputs. This creates repeatable pipelines for generating platform-ready video content.

Do I need FFmpeg installed to use automated video transcoding workflows?

Yes, you need FFmpeg installed and available in your environment to use automated video transcoding workflows. The skill relies entirely on FFmpeg's capabilities to process format conversions, mix audio, and apply video filters.

How does a YAML-frontmatter workflow handle video splicing and audio mixing?

A YAML-frontmatter workflow handles video splicing and audio mixing by defining the sequence of FFmpeg operations and parameters declaratively. The skill reads this configuration to execute complex editing pipelines like concatenating tracks and overlaying audio.

Are there limitations to server-side video editing with FFmpeg automation?

Limitations of server-side video editing with FFmpeg automation include the requirement for manual YAML workflow configuration and an existing FFmpeg installation. Complex interactive editing timelines are not supported, as it focuses on batch processing and programmatic execution.