Go to file
j 38261db238 update classifiers 2010-11-03 22:27:29 +01:00
bin add audio timeline, cleanup video timeline 2010-11-03 22:20:24 +01:00
oxtimeline no need to get caps twice 2010-11-03 22:21:44 +01:00
.bzrignore collect scripts in oxtools 2009-01-18 19:39:14 +11:00
README oxtimeline as stand alone package 2010-10-16 15:48:00 +02:00
setup.py update classifiers 2010-11-03 22:27:29 +01:00

README

oxtimeline - create timeline from video

    depends on gstreamer 0.10.30 or newer
    
    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)