ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/donsonaicenter/donson-intelligent-editing
Or

What 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

  1. "Convert this 4K MP4 file to a 1080p H.265 encoded video, keeping the original audio track unchanged."
  2. "Cut the first 30 seconds from my video and then apply a 2x speed boost to the remaining footage."
  3. "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 copy is 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

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-donsonaicenter-donson-intelligent-editing": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#ffmpeg#video-processing#transcoding#media-manipulation#audio-editing
Safety Score: 4/5

Flags: file-write, file-read, code-execution