We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
looking at the original gifify gist, I noticed theres the --good option which does this:
--good
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
The text was updated successfully, but these errors were encountered:
Can you try some options from https://github.com/vvo/gifify#command-line-usage:
Let me know how it goes.
Sorry, something went wrong.
No branches or pull requests
looking at the original gifify gist, I noticed theres the
--good
option which does this: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
The text was updated successfully, but these errors were encountered: