From open-agent-hub
Provides Mediabunny library reference for getting audio/video duration and video dimensions in the browser.
How this skill is triggered — by the user, by Claude, or both
Slash command
/open-agent-hub:mediabunnyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Mediabunny is a multimedia library for dealing with audio and video in the browser.
Mediabunny is a multimedia library for dealing with audio and video in the browser. Here is a compact overview of its capabilities: https://mediabunny.dev/llms.txt
See get-audio-duration.md for getting the duration of an audio file in seconds with Mediabunny.
See get-video-dimensions.md for getting the width and height of a video file with Mediabunny.
See get-video-duration.md for getting the duration of a video file in seconds with Mediabunny.
npx claudepluginhub guanyang/open-agent-hub --plugin open-agent-hub2plugins reuse this skill
First indexed Jul 19, 2026
Provides bash commands for media processing: ffmpeg for video/audio conversion/resizing/GIFs/extraction, imagemagick for image resize/format, sox for audio, plus pipelines.
FFmpeg CLI reference for video/audio processing: format conversion, resizing/cropping/trimming, audio mixing/extraction, overlays/text/subtitles, GIFs/thumbnails, GPU encoding, ffprobe inspection.
Guides FFmpeg use with Python libraries like ffmpeg-python, PyAV, moviepy for video/audio processing, encoding, streaming. Fixes common issues like audio loss, deadlocks, overwrites.