CGE Sprite Editor

Indeed, that is Andrzej Kilijański in the video, not me. He has a calmer voice than my presentations :slight_smile:

I’m happy you like the video.

As for the sprite sheet editor: we’re aware of many features we could add it to this, and they will happen at some point :slight_smile: We even have a board with planned features on Sprite Sheet Editor · GitHub , and some more are still on Trello: Trello .

As for loading the video, see the other thread Make sprite sheet out of Avi file - #7 by michalis . Right now we don’t integrate loading the video in sprite sheet editor, as our current solution to videos is using ffmpeg on the command-line internally, which is not efficient for larger videos. So for now, this is not part of the sprite sheet editor – you have to use other application:

  • https://ffmpeg.org/ on the command-line, execute ffmpeg -i my.avi -y -qscale 1 -f image2 image%d.png,

  • or load the image and save to image@counter(1).png in examples/images_videos/simple_video_editor.lpr .

Of course this situation may be improved at some point to have proper support for videos across the board :slight_smile: This means better integration with ffmpeg, as a library – so it’s a bigger task, that needs to be prioritized versus other tasks we have. But it will surely happen at some point, I am watching how people are using CGE on forum and Discord :slight_smile: