oxtimeline/README

17 lines
345 B
Plaintext
Raw Normal View History

2010-10-16 13:48:00 +00:00
oxtimeline - create timeline from video
depends on gstreamer 0.10.30 or newer
2010-11-25 14:11:11 +00:00
python-imaging
gst-python
numpy
on ubuntu 10.04 you need
sudo add-apt-repository ppa:gstreamer-developers/ppa
2009-01-18 08:39:14 +00:00
Python API
2010-10-16 13:48:00 +00:00
import oxtimeline
2009-01-18 08:39:14 +00:00
2010-10-16 13:48:00 +00:00
timeline = oxtimeline.Timeline(videoFile)
2009-01-18 08:39:14 +00:00
timeline.extract(timeline_prefix, width, height)