gifify icon indicating copy to clipboard operation
gifify copied to clipboard

😻 Convert any video file to an optimized animated GIF.

Results 27 gifify issues
Sort by recently updated
recently updated
newest added

``` shell $ gifify in.mp4 -o out.gif ``` results in: ``` shell Could not find gifsicle. Is it installed? More info: https://github.com/vvo/gifify#requirements ``` which can be solved with: ``` shell...

When installing giflossy it says: ``` Could not find gifsicle. Is it installed? More info: https://github.com/vvo/gifify#requirements ``` When installing gifsicle it say: ``` gifsicle needs lossy ``` Using cli interface...

Let’s get this working without the extra dep!

![image](https://cloud.githubusercontent.com/assets/13254781/17274292/75adc642-570d-11e6-8dd3-603f769a5a99.png)

question

Upgrade dependencies and usage for moment and moment-duration-format for compatibility with projects that use a newer version of moment.

I want to pass some filter options to ffmpeg. Currently, I have to re-encode the video through ffmpeg then call gifify. I think we can have an option to avoid...

Hi, Hope you're well Thanks for software `--resize` not working for me today, wondering if anyone else has any issues too..? Input: `gifify [url] --resize 360:-1` Output: Successful but gif...

Hey there. I'm trying to convert using the following command: ``` gifify tide\ 1_.mov -o tide_backend.gif --resize '900:-1' ``` however I get the following error without anything else: ``` convert...

Hi, I have seen how good your app looks and the functions it has, I would like to make a contribution to the logo design for your app. I am...

I have generated the following gif from a clip captured from a NES emulator. ![output](https://user-images.githubusercontent.com/260113/43367807-3e10b724-9353-11e8-92e8-210a0bd72337.gif) I generated with the option --fps 60 on the command line, but the resulting gif...