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

Use graphicsmagick as node module instead of command #8

Open
aloncarmel opened this issue Mar 31, 2014 · 2 comments
Open

Use graphicsmagick as node module instead of command #8

aloncarmel opened this issue Mar 31, 2014 · 2 comments

Comments

@aloncarmel
Copy link

Use gm as node module dependency and not command line local install, This will let users use imagemagick instead for convert.

  • Side question, whats the idea behind the .png convert? why isnt ffmpeg being used to convert from movie to gif all together?
@aloncarmel
Copy link
Author

ffmpeg -i yesbuddy.mov -pix_fmt rgb24 output.gif for example

@jnorris441
Copy link

I assume it's because the ffmpeg palette for GIF is fixed, so the resulting GIF looks terrible. I wish there was a way around that since skipping the PNGs is so much faster...

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