-
v0.1.1 Stable
released this
2026-02-05 13:51:22 -06:00 | 0 commits to master since this releasev0.1.1
Add automatic FFmpeg download for Windows
FFmpeg is now automatically downloaded on first run if not found, eliminating the need for manual setup on Windows.
Changes
- FFmpeg auto-downloads (~100MB) on first launch when not found in PATH
- Simplified build instructions - removed vcpkg requirement for Windows
- Graceful degradation: if FFmpeg download fails, image conversion still works (video features disabled)
- Added warning banner in UI when video conversion is unavailable
v0.1.0
Initial release
A native GUI application to convert images and videos to AVIF format.
Features
- Drag and drop files or use the file picker
- Batch conversion with job queue
- Animated AVIF support - convert GIFs and videos
- Alpha channel preservation from GIF, PNG, and video sources
- Configurable quality settings (separate controls for color and alpha)
- Speed/quality tradeoff (encoder speed 0-10)
- Lossless mode for perfect quality output
- Console log for monitoring conversion progress
Supported Formats
- Images: GIF (animated), PNG, JPEG, WebP
- Videos: MP4, MOV, WebM, MKV, AVI, M4V
Platforms
- macOS (
.dmg,.app) - Linux x86_64 (
.deb,.rpm,.tar.gz) - Windows x86_64 (
.zip)
Downloads