logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oggz-rip - Extract one or more logical bitstreams from an Ogg file.

Author

       David Kuehling        January  1, 2005;

Description

oggz-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-cvorbisinput.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.

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

Name

       oggz-rip - Extract one or more logical bitstreams from an Ogg file.

Options

oggz-rip accepts the following options:

   Miscellaneousoptions-o,--outputfilename
              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.

   Filteroptions
       These  options can be used multiple times. Pages matching ANY of the filter options will be included into
       the output.

       -s,--serialnoserialno
              Output streams with given serialno.

       -i,--stream-indexindex
              Filter by stream index. These are assigned to streams in the order of their BOS pages, starting at
              0.

       -c,--content-typecontent-type
              Filter by content-type.  Run oggz-known-codecs(1) for a full list of codecs known by the installed
              version of oggz.

See Also

oggz-merge(1), oggz-chop(1), oggz-dump(1), oggz-diff(1), hogg(1)

                                                   May 3, 2013                                       OGGZ-RIP(1)

Synopsis

oggz-rip [-o filename | --output filename] filenameoggz-rip [-h | --help] [-v | --version]

See Also