oxtimeline/README

19 lines
355 B
Text
Raw Normal View History

2010-10-16 15:48:00 +02:00
oxtimeline - create timeline from video
2011-10-07 17:51:30 +02:00
depends on
gstreamer 0.10.30 or newer
2010-11-25 15:11:11 +01:00
python-imaging
gst-python
numpy
2011-01-14 22:59:06 +05:30
python-ox
2010-11-25 15:11:11 +01:00
2011-10-07 17:51:30 +02:00
on ubuntu 10.04 you need
sudo add-apt-repository ppa:gstreamer-developers/ppa
2009-01-18 19:39:14 +11:00
Python API
2010-10-16 15:48:00 +02:00
import oxtimeline
2009-01-18 19:39:14 +11:00
2010-10-16 15:48:00 +02:00
timeline = oxtimeline.Timeline(videoFile)
2009-01-18 19:39:14 +11:00
timeline.extract(timeline_prefix, width, height)