VoylinsGamedevJourney / gozen_lite

Video editor made with Godot with FFmpeg
GNU General Public License v3.0
24 stars 4 forks source link

Project view #8

Open voylin opened 2 months ago

voylin commented 2 months ago

For this we need to make certain that the data structure between the UI and the actual project file line up correctly to not display the wrong stuff. This part has been handled for a little and will soon probably work. If I run into other stuff which may make it more difficult to complete this I'll add it here.

As for now, the biggest difficulty will be to get all the data to get to show the correct frame. Another big difficulty is Audio support as I haven't tackled the whole audio section yet ... at all. Even rendering out Audio is still a no-go at the moment. ^^"