Indeed, that is Andrzej Kilijański in the video, not me. He has a calmer voice than my presentations 
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  We even have a board with planned features on Sprite Sheet Editor · GitHub , and some more are still on Trello: Trello .
 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).pnginexamples/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  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
 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 