oxtimeline as stand alone package

This commit is contained in:
j 2010-10-16 15:48:00 +02:00
commit 399e7d328b
21 changed files with 13 additions and 365 deletions

20
README
View file

@ -1,27 +1,13 @@
oxtools
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
Tools
oxframe
C version in its own repos at http://code.0x2620.org/oxframe/ now
oxtimeline
create timeline from video
oxposter
render 0xdb poster
oxicon
extract icon from frame
Python API
import oxgst
import oxtimeline
video = oxgst.Video(videoFile)
video.frame(pos_in_nanoseconds)
>>> <PIL Image>
timeline = oxgst.Timeline(videoFile)
timeline = oxtimeline.Timeline(videoFile)
timeline.extract(timeline_prefix, width, height)