FFmpeg Video Editor
Generate FFmpeg commands from natural language video editing requests - cut, trim, convert, compress, change aspect ratio, extract audio, and more.
Why use this skill?
Easily edit, trim, and convert videos with natural language commands using the OpenClaw FFmpeg Video Editor. Simplify your media workflow with automated command generation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mahmoudadelbghany/ffmpeg-video-editorWhat This Skill Does
The FFmpeg Video Editor for OpenClaw is a powerful utility designed to abstract the complexity of the FFmpeg command-line interface into intuitive natural language commands. Rather than requiring you to memorize intricate syntax, flags, and codec settings, this skill acts as an intelligent translator between your editing requirements and high-performance video processing. Whether you need to quickly trim an interview, convert a high-resolution MOV file to a web-optimized WebM, or reframe your content for social media aspect ratios, this tool handles the heavy lifting by generating optimized command structures automatically.
Installation
To integrate this skill into your environment, run the following command in your terminal within the OpenClaw directory:
clawhub install openclaw/skills/skills/mahmoudadelbghany/ffmpeg-video-editor
Use Cases
This skill is perfect for content creators, developers, and technical professionals who frequently handle media assets. Common use cases include batch formatting videos for different platforms, extracting specific segments of long footage for social media clips, and resizing video files while maintaining professional padding through aspect ratio adjustment. It is particularly effective for teams looking to standardize their video output formats without maintaining a dedicated local install of specialized GUI software.
Example Prompts
- "Cut the first 45 seconds of intro.mp4 and save it as intro_trimmed.mp4."
- "Convert my vacation_video.avi into a high-quality mp4 file."
- "Change the aspect ratio of project_draft.mov to 9:16 for a TikTok post and save as final_vertical.mp4."
Tips & Limitations
To get the best results, always ensure your input file names are quoted, especially if they contain spaces. While this skill excels at standard video operations like cutting, scaling, and format conversion, it is strictly a command generator. It assumes that FFmpeg is installed and accessible in your system's PATH. Complex operations involving multiple streams, audio mixing, or filter chains might reach the limits of simple command generation; for those cases, provide detailed parameters to ensure the generated command is accurate. Always review the output filename to ensure you aren't accidentally overwriting source material.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mahmoudadelbghany-ffmpeg-video-editor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution