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

New feature: Movie to Gif #7

Open
davidgatti opened this issue Jan 17, 2019 · 0 comments
Open

New feature: Movie to Gif #7

davidgatti opened this issue Jan 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@davidgatti
Copy link
Contributor

My Problem

There are many tools out there that can convert movies to GIF but they cost to much for what they do, have tragic UIs, or generate GIF with the wrong pallet color.

Solution

Use FFMPEG to convert images to GIF with the following features:

  • Update the GIF pallet based on the color average of the movie, so the GIF actually looks nice
  • Generate a GIF of the same resolution as the original movie
  • Have the ability to set the scaling factor for the GIF resolution so if needed the output could be for example 2 x smaller, 3 x smaller etc.
  • Make sure the output GIF is as small as possible.

And the Bash should not be interactive, it should accept parameters.

@davidgatti davidgatti added the enhancement New feature or request label Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants