![]() |
![]()
| ![]() |
![]()
NAMEoggz-rip - Extract one or more logical bitstreams from an Ogg file. SYNOPSISoggz-rip [-o filename | --output filename] filename oggz-rip [-h | --help] [-v | --version] DESCRIPTIONoggz-rip extracts one or more tracks from an Ogg file. In Ogg terminology, oggz-rip 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 remove 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 bitstreams of the desired type, then they can be selected by serialno with the -s option. Use oggz-info to view the serialno of each track in a file. OPTIONSoggz-rip accepts the following options: Miscellaneous options
Filter optionsThese options can be used multiple times. Pages matching ANY of the filter options will be included into the output.
EXAMPLESExtract 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
AUTHORDavid Kuehling January 1, 2005; COPYRIGHTCopyright © 2005 CSIRO Australia SEE ALSOoggz-merge(1), oggz-chop(1), oggz-dump(1), oggz-diff(1), hogg(1)
|