ffmpeg-usage

Convert, edit, and optimize media files with reproducible ffmpeg workflows.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zephyrwang6/allSkills --skill ffmpeg-usage-zephyrwang6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffmpeg-usage
Source: https://github.com/zephyrwang6/allSkills/tree/main/ffmpeg-usage
Command: npx skills add https://github.com/zephyrwang6/allSkills --skill ffmpeg-usage-zephyrwang6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of audio and video processing by giving you ready-to-use workflows for conversion, editing, compression, and platform-specific optimization.

Core Features & Use Cases

  • Format Conversion: Turn MP4, MOV, WebM, and other media files into compatible delivery formats.
  • Editing and Packaging: Clip, merge, resize, rotate, speed up, and extract thumbnails or GIFs from video.
  • Audio and Subtitle Workflows: Extract audio, mix background music, add soft or hard subtitles, and prepare media for publishing.
  • Platform Optimization: Produce presets for YouTube, Instagram, TikTok, Twitter, and web playback with quality and size tradeoffs in mind.
  • Transcription Support: Call the local voice model API to transcribe audio and extract spoken content into text.

Quick Start

Use the ffmpeg-usage skill to convert the attached media file into the requested format or social-media preset while preserving the best balance of quality and file size.

Frequently Asked Questions about ffmpeg-usage

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

FAQPage Schema
How do I convert video to MP4 or WebM while balancing quality and file size?

Video conversion to MP4 or WebM applies ffmpeg workflows to produce optimized delivery formats, balancing quality and compression size through platform-specific presets and faststart optimization for web playback.

What is the best way to extract audio and transcribe it locally?

Audio extraction and local voice transcription involve extracting audio streams via ffmpeg and calling a localhost API to transcribe spoken content into text, ensuring reproducible media workflows without external services.

Can I create GIFs and extract thumbnails from video using ffmpeg?

GIF creation and thumbnail extraction from video are supported by ffmpeg workflows that clip segments, resize frames, and generate optimized GIFs or still thumbnails directly from media streams.

Does this approach support platform-specific exports for YouTube, Instagram, and TikTok?

Platform-specific exports for YouTube, Instagram, TikTok, and X are supported via ffmpeg presets that adjust resolution, aspect ratio, and compression to meet social media publishing requirements.

Do I need ffmpeg and ffprobe installed to process subtitles and compress media?

Processing subtitles and compressing media requires ffmpeg installed, while ffprobe is optional for inspecting streams. These tools enable hard or soft subtitle integration and batch media compression.