A video conversion API written in Rust! Supports .mp4, .mpeg, .mov, .mkv, .webm, .wmv & .avi!
Find a file
2025-08-07 20:25:25 +02:00
src first commit 2025-08-07 20:24:19 +02:00
.env.example first commit 2025-08-07 20:24:19 +02:00
.gitignore first commit 2025-08-07 20:24:19 +02:00
Cargo.toml unecessary import 2025-08-07 20:25:25 +02:00
LICENSE first commit 2025-08-07 20:24:19 +02:00
README.md first commit 2025-08-07 20:24:19 +02:00

video-converter

A video conversion API written in Rust! Supports .mp4, .mpeg, .mov, .mkv, .webm, .wmv & .avi!

Usage

  1. Download a binary from the releases tab or clone the repository (if you have Rust installed).
  2. Take a look at .env.example and create a .env file if you need to configure your server.
  3. Execute the binary you downloaded or use cargo run --release if 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.