I'm facing a very odd issue using asciicast2gif: it successfully produces a GIF file from an Asciinema cast file, however at some point the resulting GIF playback "freezes" (around frame 59 of 77). I tried on various players/browsers, all of them face the same problem. This is really weird, because when I open the GIF in macOS's Preview, all the frames are there... Do you know what could cause this?
Here is the command I'm running to generate the GIF (I run it via Docker):
Hi 👋
I'm facing a very odd issue using asciicast2gif: it successfully produces a GIF file from an Asciinema cast file, however at some point the resulting GIF playback "freezes" (around frame 59 of 77). I tried on various players/browsers, all of them face the same problem. This is really weird, because when I open the GIF in macOS's Preview, all the frames are there... Do you know what could cause this?
Here is the command I'm running to generate the GIF (I run it via Docker):
The input
.cast
file (suffixed with.txt
because Github): exo_1.4.0.cast.txtThe resulting bogus GIF:
The correct Asciinema sequence can be played here: https://asciinema.org/a/4IXSk9XJ81aaDMmh0tTAqmjor
Thank you in advance!