Closed voylin closed 11 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.
We got basic ffmpeg functionalities, thumbnails will be for later however.
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.