What problem does it solve?
This Skill provides comprehensive guidance and command-line examples for using FFmpeg, a powerful tool for processing all types of media files, enabling efficient video and audio manipulation.
Core Features & Use Cases
- Format Conversion: Convert between various video and audio formats (MP4, MKV, MP3, AAC, etc.).
- Encoding & Transcoding: Optimize media for different platforms and reduce file sizes using various codecs (H.264, H.265, VP9, Opus).
- Editing & Filtering: Trim, crop, scale, add watermarks, adjust volume, and apply complex filters to media.
- Streaming: Set up live streams (RTMP) and adaptive streams (HLS).
- Media Analysis: Inspect file properties, extract metadata, and analyze stream data using
ffprobe.
- Batch Processing: Automate repetitive media tasks using shell scripts or parallel processing.
Quick Start
Use the ffmpeg skill to convert the video file 'input.mov' to 'output.mp4' using H.264 video and AAC audio codecs.