HDR to SDR Converter 2.0.0 Release Notes
Features
- HDR Frame Extraction: Extract frames from HDR videos while preserving HDR properties, ensuring accurate representation on HDR displays.
 - Gamma Correction: Apply gamma correction to extracted frames for better control over image brightness and contrast.
 - Enhanced Video Properties Retrieval: Retrieve detailed video properties such as width, height, bit rate, codec name, frame rate, audio codec, audio bit rate, and duration using ffmpeg.
 - Improved User Interface: Redesigned GUI with better layout management, reducing excess space and improving usability.
 - Multi-core Processing: Utilize multiple CPU cores for faster video conversion, leveraging the full power of your hardware.
 - Error Handling and Logging: Enhanced error handling and logging for better debugging and traceability.
 - Drag and Drop Support: Added drag-and-drop functionality for easier file selection, allowing users to drag files directly into the application window.
 
Improvements
- New UI: Looks much nicer. Dark mode.
 - Optimized ffmpeg Commands: Refactored ffmpeg command execution to prevent console windows from appearing during conversion, providing a smoother user experience.
 - Code Refactoring: Reduced code duplication and improved maintainability by refactoring common functions.
 - Logging Configuration: Centralized logging configuration to easily enable or disable logging without modifying individual log statements.
 - Github Actions Tests
 - Fully Standalone
 
Bug Fixes
- Fixed an issue where the frame rate displayed incorrectly for certain videos.
 - Resolved discrepancies in video dimensions during conversion.
 - Resolved cancel button visual bug.
 - Fixed bug where ffmpeg and PIL were not encapsulated in the exe