In this article, we review Mediabunny. You will learn: What is Mediabunny? Mediabunny usage in Supersplat What is Mediabunny? Mediabunny is a JavaScript library for reading, writing, and converting video and audio files. Directly in the browser, and faster than anybunny else. Read any media file Mediabunny allows you efficiently read data from any video or audio file, no matter the size: duration, resolution, rotation, tracks, codecs and other metadata, as well as raw or decoded media data from anywhere in the file. Load only what you need. const input = new Input ({ source : new UrlSource ( ' ./bigbuckbunny.mp4 ' ), formats : ALL_FORMATS , // .mp4, .webm, .wav, ... }); const duration = await input . computeDuration (); const videoTrack = await input . getPrimaryVideoTrack (); const { displayWidth , displayHeight , rotation } = videoTrack ; const audioTrack = await input .…