remotion-dev/skills · Official

remotion-multimedia

Interacting with Mediabunny

All-time #520 Trending #282 Hot #6663 First seen Jul 27, 2026
8-week activity · all time api

Installation

$ npx skills add remotion-dev/skills --skill remotion-multimedia

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Aug 18, 2026

This skill provides documentation and code examples for using the Mediabunny library to extract metadata such as duration and dimensions from audio and video files. No malicious patterns or security risks were identified.

snyk LOW

Analyzed Aug 18, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Aug 18, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from remotion-dev/skills · top by installs.

npx skills add remotion-dev/skills

Browse all from remotion-dev/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4.5K
Default branch main
Open issues 10
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.0.521

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 705 B
  • docs SUMMARY.md 54 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 51,200 installs

SKILL.md

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](get-audio-duration.md) for getting the duration of an audio file in seconds with Mediabunny.

Getting video dimensions

See [get-video-dimensions.md](get-video-dimensions.md) for getting the width and height of a video file with Mediabunny.

Getting video duration

See [get-video-duration.md](get-video-duration.md) for getting the duration of a video file in seconds with Mediabunny.