Commit Graph

8 Commits

Author SHA1 Message Date
klop51
8f64345335 feat: Enhance video editing effects with real-time controls and fullscreen support
- Added ripple effect with adjustable intensity and frequency, including time controls for start and end.
- Implemented fade effect with time-based controls for smoother transitions.
- Introduced text overlay functionality with time controls for displaying text during specific intervals.
- Created a fullscreen mode for video playback, allowing users to toggle fullscreen and exit with ESC or F11.
- Added keyboard shortcuts for playback control, frame navigation, and seeking.
- Improved UI with clear buttons for managing effects and enhanced interaction for clip resizing and moving.
- Updated effect application methods to support real-time preview during editing.
2025-08-12 22:32:27 +02:00
klop51
c9fc7c8d80 feat: Enhance ShortsEditorGUI with media bin for drag-and-drop functionality and timeline clip management 2025-08-12 19:19:24 +02:00
klop51
d589700d7a fix: resolve merge conflicts and improve Audio 2 visibility 2025-08-12 18:18:19 +02:00
klop51
76b89dc412 Refactor code structure for improved readability and maintainability 2025-08-12 18:10:28 +02:00
klop51
60b9d4038b feat: Add comprehensive coding pattern and documentation guidelines 2025-08-11 23:28:39 +02:00
klop51
a029a670a4 Enhance ShortsEditorGUI with tabbed tool interface and OpenCV support
- Introduced a tabbed interface for editing tools, including Basic Editing, Video Effects, Audio Effects, and Export tabs.
- Added support for additional video tracks and adjusted layout for better usability.
- Implemented OpenCV-based alternatives for trimming, speed adjustment, volume control, fade effects, text overlay, and resizing when MoviePy is unavailable.
- Improved track visualization with road lines and synchronized scrolling between track panel and timeline.
- Enhanced user feedback with success and error messages for various operations.
2025-08-11 23:06:20 +02:00
klop51
291cefc44f feat: Implement professional timeline features with multi-track support and enhanced editing controls 2025-08-11 00:14:06 +02:00
klop51
809e768cae Add Professional Video Editor with timeline controls and real-time preview
- Implemented a standalone video editor for editing generated shorts.
- Integrated OpenCV for basic video playback and MoviePy for advanced editing features.
- Added functionalities including video trimming, speed control, volume adjustment, fade effects, and text overlays.
- Created a modern GUI using Tkinter with responsive design and a professional color scheme.
- Included detailed README documentation outlining features, usage, and installation requirements.
2025-08-10 21:05:36 +02:00