question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setting the speed of an asciinema cast SVG?

See original GitHub issue

We’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:open
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
miraclxcommented, May 17, 2020

As a workaround, you can re-record the cast

asciinema rec final -c "asciinema play recording --speed 2"

And thereafter, use svg-term to compile

svg-term --in final --out final.svg
2reactions
marioneblcommented, Oct 8, 2018

Before I get started, would you mind adding a LICENSE.md file (example) to the repo with the MIT License text? The MIT license terms require

@dhimmel Thanks for the reminder, added it via https://github.com/marionebl/svg-term-cli/commit/fcedbdb2dc5f8b21b8ff6017ab4ced7b3878e8d5.

[…] I have little JS experience, but this seems like a good opportunity for me to learn if you’re willing to review / help if I get stuck.

I’m happy to help and unblock you during the process 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found