| oggz-rip(1) | General Commands Manual | oggz-rip(1) |
NAME¶
oggz-rip — Extract one or more logical bitstreams from an Ogg file.SYNOPSIS¶
oggz-rip [-o filename | --output filename ] filename oggz-rip [-h | --help ] [-v | --version ]Description¶
oggz-rip extracts one or more tracks from an Ogg file. In Ogg terminology, oggz-rip extracts one or more logical bitstreams.Options¶
oggz-rip 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. Run
oggz-known-codecs(1) for a full list of codecs known by the
installed version of oggz.
EXAMPLES¶
Extract all bitstreams from file.ogg:oggz rip -o output.ogg file.ogg
Extract only the Theora bitstream from file.ogv:
oggz rip -c theora -o output.ogv
file.ogv