- You need PostgreSQL database (versions 15+ are supported)
- Run database_schema.sql on some database
- create .env file for sqlx with DATABASE_URL=<your_database_connection_string>
- install cargo (Rust 1.70+ should work)
- run cargo build --release
- you get binary
- You need PostgreSQL database (versions 15+ are supported)
- Run database_schema.sql on some database
- create folder "source" where will be folders, folder name = video id in database and each will include video.webm and thumbnail.avif
- run your compiled binary