donson-intelligent-editing
Use when performing video/audio processing tasks including transcoding, filtering, streaming, metadata manipulation, or complex filtergraph operations with FFmpeg.
Why use this skill?
Master video and audio processing with the Donson Intelligent Editing skill. Automate transcoding, filtering, and metadata manipulation using FFmpeg.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/donsonaicenter/donson-intelligent-editingWhat This Skill Does
The donson-intelligent-editing skill serves as a powerful interface for FFmpeg, the industry-standard framework for multimedia processing. It empowers users to manipulate video and audio streams with precision, enabling tasks ranging from simple transcoding to complex, multi-layered filtergraph operations. Whether you need to change file formats, adjust resolutions, extract specific audio tracks, or burn in watermarks, this skill handles the heavy lifting of codec management and stream mapping behind a simple natural language prompt interface.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/donsonaicenter/donson-intelligent-editing
Use Cases
This skill is indispensable for content creators, developers, and data engineers. Use it to:
- Optimize Media: Compress massive video files by converting them to H.265/HEVC while maintaining visual fidelity via CRF settings.
- Content Processing: Automate video edits like cutting out segments, concatenating multiple clips into a single file, or resizing content for specific social media aspect ratios.
- Audio Engineering: Isolate audio tracks from video files, normalize volume levels, or speed up voice recordings using atempo filters.
- Metadata & Analysis: Extract technical specifications and metadata from video files to inform downstream processing tasks.
- Visual Overlays: Dynamically insert watermarks, text overlays, or rotate footage using FFmpeg's robust filtering engine.
Example Prompts
- "Convert this 4K MP4 file to a 1080p H.265 encoded video, keeping the original audio track unchanged."
- "Cut the first 30 seconds from my video and then apply a 2x speed boost to the remaining footage."
- "Analyze the attached video file and return its duration, codec info, and frame rate using ffprobe."
Tips & Limitations
- Precision vs. Speed: For precise cuts, re-encoding is necessary. Using
c copyis faster but can only cut on keyframes. - System Resources: Complex filtergraph operations (like blurring or high-bitrate encoding) are CPU/GPU intensive; ensure your environment has sufficient hardware allocation.
- Validation: Always verify codec support for your target output container. If a specific filter fails, review the FFmpeg logs to see if a pixel format conversion is required.
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-donsonaicenter-donson-intelligent-editing": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution