A lightweight, fast desktop application for converting image and video files across multiple formats. Built with Rust and Tauri.
Input & Output: PNG, JPG, JPEG, BMP, GIF, TIFF, WEBP, ICO, CUR, PPM, PGM, PBM, AVIF, HEIC, EXR, DDS, TGA, FITS, DCM, PCX, PFM Input Only: SVG, PDF, PSD, PSB
Input & Output: MP4, MKV, MOV, WEBM, AVI, FLV, MPG, MPEG, TS, M2TS, MTS, OGV, OGG
- Go to releases
- Download the latest release
- Run it
# Clone the repository
git clone https://github.com/TerraEgg/cnvrt.git
cd cnvrt
# Install dependencies
pnpm install
# Run development build
pnpm tauri dev
# Build production executable
pnpm tauri buildFFmpeg is required for video conversion and is automatically downloaded on first video conversion:
- Application detects missing FFmpeg on first video conversion
- Automatically downloads from FFbinaries GitHub (~100MB)
AI was used for locating & fixing bugs along side organizing certain parts of the code.
MIT License - See LICENSE file for details
Built with: