No description
Find a file
2011-10-07 18:00:17 +02:00
bin remove possible timeline tiles before extracting new once 2010-11-25 12:19:25 +01:00
oxtimeline use white instead of shades of gray 2011-02-23 16:19:16 +01: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 dont use bzr revno in setup 2011-10-07 18:00:17 +02:00

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)