Is there any way to convert .gif files to .webm files programatically?
Printable View
Is there any way to convert .gif files to .webm files programatically?
Do you want to convert many gif files so that you wind up with a webd file composed of images from several gif files
I found some links on google
... with VB6, not using external software.
Hi Conroy. Do you need WebM specifically, or will WebP work?
If WebP is acceptable, the FreeImage library (http://freeimage.sourceforge.net) is VB-friendly, and it integrates Google's official WebP library. You could use it + a small VB project to mass-convert GIFs to Google's WebP format.