manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> David"> Kuehling"> January 1, 2005"> 1"> conrad.parker@csiro.au"> oggz-rip"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2005 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; Extract one or more logical bitstreams from an Ogg file. &dhpackage; -o filename --output filename filename &dhpackage; -h--help -v--version Description &dhpackage; extracts one or more tracks from an Ogg file. In Ogg terminology, &dhpackage; extracts one or more logical bitstreams. For example, to extract just the vorbis audio track from any Ogg file: oggz-rip -c vorbis input.ogx > output.ogg This will removed any other tracks: Skeleton, Theora, image, etc. The output will be a valid Ogg Vorbis I file, suitable for use on hardware players that do not support multiplexed (ie. multi-track) Ogg files. If the input file contains multiple Vorbis, the desired once can be specified by serialno with the -s option. Use oggzinfo to view the serialno of each track in a file. Options &dhpackage; accepts the following options: Miscellaneous options -o filename, --output filename Write output to the specified filename instead of printing it to standard output. -h, --help Display usage information and exit. -v, --version Output version information and exit. Filter options These options can be used multiple times. Pages matching ANY of the filter options will be included into the output. -s serialno, --serialno serialno Output streams with given serialno. -i index, --stream-index index Filter by stream index. These are assigned to streams in the order of their BOS pages, starting at 0. -c content-type --content-type content-type Filter by content-type. The following codec names are currently detected: "cmml", "flac", "theora", "speex", "vorbis" AUTHOR &dhfirstname; &dhsurname; &dhdate COPYRIGHT Copyright © 2005 &dhusername; SEE ALSO oggzmerge 1 , oggz-chop 1 , oggzdump 1 , oggzdiff 1 hogg 1