Go to file
j c8ea3db3d7 mention python-ox 2011-01-14 22:59:06 +05:30
bin remove possible timeline tiles before extracting new once 2010-11-25 12:19:25 +01:00
oxtimeline add dependencies 2010-11-25 15:11:16 +01:00
.bzrignore collect scripts in oxtools 2009-01-18 19:39:14 +11:00
README mention python-ox 2011-01-14 22:59:06 +05:30
setup.py use bzr_version 2010-11-25 11:32:10 +01:00

README

oxtimeline - create timeline from video

    depends on gstreamer 0.10.30 or newer
    python-imaging
    gst-python
    numpy
    python-ox

    on ubuntu 10.04 you need
    sudo add-apt-repository ppa:gstreamer-developers/ppa

Python API
  import oxtimeline
  
  timeline = oxtimeline.Timeline(videoFile)
  timeline.extract(timeline_prefix, width, height)