An online WebM video converter, supports VP8 & VP9
  • JavaScript 79.6%
  • CSS 12.4%
  • HTML 8%
Find a file
2025-11-11 13:53:28 +01:00
public Initial commit 2025-11-11 13:53:28 +01:00
utils Initial commit 2025-11-11 13:53:28 +01:00
.env.example Initial commit 2025-11-11 13:53:28 +01:00
.gitignore Initial commit 2025-11-11 13:53:28 +01:00
app.js Initial commit 2025-11-11 13:53:28 +01:00
LICENSE Initial commit 2025-11-11 13:53:28 +01:00
package.json Initial commit 2025-11-11 13:53:28 +01:00
README.md Initial commit 2025-11-11 13:53:28 +01:00

webm-converter

An online WebM video converter, supports VP8 & VP9

How to run

  1. Clone the repository with git clone https://github.com/M336G/webm-converter.git, take a look at .env.example and create a .env file if you need to configure your server.
  2. Install Bun and run bun install to install dependencies.
  3. Start the project with bun run start!

How to use

Simply access / and upload the videos you want to convert!

Contributing

Pull requests are more than welcome to the project! Feel free to open one if you feel like something needs modification or if there is any problem with the codebase.

Credits

This project is licensed under the Mozilla Public License Version 2.0.