Skip to content

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.

License

Notifications You must be signed in to change notification settings

Ucok23/mediabunny-can-encode-here

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaBunny Encoding Checker

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.

Features

  • 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.

How to Run Locally

  1. Clone the repository (or download the source code).
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
  4. Open your browser and navigate to the local URL provided in the terminal (usually http://localhost:5173).

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors