How can I export the screen frames, either as images or gif? #2492
Unanswered
darrenparkinson
asked this question in
Q&A
Replies: 2 comments 4 replies
-
There is no easy way to output a GIF animation. I would do
If the quality is not good, APNG is another options. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Easiest way to do it if you don't need perfect quality is just to record the screen with OBS or something similar, and then convert it to a GIF using something like GifCurry (on Linux), or use a screen recorder. EDIT: Oh, or yeah, just render images for each frame and create a GIF yourself. This process would actually be fairly easy to package up if you wanted to make it accessible to others, as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just tried ebitengine for an AoC visualisation. I was wondering how I might easily save the resulting visualisation as a gif?
I tried the EBITENGINE_INTERNAL_IMAGES_KEY and also the EBITENGINE_SCREESHOT_KEY, but not sure they are exactly what I'm after (although I can't quite figure out what the EBITENGINE_INTERNAL_IMAGES_KEY is for 😬)
Overall there would be about 240 frames from start to finish. I could advance each frame by pressing a key followed by the screenshot key, but it feels like there is probably a better solution.
Any thoughts or pointers in the right direction greatly appreciated.
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions