22 lines
422 B
Text
22 lines
422 B
Text
oxgt-tools
|
|
|
|
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
|
|
|
|
video = oxgst.Video(videoFile)
|
|
video.frame(pos_in_nanoseconds)
|
|
>>> <PIL Image>
|
|
|
|
timeline = oxgst.Timeline(videoFile)
|
|
timeline.extract(timeline_prefix, width, height)
|
|
|