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

quality question #24

Closed
max-mapper opened this issue Mar 17, 2015 · 1 comment
Closed

quality question #24

max-mapper opened this issue Mar 17, 2015 · 1 comment

Comments

@max-mapper
Copy link
Contributor

looking at the original gifify gist, I noticed theres the --good option which does this:

ffmpeg -i $1 -r 10 -vcodec png out-static-%05d.png
time convert -verbose +dither -layers Optimize -resize 600x600\> out-static*.png  GIF:- | gifsicle --colors 128 --delay=5 --loop --optimize=3 --multifile - > $1.gif
rm out-static*.png

I'm just curious, does this module do a similar trick? I'm asking because I just made this gif with gifify and it has lotsa weird artifacts

atom-shell-load-events

@vvo
Copy link
Owner

vvo commented Mar 18, 2015

Can you try some options from https://github.com/vvo/gifify#command-line-usage:

  • colors
  • compress

Let me know how it goes.

@vvo vvo closed this as completed Jun 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants