Go to file
j ff5de3a375 add man pages 2012-08-12 19:01:28 +02:00
man add man pages 2012-08-12 19:01:28 +02:00
src add man pages 2012-08-12 19:01:28 +02:00
.bzrignore oxframe based on oggplayer, gst was hanging to often 2010-04-21 17:56:08 +03:00
Makefile add man pages 2012-08-12 19:01:28 +02:00
README add man pages 2012-08-12 19:01:28 +02:00
oxposterframe cleanup 2010-04-23 21:47:26 +03:00

README

oxframe - extract frames from ogg or webm videos

Usage: oxframe [options]

Options: 

  -x WIDTH, --width=WIDTH
                        scale image to given width
  -y HEIGHT, --height=HEIGHT
                        scale image to given height
  -p POS, --pos=POS     frame position in seconds, float
  -i INPUT, --input=INPUT
                        video input
  -o OUTPUT, --output=OUTPUT
                        path to save frame to, jpg, png supported
                        (defaults to png)
  -f FORMAT, --output=FORMAT
                        output format, jpg or png
                        if not provided detected from output extension

Latest version is at:
    bzr branch http://code.0x2620.org/oxframe

Dependencies:
    liboggz     git://git.xiph.org/liboggz.git
    liboggplay  git://git.xiph.org/liboggplay.git
    libtheora   https://svn.xiph.org/trunk/theora
    libvpx      http://git.chromium.org/webm/libvpx.git
    imlib2      http://sourceforge.net/project/showfiles.php?group_id=2

On Debian and Ubuntu you can install those with
    apt-get install \
      liboggz-dev liboggplay-dev libtheora-dev libvpx-dev libimlib2-dev

This repository contains a copy of libnestedd from
    git clone http://github.com/kinetiknz/nestegg.git