oxtimeline/README

23 lines
422 B
Text
Raw Normal View History

2009-01-18 08:39:14 +00:00
oxgt-tools
Tools
oxframe
C version in its own repos at http://code.0x2620.org/oxframe/ now
2009-01-18 08:39:14 +00:00
oxtimeline
create timeline from video
oxposter
render 0xdb poster
oxicon
extract icon from frame
Python API
import oxgst
video = oxgst.Video(videoFile)
video.frame(pos_in_nanoseconds)
>>> <PIL Image>
timeline = oxgst.Timeline(videoFile)
timeline.extract(timeline_prefix, width, height)