video-editing

Automates video trimming, concatenation, reframing with FFmpeg for social platforms.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the complexity of manual video editing by providing a programmatic interface to FFmpeg, allowing for rapid trimming, reframing, and social media optimization without needing a desktop NLE.

Core Features & Use Cases

  • Social Media Pipeline: Automatically remove dead space, chunk long videos into platform-ready clips, and reframe them for TikTok, Reels, or Shorts.
  • AI-Powered Virality: Analyze video content using AI vision to score segments and identify the most engaging moments for high-performing social posts.
  • Advanced Processing: Perform complex tasks like voiceover mixing with ElevenLabs, adding styled subtitles, and applying visual effects or transitions.

Quick Start

Use the video-editing skill to remove dead space from the uploaded video and chunk it into 30-second clips optimized for TikTok.

Frequently Asked Questions about video-editing

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

FAQPage Schema
How do I automate trimming and concatenating videos with FFmpeg without a desktop editor?

Automating video trimming and concatenation requires a programmatic interface to FFmpeg, allowing you to process rapid edits without needing a desktop NLE. This enables rapid trimming, reframing, and social media optimization directly through scripts.

Can I automatically reframe long videos into 30-second clips for TikTok and Shorts?

Yes, you can automatically reframe long videos into 30-second clips for TikTok and Shorts. The social media pipeline chunks long videos into platform-ready clips and applies platform-specific reframing for vertical formats.

How does AI vision analysis identify the most engaging moments for social media content?

AI vision analysis scores video segments to identify the most engaging moments by evaluating content for virality. This process ranks segments to isolate high-performing sections for social media posts.

Does video processing with FFmpeg require a specific version for silence detection?

Yes, video processing with FFmpeg for silence detection requires FFmpeg 6.1.2. This specific version is necessary to support the advanced processing tasks like silence detection and automated dead space removal.

What's the best way to add AI voiceover to video clips using ElevenLabs?

The best way to add AI voiceover to video clips is through voiceover mixing with ElevenLabs. This integrates synthesized audio directly into your video editing workflow to enhance social media content production.

Can I use multer to handle video uploads for automated social media editing?

Yes, multer is integrated to handle video uploads for automated social media editing. It works alongside fluent-ffmpeg and openai dependencies to process uploaded files directly through the editing pipeline.