Back to Marketplace
FFmpeg Video Editor
Generate FFmpeg commands from natural language video editing requests - cut, trim, convert, compress, change aspect ratio, extract audio, and more.
4,264downloads18installs18stars
v1.0.0
cmdopDevelopmentCLI tool, FFmpeg, video editing3/2/2026
Overview
Generate FFmpeg commands from natural language video editing requests. This skill supports various operations like cut, trim, convert, compress, change aspect ratio, and extract audio.
Key Features
- Cut/Trim Video: Extract a portion of video between two timestamps.
- Format Conversion: Convert between video formats (mp4, mkv, avi, webm, mov, flv, wmv).
- Change Aspect Ratio: Resize video to different aspect ratios with letterboxing (black bars).
- Change Resolution: Resize video to standard resolutions.
- Compress Video: Reduce file size using CRF (quality) control.
How It Works
- Identify the operation from the user’s request.
- Extract parameters (input file, output file, timestamps, formats, etc.).
- Generate the FFmpeg command using the patterns below.
- If output filename not specified, create one based on the operation.
- Always include
-y(overwrite) and-hide_bannerfor cleaner output.
Use Cases
- Cut a 30-second clip from a 1-hour video.
- Convert a video from mp4 to mkv.
- Resize a video to 16:9 aspect ratio with letterboxing.
- Compress a video to reduce file size.
Reviews
No reviews yet.