mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
56c6773c6b
Updates colorama to 0.4.6 Adds confuse version 1.7.0 Updates jellyfish to 0.9.0 Adds mediafile 0.10.1 Updates munkres to 1.1.4 Updates musicbrainzngs to 0.7.1 Updates mutagen to 1.46.0 Updates pyyaml to 6.0 Updates unidecode to 1.3.6
65 lines
1.7 KiB
Groff
65 lines
1.7 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.TH MOGGSPLIT 1 "" "" ""
|
|
.SH NAME
|
|
moggsplit \- split Ogg logical streams
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.SH SYNOPSIS
|
|
.sp
|
|
\fBmoggsplit\fP \fIfilename\fP ...
|
|
.SH DESCRIPTION
|
|
.sp
|
|
\fBmoggsplit\fP splits a multiplexed Ogg stream into separate files. For
|
|
example, it can separate an OGM into separate Ogg DivX and Ogg Vorbis
|
|
streams, or a chained Ogg Vorbis file into two separate files.
|
|
.SH OPTIONS
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \-\-extension
|
|
Use the supplied extension when generating new files; the default is
|
|
\fBogg\fP\&.
|
|
.TP
|
|
.B \-\-pattern
|
|
Use the supplied pattern when generating new files. This is a Python
|
|
keyword format string with three variables, \fIbase\fP for the original
|
|
file\(aqs base name, \fIstream\fP for the stream\(aqs serial number, and ext for
|
|
the extension give by \fB\-\-extension\fP\&.
|
|
.sp
|
|
The default is \fB%(base)s\-%(stream)d.%(ext)s\fP\&.
|
|
.TP
|
|
.B \-\-m3u
|
|
Generate an m3u playlist along with the newly generated files. Useful
|
|
for large chained Oggs.
|
|
.UNINDENT
|
|
.SH AUTHOR
|
|
.sp
|
|
Joe Wreschnig
|
|
.\" Generated by docutils manpage writer.
|
|
.
|