Skip to content

Linkid/python-videoplayer

 
 

Repository files navigation

VideoPlayer

Tests Build status Supported Python versions PyPI version

VideoPlayer is a C-extension in Python to read OGG video files.

Setup

Dependencies

You'll need those packages:

  • glib
  • libogg
  • libtheora
  • libswscale (part of ffmpeg).

You'll also need some python package:

pip install -r requirements.txt

Native modules

Build the extension:

python setup.py build_ext --inplace --force

Tests

To test this python package, we are using Big Buck Bunny trailers:

About

VideoPlayer C-extension in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 47.8%
  • CMake 21.8%
  • Python 18.0%
  • Cython 12.4%