VideoPlayer is a C-extension in Python to read OGG video files.
You'll need those packages:
glib
libogg
libtheora
libswscale
(part offfmpeg
).
You'll also need some python package:
pip install -r requirements.txt
Build the extension:
python setup.py build_ext --inplace --force
To test this python package, we are using Big Buck Bunny trailers:
- OGG trailer (4.3MiB)
- IPhone trailer (3.8MiB)