This is a simple web interface designed to dynamically test the canEncode, canEncodeVideo, and canEncodeAudio functions from the mediabunny library. It allows you to check for browser support for various media codecs and encoding configurations in real-time.
- Test
canEncode: Check general codec support. - Test
canEncodeVideo: Test specific video codec configurations, including width, height, and bitrate. - Test
canEncodeAudio: Test specific audio codec configurations, including channels, sample rate, and bitrate. - User-friendly dropdowns for codecs and quality presets.
- Clear, human-readable results.
- Clone the repository (or download the source code).
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to the local URL provided in the terminal (usually
http://localhost:5173).