Go to file
j 22508bc9f0 imlib2-config->pkg-config 2023-06-08 00:24:50 +02:00
man add man pages 2012-08-12 19:01:28 +02:00
src update nestegg, remove halloc 2016-08-29 14:37:33 +02:00
.bzrignore oxframe based on oggplayer, gst was hanging to often 2010-04-21 17:56:08 +03:00
Makefile imlib2-config->pkg-config 2023-06-08 00:24:50 +02:00
README.md use markdown 2018-04-03 13:39:40 +05:30
oxposterframe use python3 2018-07-06 13:18:15 +02:00

README.md

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:

git clone https://code.0x2620.org/0x2620/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