Blame doc/oggz-rip.1

Packit a38265
.TH "oggz-rip" "1" 
Packit a38265
.SH "NAME" 
Packit a38265
oggz-rip \(em Extract one or more logical bitstreams from an Ogg file. 
Packit a38265
 
Packit a38265
.SH "SYNOPSIS" 
Packit a38265
.PP 
Packit a38265
\fBoggz-rip\fR [\-o \fBfilename\fR  | \-\-output \fBfilename\fR ] filename  
Packit a38265
.PP 
Packit a38265
\fBoggz-rip\fR [\-h  | \-\-help ]  [\-v  | \-\-version ]  
Packit a38265
.SH "Description" 
Packit a38265
.PP 
Packit a38265
\fBoggz-rip\fR extracts one or more tracks from an Ogg file. 
Packit a38265
In Ogg terminology, \fBoggz-rip\fR extracts one or more logical bitstreams. 
Packit a38265
 
Packit a38265
.PP 
Packit a38265
For example, to extract just the Vorbis audio track from any Ogg file: 
Packit a38265
 
Packit a38265
.PP 
Packit a38265
\fBoggz-rip \-c vorbis input.ogx > output.ogg\fR      
Packit a38265
.PP 
Packit a38265
This will removed any other tracks: Skeleton, Theora, image, etc. 
Packit a38265
The output will be a valid Ogg Vorbis I file, suitable for use on 
Packit a38265
hardware players that do not support multiplexed (ie. multi-track) 
Packit a38265
Ogg files. If the input file contains multiple Vorbis, the desired 
Packit a38265
once can be specified by serialno with the \fB-s\fR option. 
Packit a38265
Use \fBoggz-info\fR to view the serialno of each track in a file. 
Packit a38265
 
Packit a38265
.SH "Options" 
Packit a38265
.PP 
Packit a38265
\fBoggz-rip\fR accepts the following options: 
Packit a38265
 
Packit a38265
.SS "Miscellaneous options" 
Packit a38265
.IP "\-o \fBfilename\fR, \-\-output \fBfilename\fR" 10 
Packit a38265
Write output to the specified 
Packit a38265
\fBfilename\fR instead of printing it to 
Packit a38265
standard output. 
Packit a38265
 
Packit a38265
.IP "\-h, \-\-help" 10 
Packit a38265
Display usage information and exit. 
Packit a38265
.IP "\-v, \-\-version" 10 
Packit a38265
Output version information and exit. 
Packit a38265
.SS "Filter options" 
Packit a38265
.PP 
Packit a38265
These options can be used multiple times. Pages matching ANY of 
Packit a38265
the filter options will be included into the output. 
Packit a38265
 
Packit a38265
.IP "\-s \fBserialno\fR, \-\-serialno \fBserialno\fR" 10 
Packit a38265
Output streams with given serialno. 
Packit a38265
.IP "\-i \fBindex\fR, \-\-stream-index \fBindex\fR" 10 
Packit a38265
Filter by stream index. These are assigned to 
Packit a38265
streams in the order of their BOS pages, 
Packit a38265
starting at 0. 
Packit a38265
 
Packit a38265
.IP "\-c \fBcontent-type\fR \-\-content-type \fBcontent-type\fR" 10 
Packit a38265
Filter by content-type.
Packit a38265
Run \fBoggz-known-codecs\fP\fB(1)\fP for a full list
Packit a38265
of codecs known by the installed version of oggz.
Packit a38265
Packit a38265
.SH EXAMPLES
Packit a38265
.PP
Packit a38265
Extract all bitstreams from file.ogg:
Packit a38265
.PP
Packit a38265
.RS
Packit a38265
\f(CWoggz rip \-o output.ogg file.ogg\fP
Packit a38265
.RE
Packit a38265
.PP
Packit a38265
Extract only the Theora bitstream from file.ogv:
Packit a38265
.PP
Packit a38265
.RS
Packit a38265
\f(CWoggz rip \-c theora \-o output.ogv file.ogv\fP
Packit a38265
.RE
Packit a38265
 
Packit a38265
.SH "AUTHOR" 
Packit a38265
.PP 
Packit a38265
David Kuehling        January  1, 2005;      
Packit a38265
.SH "COPYRIGHT" 
Packit a38265
.PP 
Packit a38265
Copyright \(co 2005 CSIRO Australia 
Packit a38265
 
Packit a38265
.SH "SEE ALSO" 
Packit a38265
.PP 
Packit a38265
\fBoggz-merge\fP\fB(1)\fP, 
Packit a38265
\fBoggz-chop\fP\fB(1)\fP, 
Packit a38265
\fBoggz-dump\fP\fB(1)\fP, 
Packit a38265
\fBoggz-diff\fP\fB(1)\fP       \fBhogg\fP\fB(1)\fP      
Packit a38265
.\" created by instant / docbook-to-man, Mon 23 Feb 2009, 12:35