1moggsplit(1)                General Commands Manual               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              The default is %(base)s-%(stream)d.%(ext)s.
27
28       --m3u  Generate  an  m3u playlist along with the newly generated files.
29              Useful for large chained Oggs.
30

AUTHORS

32       Joe Wreschnig
33
34
35
36                                Nov 14th, 2009                    moggsplit(1)
Impressum