2010-08-04 09:53:10 +00:00
|
|
|
oxtools
|
|
|
|
|
|
|
|
depends on gstreamer 0.10.30 or newer
|
|
|
|
|
|
|
|
on ubuntu 10.04 you need
|
|
|
|
sudo add-apt-repository ppa:gstreamer-developers/ppa
|
2009-01-18 08:39:14 +00:00
|
|
|
|
|
|
|
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)
|
|
|
|
|