Releases: nokarin-dev/FrameExtractor
Releases · nokarin-dev/FrameExtractor
v1.0.6
v1.0.6 ( 09/08/2025)
Added
- Dedicated logging window for better visibility of process details.
- "Log" button on the main window for quick access to logs.
- Tooltips for buttons to provide clearer guidance.
Improvements
- Removed extra spacing around the progress bar for a more compact and streamlined GUI.
v1.0.5
v1.0.5 (07/08/2025)
First public release of FrameExtractor (Avalonia Edition)
Added
- Brand-new UI built with Avalonia UI for cross-platform support
- FFmpeg integration with automatic detection and fallback installation
- Frame extraction between Start Time and End Time (
HH:MM:SS
) - FPS setting with custom frame rate (e.g. 5, 10, 24, 60)
- Support for PNG, JPG, and JPEG output formats
- Output directory and frame name prefix customization
- Real-time status feedback with progress indicator
- Works on Windows and Linux
- Publish-ready standalone builds via
.NET 8
- New fresh GUI
Release v1.0.4
v1.0.4
Features
- Input video and output directory fields are now side-by-side with "Browse" buttons.
- Automatically detects video duration and sets the "End Time" using
ffprobe
. - Added a progress dialog while extracting frames to improve user feedback.
Fixes
- Time fields, directory fields, and settings are now horizontally aligned for better UX.
- FFmpeg error dialog no longer renders off-screen; now centered and resizable.
- FFmpeg invalid patterns
Enhancements
- Auto-installs FFmpeg if not found, with confirmation dialog.
- Overall UX improvements for smoother navigation and frame extraction process.
- FFmpeg error logs are shown in a scrollable, modal dialog for better debugging.
Release v1.0.3
Changelog for v1.0.3
- fix no GUI on windows
Release v1.0.2
Changelog for v1.0.2
- fix missing qt library