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

This release (0.4) mainly consists of four 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!


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

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

for oggScroll:
libogg     
libtheora
 -> 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@gmx.net) or join the developers mailing list at

http://lists.streamnik.de/mailman/listinfo/streamnik-server-dev

Have fun
Yorn
