A technical guide for processing video and audio with precise codec selection, filtering, and high-performance encoding settings.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ffmpeg
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
FFmpeg is the definitive open-source framework for handling multimedia data, enabling users to decode, encode, transcode, mux, demux, stream, and filter almost any media format. This skill within the Openclaw Skills ecosystem provides a structured methodology for using FFmpeg effectively, ensuring developers can manage complex tasks like frame-accurate seeking and stream mapping without the common pitfalls of media manipulation.
By leveraging this skill, users can optimize their media workflows for both quality and speed. It covers the critical distinctions between containers and codecs, the nuances of filter syntax, and the implementation of hardware acceleration to reduce processing times on modern hardware.
To use this skill, ensure that the FFmpeg binary is installed and accessible in your system environment. This is one of the essential Openclaw Skills for media automation.
Install on macOS:
brew install ffmpeg
Install on Linux (Ubuntu/Debian):
sudo apt update && sudo apt install ffmpeg
Install on Windows: Download the latest builds from the official FFmpeg website and add the bin folder to your System PATH.
The skill organizes media processing parameters into several key categories to ensure predictable output across different Openclaw Skills implementations:
| Parameter Group | Description | Key Flags |
|---|---|---|
| Seeking | Controls how FFmpeg navigates time | -ss, -to, -t |
| Selection | Identifies specific streams to process | -map, -vn, -an |
| Quality | Manages compression and file size | -crf, -preset, -b:v |
| Filtering | Applies visual or auditory changes | -vf, -af, -filter_complex |
| Codecs | Sets the compression algorithm | -c:v, -c:a, -c:s |
Loading
A sophisticated personal emotional tracking system designed to identify mood patterns, triggers, and effective coping strategies.

A personal AI stylist designed to provide body-aware outfit advice, decode complex dress codes, and optimize shopping habits based on real-world constraints.

A structured AI framework for managing household operations, family schedules, and care routines while maintaining strict privacy boundaries.

A high-performance skill for extracting text, tables, and structured data from PDF files using PyMuPDF.

A power-user skill for intelligent file reorganization, deduplication, and disk space analysis with built-in safety nets and undo capabilities.

A sophisticated financial intelligence skill that adapts its technical depth from personal budgeting to professional investment research.








































