Go to file
j e7309c6d44 lets try this 2009-06-21 15:42:10 -04:00
bin lets try this 2009-06-21 15:42:10 -04:00
oxgst lets try this 2009-06-21 15:42:10 -04:00
oxposter collect scripts in oxtools 2009-01-18 19:39:14 +11:00
.bzrignore collect scripts in oxtools 2009-01-18 19:39:14 +11:00
README collect scripts in oxtools 2009-01-18 19:39:14 +11:00
setup.py add oxposterframe, create 8 line timeline 2009-01-19 11:45:28 +11:00

README

oxgt-tools

Tools
  oxframe
    get frame from movie, image can be resized by adding --width or --height
  oxtimeline
    create timeline from video
  oxinfo
    output information about video, output can in xml, json or cfg format
  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)

  info = oxgst.Info(videoFile)
  info.metadata
  {videoCodec:..}