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

AUTHORS

29       Joe Wreschnig
30
31
32
33                                May 27th, 2006                    moggsplit(1)
Impressum