Go to file
j bc9cc2df3b use filenames inline with timeline urls 2011-10-14 16:42:01 +02:00
bin use filenames inline with timeline urls 2011-10-14 16:42:01 +02:00
oxtimeline use filenames inline with timeline urls 2011-10-14 16:42:01 +02:00
.bzrignore collect scripts in oxtools 2009-01-18 19:39:14 +11:00
README cleanup 2011-10-07 17:51:30 +02:00
setup.py fix setup 2011-10-08 10:29:29 +02: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)