mirror of
https://github.com/M336G/webm-converter.git
synced 2026-07-28 22:25:58 +00:00
An online WebM video converter, supports VP8 & VP9
- JavaScript 79.6%
- CSS 12.4%
- HTML 8%
| public | ||
| utils | ||
| .env.example | ||
| .gitignore | ||
| app.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
webm-converter
An online WebM video converter, supports VP8 & VP9
How to run
- Clone the repository with
git clone https://github.com/M336G/webm-converter.git, take a look at .env.example and create a.envfile if you need to configure your server. - Install Bun and run
bun installto install dependencies. - 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.