Displaying 2 results from an estimated 2 matches for "module_theora".
2009 Jun 15
0
python bindings update
...the python wrappers on them
* every single method has a docstring with a doctested example
* sphinx documentation added, see the link above
* couple minor changes, like better control what arrays go to the encoder
I suggest you browse the theora module docs:
http://certik.github.com/python-theora/module_theora.html
and go over the examples. This should give you an idea what is
possible with the bindings already. There is also a nice index:
http://certik.github.com/python-theora/genindex.html
Btw, all of this was done automatically by the sphinx documentation
tool. Here is for example the source code t...
2010 Jan 21
0
python-theora: some comments
Hi,
here's a list of comments on python-theora:
1) http://certik.github.com/python-theora/module_theora.html#class-theora
uses theora.test_files but setup.py does not install the test files so
using this API fails with
Traceback (most recent call last):
File "browse-video.py", line 4, in <module>
t = theora.Theora(theora.test_files[2])
File "theora.pyx", line 209,...