2009-01-18 08:39:14 +00:00
|
|
|
oxgt-tools
|
|
|
|
|
|
|
|
Tools
|
|
|
|
oxframe
|
2010-07-13 07:12:43 +00:00
|
|
|
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)
|
|
|
|
|