-
I am currently implement console app that take in a video and make a gif from that video. Right now, I was able to extract several frames from a video and save it as images using FFmpegFrameGrabber and ImageIO. So, I want to ask is there a way to make those images into a GIF? |
Beta Was this translation helpful? Give feedback.
Answered by
saudet
Jun 2, 2022
Replies: 1 comment
-
We can use FFmpegFrameRecorder for that, but it's probably easier to just use the ffmpeg program: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
taextreme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can use FFmpegFrameRecorder for that, but it's probably easier to just use the ffmpeg program:
http://bytedeco.org/javacpp-presets/ffmpeg/apidocs/org/bytedeco/ffmpeg/ffmpeg.html