- Reduced top padding in canvas header for a more compact look.
- Adjusted canvas container to minimize empty space by changing expand behavior.
- Centered the canvas within its container for better positioning.
- Decreased bottom padding in timeline frame and label for a cleaner interface.
- Implemented a new thumbnail editor using Tkinter and MoviePy
- Added functionality to load video files and capture frames
- Created a modern user interface with a dark theme and responsive design
- Included tools for adding text and stickers to thumbnails
- Implemented export options for saving edited thumbnails
- Added default emoji stickers and functionality to load custom stickers
- Enhanced user experience with hover effects and modern button styles
- Converted layout from pack() to grid() for better control and responsiveness.
- Set minimum window sizes for MainApplication, ClipSelectionWindow, and ProgressWindow.
- Added dynamic font sizing and text wrapping based on window width.
- Implemented window resize handlers to adjust layouts and element sizes dynamically.
- Enhanced button and frame arrangements for better usability and touch-friendliness.
- Improved scrolling behavior in ShortsGeneratorGUI with a scrollable container.
- Ensured all elements adapt to various screen sizes for a consistent user experience.
- Implemented a new feature to show a processing preview for clips.
- Added a progress bar, elapsed time, and remaining time indicators.
- Utilized threading to keep the main application responsive during processing.
- Included buttons for previewing clips, opening videos, and exiting the application.
- Improved the rendering of subtitles in preview mode to highlight the currently selected word.
- Enhanced export functionality to create highlights for all words in sequence using preset settings.
- Updated the GUI to reflect changes in highlight word selection and preset slot navigation.
- Added error handling for subtitle creation and improved logging for better debugging.
- Introduced a new script for extracting subtitles and generating short clips based on loud moments in the audio.
- Updated JSON preset files to remove obsolete fields and ensure compatibility with the new features.
- Implemented a new subtitle generator tool using Tkinter for GUI.
- Added functionality to load video and SRT files, and display subtitles.
- Created text rendering using PIL for better font handling.
- Introduced preset saving and loading for subtitle settings and word selections.
- Added support for highlighting specific words in subtitles.
- Included multiple preset slots for different configurations.
- Created JSON files for storing presets and word selections.
- Added app.py for subtitle positioning tool using Tkinter and MoviePy.
- Integrated font selection and adjustable subtitle positioning.
- Implemented loading and saving of presets in JSON format.
- Added functionality to preview subtitles on video clips.
- Enhanced subtitle rendering with highlight effects.
- Created app2.py for advanced subtitle handling with SRT file support.
- Implemented SRT parsing and subtitle navigation in app2.py.
- Added system font detection for better font compatibility.
- Updated shorts_generator2.py to include GUI for shorts generation.
- Enhanced error handling and progress tracking in shorts generation.
- Created subtitle_generator.py for automatic subtitle generation from video.
- Added progress bar and user feedback in subtitle generation GUI.
- Updated subtitle_gui_presets.json and subtitles.srt for testing.
- Add shorts_generator.py and shorts_generator2.py (main scripts)
- Add README.md with project documentation
- Add requirements.txt with Python dependencies
- Add .gitignore to exclude video files and other unnecessary files