Releases: willbearfruits/datamosh-gui
Releases · willbearfruits/datamosh-gui
v1.0.0 - Initial Release
Datamosh GUI v1.0.0
First stable release! 🎉
Features
- Interactive Tkinter GUI for datamosh effects
- Hardware-accelerated video preview (OpenCV)
- Professional timeline editor with frame markers
- Keyboard shortcut system
- Drag-and-drop support
- Multiple normalization presets (Fast, Balanced, Sharp)
- P-frame duplication for enhanced glitch effects
- NEW: Frame export functionality
- NEW: Adaptive preview width
- NEW: Improved scaling quality
- Comprehensive logging framework
- Full test suite with pytest
Downloads
Linux (Recommended)
- Datamosh-GUI-x86_64.AppImage - Portable, no installation required
- Simply download, make executable, and run
- Requires ffmpeg installed separately
Windows & macOS
- Build instructions provided in BUILD_INSTRUCTIONS.md
- Pre-built binaries coming soon
Installation
Linux
chmod +x Datamosh-GUI-x86_64.AppImage
./Datamosh-GUI-x86_64.AppImageRequirements
- ffmpeg (must be installed separately)
- Linux:
sudo apt install ffmpeg - macOS:
brew install ffmpeg - Windows: Download from ffmpeg.org
What's New
- Frame export: Export current preview frame as PNG/JPEG
- Adaptive preview: Automatically adjusts to screen size
- Better quality: INTER_AREA scaling for superior downscaling
- Logging: Professional logging to file and console
- Tests: pytest suite for code quality
Documentation
- README.md - User guide
- BUILD_INSTRUCTIONS.md - Building for all platforms
- CHANGELOG.md - Detailed change history
Full Changelog: https://github.com/willbearfruits/datamosh-gui/commits/v1.0.0