Go to file
j 83db829cf8 fix 64px timelines 2010-08-20 12:11:17 +02:00
bin deal with relative path 2010-08-20 10:31:31 +02:00
oxgst fix 64px timelines 2010-08-20 12:11:17 +02:00
oxposter update dependency to python-ox 2009-10-12 13:52:31 +02:00
.bzrignore collect scripts in oxtools 2009-01-18 19:39:14 +11:00
README update singledecodebin to latest version from pitivi 2010-08-04 11:53:10 +02:00
setup.py dont install removed tools(one more) 2010-07-23 16:04:17 +02:00

README

oxtools

    depends on gstreamer 0.10.30 or newer
    
    on ubuntu 10.04 you need
    sudo add-apt-repository ppa:gstreamer-developers/ppa

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)