-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting the speed of an asciinema cast SVG? #36
Comments
That is a great suggestion - currently this is not implemented but shouldn’t be to hard to change that. We would need to
Want to lend a hand? |
Hey @marionebl thanks for the straightforward explanation of how to implement this. 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. Before I get started, would you mind adding a
|
@dhimmel Thanks for the reminder, added it via fcedbdb.
I'm happy to help and unblock you during the process 👍 |
@dhimmel let me know if you need any help with this. I'm a javascript beginner as well but needed this feature today so I'm happy to contribute. |
I was looking forward to trying this out, but just haven't had the time and
it's been a few weeks... So I'd say go ahead and if you make the
enhancement that's great, but if not maybe I'll find time in the future.
Cheers
…On Sun, Oct 28, 2018, 2:57 AM Benjamin Lee ***@***.***> wrote:
@dhimmel <https://github.com/dhimmel> let me know if you need any help
with this. I'm a javascript beginner as well but needed this feature today
so I'm happy to contribute.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABEOBx_8EpH8XRY2Hm7g2wYikEi_TV4Fks5upVVCgaJpZM4XMErn>
.
|
@marionebl I tried your suggestions, but this ^ seems to only create animation from the first |
As a workaround, you can re-record the cast asciinema rec final -c "asciinema play recording --speed 2" And thereafter, use svg-term --in final --out final.svg |
We're using this utility to create animated SVGs of a terminal recording, as per manubot/manubot#63 and manubot/manubot#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.The text was updated successfully, but these errors were encountered: