A comprehensive AI agent skill for professional multimedia manipulation using FFmpeg and FFprobe.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ffmpeg-master
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ffmpeg-master using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
FFmpeg Master is a specialized tool within the Openclaw Skills ecosystem designed for high-performance multimedia handling. It leverages the industry-standard FFmpeg framework to allow users to decode, encode, transcode, and filter nearly any media format. Whether you are a developer automating video pipelines or a content creator needing precise edits, this skill provides the necessary commands and logic to handle complex multimedia tasks.
By integrating this into your workflow, you gain access to a professional-grade pipeline that manages everything from simple format conversions to sophisticated filtergraph operations. The skill ensures that your Openclaw Skills agent can navigate the technical nuances of bitrate, codecs like H.264 and H.265, and hardware acceleration across different platforms.
Ensure FFmpeg is installed on your system. For macOS users of Openclaw Skills, use Homebrew; for Linux, use your package manager.
brew install ffmpeg
# Or on Ubuntu/Debian
sudo apt update && sudo apt install ffmpeg
Verify the installation by running:
ffmpeg -version
The skill organizes multimedia processing through a clear taxonomy of codecs, filters, and metadata formatting:
| Component | Description |
|---|---|
| Codecs | Supports H.264, H.265/HEVC, AAC, MP3, and more. |
| Filtergraphs | Logic for scale, crop, overlay, and drawtext. |
| Hardware | Profiles for NVIDIA (NVENC), Intel (QSV), and Apple (VideoToolbox). |
| Metadata | Mapping for titles, stream selection (-map), and global tags. |
Loading
A dedicated monitoring service for Ubuntu that automatically detects Astrill VPN failures and restores the connection seamlessly.

A precision tool for statically calculating C structure member offsets and memory alignment without runtime execution.

A unified API gateway providing OpenAI-compatible access to over 60 multimodal AI models across text, image, video, and audio.

A specialized skill for launching and managing VS Code Remote Tunnels within Docker containers for seamless remote terminal access.

A professional-grade toolkit for advanced video and audio manipulation using FFmpeg and FFprobe pipelines.

An AI-powered skill that transforms natural language prompts into production-ready Python trading strategies for the Hyperliquid exchange.








































