- 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.
1 line
367 B
JSON
1 line
367 B
JSON
{"subtitle_y_px": 1550, "highlight_offset": 3, "font_size_subtitle": 65, "font_size_highlight": 65, "highlight_x_offset": 26, "video_path": "C:/Users/braul/Desktop/shorts_project/shorts/short_1.mp4", "font": "Arial", "srt_path": "C:/Users/braul/Desktop/shorts_project/subtitles.srt", "highlight_word_index": -1, "highlight_start_time": 0.1, "highlight_duration": 1.5} |