13 lines
305 B
Text
13 lines
305 B
Text
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)
|
|
|