Really enjoying asciinema. I wrote a python script that automates screencasts and marker placements to auto update docs for a serial terminal device. The script writes the v2 asciinema format directly, and I use the player in hugo docs.
Now I’m automating the static code snippets for the docs. An ansi2html script handles colors, but I’m eventually going to need more VT100 processing so everything looks right.
It occurred to me that asciinema is doing something similar already. Is it possible to export the HTML of a frame from asciinema?
I’m also curious if the concept of a “frame” exists. Since in v3 the timestamp is an interval rather than absolute, I’d like the option of getting a snapshot at a particular step number rather than calculating the time. Kinda like adding a marker.