No description
| bin | ||
| oxgst | ||
| oxposter | ||
| .bzrignore | ||
| README | ||
| setup.py | ||
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)