Displaying 1 result from an estimated 1 matches for "video_dir".
Did you mean:
video_dev
2009 Jun 15
0
python bindings update
...Interactive
File: /home/ondrej/repos/python-theora/theora.so
Docstring:
Provides a nice high level Python interface to a theora video stream.
It can read frames as numpy arrays or PIL images.
Example of usage::
>>> from theora import Theora, test_files, VIDEO_DIR
>>> t = Theora(test_files[2])
>>> print t
<Ogg logical stream 11f68f2c is Theora 720x576 25.00 fps
video, encoded frame
content is 720x576 with 0x0 offset, aspect is 16:15>
>>> t.read_frame()
True
[...]
and so on. The...