ffmpeg-video-processing

Transcode, resize, filter, and convert video formats using FFmpeg.

12|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tsukhani/jclaw --skill ffmpeg-video-processing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffmpeg-video-processing
Source: https://github.com/tsukhani/jclaw/tree/main/skills/ffmpeg-video-processing
Command: npx skills add https://github.com/tsukhani/jclaw --skill ffmpeg-video-processing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the complexity of manual video editing and format conversion by providing a standardized, repeatable workflow for processing media assets for web and social platforms.

Core Features & Use Cases

  • Format Optimization: Convert, resize, and compress video files to ensure compatibility and fast loading across web browsers and social media platforms.
  • Production Workflows: Automate common tasks like audio extraction, video trimming, speed adjustment, and concatenation for Remotion projects.
  • Use Case: Quickly prepare a high-resolution screen recording for a social media campaign by resizing it to vertical format, adding a fade-in effect, and compressing it to meet platform file size limits.

Quick Start

Use the ffmpeg-video-processing skill to convert the input file raw-video.mp4 into a web-optimized format with faststart metadata enabled.

Frequently Asked Questions about ffmpeg-video-processing

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

FAQPage Schema
How do I convert a video to a web-optimized format using ffmpeg?

To convert a video to a web-optimized format using ffmpeg, you transcode the file and enable faststart metadata. This ensures compatibility and fast loading across web browsers by moving the moov atom to the file's beginning.

What's the best way to compress video files for social media distribution?

The best way to compress video files for social media is through standardized transcoding and resizing workflows. This approach optimizes high-resolution media to meet specific platform file size limits without manual editing.

Do I need a local ffmpeg installation to process media assets?

Yes, you need a local ffmpeg installation to process media assets. It is required to execute complex filter chains and codec-specific encoding tasks for production-grade media workflows.

Can I use ffmpeg to prepare assets for Remotion projects?

Yes, you can use ffmpeg to prepare assets for Remotion projects. It automates production workflows like audio extraction, video trimming, speed adjustment, and concatenation for your Remotion compositions.

How do I resize a screen recording to a vertical format and add a fade-in effect?

To resize a screen recording to a vertical format and add a fade-in effect, you apply complex filter chains during transcoding. This simultaneously scales the video and applies visual effects for social media campaigns.