-
Notifications
You must be signed in to change notification settings - Fork 82
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
Create an animated GIF thumbnail from a video? #26
Comments
It's possible using FFMPEG but no current support in Ruby AV gem. |
I have been trying unsuccessfully to create an animated GIF from a video using FFMPEG settings. I have used the following settings so far. Any assistance would be much appreciated!
When I run custom_gif = CustomGif.new(gif: params['video']), I receive the following output:
And, when running custom_gif.save, I receive the following error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if this is a feature request or it belongs to SO :) Is it possible to create an animated GIF from videos?
The text was updated successfully, but these errors were encountered: