video-editing

Edit videos with FFmpeg for trimming, subtitles, and format conversion.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM --skill video-editing-gundlapuriswathiii006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-editing
Source: https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM/tree/main/.local/secondary_skills/video-editing
Command: npx skills add https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM --skill video-editing-gundlapuriswathiii006

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fluent-ffmpeg, elevenlabs, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive video editing capabilities using FFmpeg, allowing users to perform a wide range of video manipulation tasks efficiently.

Core Features & Use Cases

  • Video Editing: Trim, merge, split, and manipulate video files.
  • Subtitles and Text: Add subtitles, captions, and text overlays.
  • Audio: Mix audio tracks, add voiceovers, and adjust audio levels.
  • Effects: Apply visual effects, transitions, and filters.
  • Format Conversion: Convert video files to different formats.
  • Use Case: Imagine you have a collection of raw video clips that you want to trim, add subtitles, and convert to a format suitable for TikTok. This Skill can handle all these tasks seamlessly.

Quick Start

Use the video-editing skill to trim the video 'example.mp4' from 00:00:30 to 00:01:15 and convert it to MP4 format.

Frequently Asked Questions about video-editing

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

FAQPage Schema
How do I trim and convert video clips for social media platforms?

Video editing with FFmpeg handles trimming, concatenation, and format conversion to reframe clips for specific social media platforms like TikTok. It processes raw video files directly to output platform-ready MP4 formats.

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

Yes, FFmpeg video processing supports adding subtitles, captions, and text overlays to video files. You can embed text directly into the video stream during the rendering process.

How do I mix audio tracks and add voiceovers to a video file?

Audio mixing and voiceover generation are supported through FFmpeg combined with ElevenLabs. You can adjust audio levels, mix multiple tracks, and integrate generated voiceovers into your video production.

Do I need to install fluent-ffmpeg and FFmpeg to use this video processing skill?

Yes, this video editing skill requires FFmpeg installed in your environment along with the fluent-ffmpeg library for programmatic control, and ElevenLabs if you need AI voiceover capabilities.

What is the best way to concatenate multiple video clips into one file?

FFmpeg video concatenation merges multiple video clips into a single continuous file. This approach uses the fluent-ffmpeg library to process and join video streams without re-encoding when formats match.

Does FFmpeg support applying visual effects and filters during video conversion?

Yes, FFmpeg video processing applies visual effects, transitions, and filters during format conversion. You can manipulate video files with effects while converting between different formats.