Commit Graph

1 Commits

Author SHA1 Message Date
cacaa5f2ac Refactor video rendering functionality in VideoEditor and introduce rendering module
This commit refactors the video rendering process in the VideoEditor class by delegating rendering tasks to a new rendering module. The _render_video_threaded and _render_video_worker methods are replaced with start_render_thread and pump_progress functions, enhancing code organization and maintainability. Additionally, the pyproject.toml file is updated to include the new rendering module, ensuring proper module recognition. This restructuring improves the overall clarity and efficiency of the video rendering workflow.
2025-09-16 17:38:39 +02:00