oggz-dump --version (return code: 0)
oggz-dump version 1.1.1
oggz-dump --help (return code: 0)
Usage: oggz-dump [options] filename
Hexdump packets of an Ogg file, or revert an Ogg file from such a hexdump
Dump format options
-b, --binary Generate a binary dump of each packet
-x, --hexadecimal Generate a hexadecimal dump of each packet
Filtering options
-n, --new Only dump the first packet of each logical bitstream
-c content-type, --content-type content-type
Dump only the logical bitstreams for a specified
content-type. Run oggz-known-codecs for a list of
codec names which can be detected by this version of oggz.
-s serialno, --serialno serialno
Dump only the logical bitstream with specified serialno
-O, --hide-offset Hide the byte offset of each packet
-S, --hide-serialno Hide the serialno field of each packet
-G, --hide-granulepos Hide the granulepos field of each packet
-P, --hide-packetno Hide the packetno field of each packet
Mode options
-r, --revert Revert an oggz-dump. Generates an Ogg bitstream
as prescribed in the input oggz-dump
Miscellaneous options
-o filename, --output filename
Specify output filename
-h, --help Display this help and exit
-v, --version Output version information and exit
Please report bugs to <ogg-dev@xiph.org>