$npx -y skills add remotion-dev/remotion --skill mediabunnyMultimedia handling with the Mediabunny library
| 1 | Mediabunny is a multimedia library for dealing with audio and video in the browser. |
| 2 | Here is a compact overview of its capabilities: https://mediabunny.dev/llms.txt |
| 3 | |
| 4 | ## Getting audio duration |
| 5 | |
| 6 | See [get-audio-duration.md](get-audio-duration.md) for getting the duration of an audio file in seconds with Mediabunny. |
| 7 | |
| 8 | ## Getting video dimensions |
| 9 | |
| 10 | See [get-video-dimensions.md](get-video-dimensions.md) for getting the width and height of a video file with Mediabunny. |
| 11 | |
| 12 | ## Getting video duration |
| 13 | |
| 14 | See [get-video-duration.md](get-video-duration.md) for getting the duration of a video file in seconds with Mediabunny. |