video-editor

Guide FFmpeg-based video editing, encoding, and processing workflows.

12|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/ckorhonen/claude-skills --skill video-editor-ckorhonen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-editor
Source: https://github.com/ckorhonen/claude-skills/tree/main/skills/video-editor
Command: npx skills add https://github.com/ckorhonen/claude-skills --skill video-editor-ckorhonen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Video production teams and engineers spend time choosing the right container, codec, and encoding settings to balance quality and file size. This skill provides expert guidance for FFmpeg-based workflows to streamline video processing and ensure compatibility across platforms.

Core Features & Use Cases

  • Container & codecs guidance: select appropriate containers (MKV, MP4) and codecs (H.264, H.265, AV1) for given delivery targets.
  • Encoding best practices: tune CRF, presets, and color settings to optimize quality and efficiency.
  • Practical workflows: remux between containers, re-encode for distribution, manage color spaces, and troubleshoot common issues.

Quick Start

Run FFmpeg to transcode a 1080p video to a high-quality MP4 with H.264 while preserving the audio.

Frequently Asked Questions about video-editor

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

FAQPage Schema
How do I choose the right container and codec for FFmpeg video encoding?

Choosing the right container and codec for FFmpeg video encoding depends on your delivery target. This skill guides you through selecting formats like MKV or MP4 with H.264, H.265, or AV1 to ensure platform compatibility and balance quality with file size.

What's the best way to optimize FFmpeg encoding settings for high-quality video?

To optimize FFmpeg encoding settings for high-quality video, you need to tune CRF values, encoding presets, and color management configurations. This skill provides best practices to help you maximize visual quality while maintaining processing efficiency.

Can I remux video files between MKV and MP4 containers without losing quality?

You can remux video files between MKV and MP4 containers without losing quality because remuxing only changes the container without re-encoding the video stream. This skill outlines practical workflows for seamlessly remuxing between different container formats.

How do I troubleshoot common video quality issues during FFmpeg transcoding?

Troubleshooting video quality issues during FFmpeg transcoding requires examining your codec selections and encoding parameters. This skill helps you identify and resolve common problems related to color management, container mismatches, and suboptimal encoding presets.

Does FFmpeg support AV1 codec encoding for video distribution?

FFmpeg supports AV1 codec encoding for video distribution, allowing you to achieve high compression efficiency. This skill helps you determine when to select AV1 over H.264 or H.265 based on your specific delivery targets and quality requirements.