Hi all,
Here a wrapper to the WEBM format codec. I found the source code for WEBM encoding and decoding in the internet (dont really remember where), I took the compiled lib and the headers and compiled it into a dll (created vpxmt.dll from vpxmt.lib).
Then, I used gccxml (compiled in my cygwin env) and some changed python files from ctypes.wrap to import the library to python.
It requires python only (I tested it on python 2.7). The rest of the things are in the source control.
It requires python only (I tested it on python 2.7). The rest of the things are in the source control.
Ofir.