VoylinsGamedevJourney / gozen

The modular video editor
https://youtube.com/@voylinsgamedevjourney
GNU General Public License v3.0
145 stars 22 forks source link

CoreTimeline #102

Closed voylin closed 2 weeks ago

voylin commented 3 weeks ago

CoreTimeline will be one of the most important Core parts together with CoreView. Inserting/cutting/resizing/... clips and handling tracks will all have to be handled through this script.

Audio Waveform image generation also has to be done by this core module as this is something most Timeline modules would want to use. I could make it flexible enough that people can still somewhat create their own style required for their module.