NAME
oggCat - concatenates two ogg video files (.ogv, .ogg or oga)
SYNOPSIS
oggCat outfile.ogv file1.ogv file2.ogv [ file3.ogv [...] ]
DESCRIPTION
oggCat concatenates two or more ogg files.
The first ogg file defines the outline of the newly created file (with
the numbers of parallel streams). The other files are mapped to this
outline. So oggCat tries to find a matching stream (video and audio)
and complains if there were not enough matches found in a file. In that
case this file is omitted and is not inserted into the new file.
The video streams must match in size and framerate.
The audio streams must match in number of channels, samplerate and
datarate.
AUTHOR
Joern Seger <yorn at gmx dot net> oggCut(1), oggJoin(1), oggSplit(1),
oggResize(1), oggSlideshow(1), oggThumb(1), oggSilence(1)