1OGGCAT(1) User Manuals OGGCAT(1)
2
3
4
6 oggCat - concatenates two ogg video files (.ogv, .ogg or oga)
7
9 oggCat outfile.ogv file1.ogv file2.ogv [ file3.ogv [...] ]
10
12 oggCat concatenates two or more ogg files.
13
14 The first ogg file defines the outline of the newly created file (with
15 the numbers of parallel streams). The other files are mapped to this
16 outline. So oggCat tries to find a matching stream (video and audio)
17 and complains if there were not enough matches found in a file. In that
18 case this file is omitted and is not inserted into the new file.
19
20 The video streams must match in size and framerate.
21
22 The audio streams must match in number of channels, samplerate and
23 datarate.
24
25
27 Joern Seger <yorn at gmx dot net> oggCut(1), oggJoin(1), oggSplit(1),
28 oggResize(1), oggSlideshow(1), oggThumb(1), oggSilence(1)
29
30
31
32Linux JULY 2009 OGGCAT(1)