VoylinsGamedevJourney / gozen

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

FFMPEG integration #47

Closed voylin closed 10 months ago

voylin commented 1 year ago

FFMPEG is needed for nearly all complicated functionalities inside of GoZen and will be responsible for following items:

This would provide us with codec support for nearly all video files.

The way to integrate ffmpeg is being tried by using GDExtensions and C#, we will use whatever works first.

voylin commented 10 months ago

The whole ffmpeg related stuff has been taking longer then I thought it would, it's slowly coming along. This part also moved out to a GDExtension which is being build in a separate repo.

voylin commented 10 months ago

We got basic ffmpeg functionalities, thumbnails will be for later however.