Go to file
j 651cf95297 add pixel audio timeline 2012-03-09 13:50:17 +01:00
bin add pixel audio timeline 2012-03-09 13:50:17 +01:00
oxtimeline add pixel audio timeline 2012-03-09 13:50:17 +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 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)