-
Notifications
You must be signed in to change notification settings - Fork 312
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
What is happening #23
Comments
Tried with: > ffmpeg -version
ffmpeg version 2.5.4 Copyright (c) 2000-2015 the FFmpeg developers
> gifify -V
2.1.1
> gifsicle --version
LCDF Gifsicle 1.82
> convert -version
Version: ImageMagick 6.9.0-5 Q16 x86_64 2015-02-12 http://www.imagemagick.org
> gifify -V
2.1.1 Then: gifify slurp.mp4 --resize 200:-1 -o slurp.gif And: Seems like not resizing failed for me, maybe give it another try. |
Tried with
Seems that you really need the resize options or it doesn't work. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i'm doing
gifify slurp.mp4 -o slurp.gif
it creates the
slurp.gif
but with 0 bytes and no activity on the command line. I'm using version2.1.1
on osx maveriks.Is there any way to get progress or stdout activity?
The file is on github
The text was updated successfully, but these errors were encountered: