Setting the speed of an asciinema cast SVG?
See original GitHub issueWe’re using this utility to create animated SVGs of a terminal recording, as per https://github.com/greenelab/manubot/issues/63 and https://github.com/greenelab/manubot/pull/64.
Is it possible to change the speed (i.e. increase / decrease framerate) of the SVG export? I am looking for an equivalent of asciinema’s speed
parameter, e.g. https://asciinema.org/a/205085?speed=2.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Usage - Asciinema
This command uploads given asciicast (recorded by rec command) to asciinema.org, where it can be watched and shared. asciinema rec demo.cast + asciinema...
Read more >asciicast: Create 'Ascii' Screen Casts from R Scripts
Description Record 'asciicast' screen casts from R scripts. Convert them to animated SVG images, to be used in 'README' files, or blog posts....
Read more >Record an asciinema screencast in asciicast - Rdrr.io
record: Record an asciinema screencast. In asciicast: Create 'Ascii' Screen Casts from R Scripts ... Average typing speed, per keypress, in seconds.
Read more >asciinema - PyPI
asciinema rec first.cast. Now replay it with double speed: asciinema play -s 2 first.cast. Or with normal speed but with idle time limited ......
Read more >Create Ascii Screen Casts from R Scripts • asciicast
Record asciicast screen casts from R scripts. Convert them to animated SVG images, to be used in README files, or blog posts. Includes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As a workaround, you can re-record the cast
And thereafter, use
svg-term
to compile@dhimmel Thanks for the reminder, added it via https://github.com/marionebl/svg-term-cli/commit/fcedbdb2dc5f8b21b8ff6017ab4ced7b3878e8d5.
I’m happy to help and unblock you during the process 👍