Skip to content
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

How to get gif to not loop? #85

Open
rmachad5 opened this issue Nov 6, 2017 · 2 comments
Open

How to get gif to not loop? #85

rmachad5 opened this issue Nov 6, 2017 · 2 comments
Labels

Comments

@rmachad5
Copy link

rmachad5 commented Nov 6, 2017

Wondering if there is an option where I can get gif to just stop.

@icholy
Copy link
Owner

icholy commented Nov 6, 2017

I think removing the -loop 0 flag would prevent it from looping

ttygif/ttygif.c

Line 200 in 96c8f88

StringBuilder_write(sb, "convert -loop 0 ");

@icholy
Copy link
Owner

icholy commented Mar 19, 2018

@rmachad5 you can try converting it from gif to gif with -loop 1

convert tty.gif -loop 1 tty._no_loop.gif

@icholy icholy added the feature label Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants