mirror of
https://github.com/M336G/video-converter.git
synced 2026-07-28 22:16:19 +00:00
A video conversion API written in Rust! Supports .mp4, .mpeg, .mov, .mkv, .webm, .wmv & .avi!
- Rust 100%
| src | ||
| .env.example | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
video-converter
A video conversion API written in Rust! Supports .mp4, .mpeg, .mov, .mkv, .webm, .wmv & .avi!
Usage
- Download a binary from the releases tab or clone the repository (if you have Rust installed).
- Take a look at .env.example and create a
.envfile if you need to configure your server. - Execute the binary you downloaded or use
cargo run --releaseif you cloned the repository.
You may additionally need to forward the port you chose and/or allow incoming requests to that port on your firewall.
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.