1OGGSPLIT(1) User Manuals OGGSPLIT(1)
2
3
4
6 oggSplit - demultiplexes ogv files
7
9 oggSplit file.ogv
10
12 oggSplit demultiplexes a multiplexed ogg file into several files with
13 one stream each.
14
15 An ogg video file (with extension .ogv) usually consist of an audio and
16 a video stream. The command line tool oggSplit disjoins these streams
17 into separate files. This is also often called demultiplexing.
18
19 After that you have all embedded files of this input file with the fol‐
20 lowing naming:
21
22 theora_<ID>.ogv: This is the video stream encoded with the theora
23 codec. The <ID> is the stream ID that is created by the encoder to
24 uniquely identify this stream.
25
26 vorbis_<ID>.oga: This is the audio stream encoded with the vorbis
27 codec. The <ID> is the stream ID that is created by the encoder to
28 uniquely identify this stream.
29
30 unknown_<ID>.ogv: This is an unknown stream, that could not be inter‐
31 preted. The <ID> is the stream ID that is created by the encoder to
32 uniquely identify this stream.
33
34 All files are fully playable with your favoured video or audio player
35 (except the streams, that are uninterpreted).
36
37
39 Joern Seger <yorn at gmx dot net>
40
41
43 oggCut(1), oggCat(1), oggJoin(1), oggTranscode(1), oggSlideshow(1),
44 oggThumb(1), oggSilence(1)
45
46
47
48Linux JAN 2010 OGGSPLIT(1)