From 63256ba8ad1b55940a02903e71fb13eedac07204 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 3 Apr 2018 13:39:40 +0530 Subject: [PATCH] use markdown --- README | 37 ------------------------------------- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 37 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index d4e97e5..0000000 --- a/README +++ /dev/null @@ -1,37 +0,0 @@ -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 - diff --git a/README.md b/README.md new file mode 100644 index 0000000..016ebb4 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# 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 +