This is a very short readme, I am sorry for that. I will create manpages
etc, when I find some time.

You can find more detailed information (in pdf) in the docs/ directory

This release (0.7) consists of the following tools:

oggJoin:
oggJoin will multiplex a number of video and audiostreams to one ogg file

oggSplit:
oggSplit will demultiplex a number of video and audio streams from an ogg file

oggDump:
oggDump will dump out an ogg file either by packets or by pages

oggCut:
oggCut is a command line tool, to cut a video- (and audio-) stream from a start position
to an end position.
Actually it searches the first keyframe at a time later than the starting
time, so your cutting area might be smaller than expected.

oggCat:
oggCat is a command line tool, to concatinate video (and audio-) streams.

oggLength:
returns the length of an ogg file (in msec)

oggScroll:
scrolls the video frame by frame by a key hit
The "+" will jump to the next keyframe (faster)
"q" will quit the scroll
Actually you have to place the focus to the main console manually!

oggSlideshow:
creates a slideshow from a number of pictures
please see the help page for more information

oggThumb:
creates thumbnails from a video
please see the help page for more information

oggResize:
resized ogg/theora video frames
please see the help page for more information

Required Software
-----------------

for oggCat oggCut oggDump oggSplit oggJoin oggLength:
NONE!! (No you no not need any ogg/theora/vorbis library for that

for oggSlideshow, oggThumb:
libogg
libtheora (>= 1.0)
 -> can both be found here: http://www.xiph.org/downloads/
libgd -> can be found here: http://www.libgd.org/Downloads/

for oggScroll:
libogg
libtheora (>= 1.0)
 -> can both be found here: http://www.xiph.org/downloads/
libSDL
 -> http://www.libsdl.org

If you have questions regarding the ogg video tools, write a mail
(yorn_at_gmx.net) or join the developers mailing list at

https://lists.sourceforge.net/lists/listinfo/oggvideotools-users

Have fun
Yorn
