1MOGGSPLIT(1)                                                      MOGGSPLIT(1)
2
3
4

NAME

6       moggsplit - split Ogg logical streams
7

SYNOPSIS

9       moggsplit filename ...
10

DESCRIPTION

12       moggsplit  splits  a  multiplexed  Ogg  stream into separate files. For
13       example, it can separate an OGM into separate Ogg DivX and  Ogg  Vorbis
14       streams, or a chained Ogg Vorbis file into two separate files.
15

OPTIONS

17       --extension
18              Use  the  supplied  extension  when  generating  new  files; the
19              default is ogg.
20
21       --pattern
22              Use the supplied pattern when generating new files.  This  is  a
23              Python  keyword format string with three variables, base for the
24              original file's base name, stream for the stream's  serial  num‐
25              ber, and ext for the extension give by --extension.
26
27              The default is %(base)s-%(stream)d.%(ext)s.
28
29       --m3u  Generate  an  m3u playlist along with the newly generated files.
30              Useful for large chained Oggs.
31

AUTHOR

33       Joe Wreschnig
34
35
36
37
38                                                                  MOGGSPLIT(1)
Impressum