1OGMDEMUX(1)                      User Commands                     OGMDEMUX(1)
2
3
4

NAME

6       ogmdemux - Extract streams from OGG/OGM files into separate files
7

SYNOPSIS

9       ogmdemux [options] inname
10

DESCRIPTION

12       This  program  extracts all or only some streams from an OGM and writes
13       them to separate files.
14
15       inname Use 'inname' as the source.
16
17       -o, --output out
18              Use 'out' as the base for destination file names.  '-v1', '-v2',
19              '-a1',  '-t1'...  will  be  appended  to this name. Default: use
20              'inname'.
21
22       -a, --astream n
23              Extract specified audio stream. Can  be  used  more  than  once.
24              Default: extract all streams.
25
26       -d, --vstream n
27              Extract  specified  video  stream.  Can  be used more than once.
28              Default: extract all streams.
29
30       -t, --tstream n
31              Extract specified text stream.  Can  be  used  more  than  once.
32              Default: extract all streams.
33
34       -na, --noaudio
35              Don't extract any audio streams.
36
37       -nv, --novideo
38              Don't extract any video streams.
39
40       -nt, --notext
41              Don't extract any text streams.  Default: extract all streams.
42
43       -r, --raw
44              Extract  the  raw streams only.  Default: extract to useful for‐
45              mats (AVI, WAV, OGG, SRT...).
46
47       -v, --verbose
48              Increase verbosity.
49
50       -h, --help
51              Show this help.
52
53       -V, --version
54              Show version number.
55

NOTES

57       What works:
58
59       *      Extraction of the following formats is fully supported including
60              writing the stream contents to useful container formats:
61                video  -> AVI
62                Vorbis -> OGG/Vorbis
63                PCM    -> WAV
64                text   -> text files (SRT subtitle format)
65
66       *      All other audio streams (MP3, AC3) are just copied 1:1 into out‐
67              put files. MP3 and AC3 files should be usable. Others might not.
68
69       What not works:
70
71       *      Headers created by older OggDS (DirectShow) filter versions  are
72              not supported (and probably never will be).
73

AUTHOR

75       ogmdemux was written by Moritz Bunkus <moritz@bunkus.org>.
76

SEE ALSO

78       ogmmerge(1), ogmsplit(1), ogminfo(1), ogmcat(1), dvdxchap(1)
79

WWW

81       The      newest      version     can     always     be     found     at
82       <http://www.bunkus.org/videotools/ogmtools/>
83http://www.bunkus.org/videotools/ogmtools/
84
85
86
87ogmdemux v1.5                    November 2004                     OGMDEMUX(1)
Impressum