Skip to content Skip to sidebar Skip to footer

Lib/api For Create Small Gif From Video?

I want to create GIF from the existing Video. I have search for related question but I did not find any link which can help me. I was looking for any library or API that can help m

Solution 1:

Take look on JMF (Java Media Framework). It will take you some time to learn basics. Then you will able to do this. I do not have a code sample with me now but as far as I remember you have to create player, then retrieve from it appropriate "control" that provides you access to frames.

Here is an example for start: http://khemsoi.blogspot.com/2006/03/jmf-frame-grabber.html

Post a Comment for "Lib/api For Create Small Gif From Video?"