Export frame to html

Hello,

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 also would like an option to export HTML, maybe something like

asciinema frame myrecording.cast --t=1.5 --output=castFrame

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.

Hi, @Ian slick site, nice integration and a perfect asciinema use case.

The keyboard help is hard to read, though, on Programmable Power Supply | Bus Pirate Docs

Even if you switch from dark to light mode.