Skip to content
Skillv1.0.0

mediabunny

Multimedia handling with the Mediabunny library

by NourEldeenMahmoud(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from NourEldeenMahmoud/Nour-s-Protfolio (.opencode/skills/remotion-best-practices/mediabunny/SKILL.md). Install upstream with npx skills add NourEldeenMahmoud/Nour-s-Protfolio --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/noureldeenmahmoud-nour-s-protfolio-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.

noureldeenmahmoud-nour-s-protfolio-mediabunny.ocm.jsonjson
{
  "ocm": "1",
  "id": "noureldeenmahmoud-nour-s-protfolio-mediabunny",
  "kind": "skill",
  "name": "mediabunny",
  "description": "Multimedia handling with the Mediabunny library",
  "publisher": "NourEldeenMahmoud",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "remotion",
      "mediabunny",
      "multimedia",
      "video",
      "audio",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Multimedia handling with the Mediabunny library"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/NourEldeenMahmoud/Nour-s-Protfolio",
      "path": ".opencode/skills/remotion-best-practices/mediabunny/SKILL.md",
      "ref": "25de54f3d33fbe8df659e9338eb445d86e03833c",
      "url": "https://github.com/NourEldeenMahmoud/Nour-s-Protfolio/blob/25de54f3d33fbe8df659e9338eb445d86e03833c/.opencode/skills/remotion-best-practices/mediabunny/SKILL.md",
      "key": "NourEldeenMahmoud/Nour-s-Protfolio/.opencode/skills/remotion-best-practices/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/noureldeenmahmoud-nour-s-protfolio-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.