Imported from guanyang/open-agent-hub (skills/mediabunny/SKILL.md). Install upstream with npx skills add guanyang/open-agent-hub --skill mediabunny. Copyright stays with the author.
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
Getting audio duration
See get-audio-duration.md for getting the duration of an audio file in seconds with Mediabunny.
Getting video dimensions
See get-video-dimensions.md for getting the width and height of a video file with Mediabunny.
Getting video duration
See get-video-duration.md for getting the duration of a video file in seconds with Mediabunny.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/guanyang-open-agent-hub-mediabunny/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
guanyang-open-agent-hub-mediabunny.ocm.jsonjson
{
"ocm": "1",
"id": "guanyang-open-agent-hub-mediabunny",
"kind": "skill",
"name": "mediabunny",
"description": "Multimedia handling with the Mediabunny library",
"publisher": "guanyang",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"remotion",
"mediabunny",
"multimedia",
"video",
"audio",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Multimedia handling with the Mediabunny library"
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/guanyang/open-agent-hub",
"path": "skills/mediabunny/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/guanyang/open-agent-hub/blob/HEAD/skills/mediabunny/SKILL.md",
"key": "guanyang/open-agent-hub/skills/mediabunny/SKILL.md"
}
},
"instructions": "Mediabunny is a multimedia library for dealing with audio and video in the browser.\nHere is a compact overview of its capabilities: https://mediabunny.dev/llms.txt\n\n## Getting audio duration\n\nSee [get-audio-duration.md](get-audio-duration.md) for getting the duration of an audio file in seconds with Mediabunny.\n\n## Getting video dimensions\n\nSee [get-video-dimensions.md](get-video-dimensions.md) for getting the width and height of a video file with Mediabunny.\n\n## Getting video duration\n\nSee [get-video-duration.md](get-video-duration.md) for getting the duration of a video file in seconds with ",
"cost": {
"context_tokens": 152
}
}
Fetch it by URL: GET /api/v1/registry/guanyang-open-agent-hub-mediabunny/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.