Hello folks, My query is regarding gfycat.com . If any one knows about this site, they are converting bigger videos into short gif files. My query is about whether its a programming concept by website behind all this or they are using any software for this. If its a software then where can I get it online paid or free.I really want urgent can you help me out. I am working on one of my site for which I need same function with more addons. Any useful info. on this site will also be welcomed. With regards,
I don't know about other software, but Java Media Framework could do that. You can google for JMF framework for the job.
Gfycat converts .gif files to .webm format. The easiest solution for you would be using ffmpeg (https://ffmpeg.org/) and a PHP driver which can be obtained at https://github.com/PHP-FFMpeg/PHP-FFMpeg/.