Oggz-info display information about one or more ogg files and their bitstreams.
oggz-info [-l | --length ] [-b | --bitrate ] [-g | --page-stats ] [-p | --packet-stats ] [-k | --skeleton ] [-a | --all ] filename ...
oggz-info [-h | --help ] [-v | --version ]
oggz-info displays information about one or more Ogg files and their bitstreams.
oggz-info accepts the following options:
Display content lengths.
Display bitrate information.
Display Ogg page statistics.
Display Ogg packet statistics.
Display Extra data from OggSkeleton bitstream.
Display all information.
Display usage information and exit.
Output version information and exit.
oggz-info displays information using the following units:
(8 bits)
kilobytes (1024 bytes)
megabytes (1024*1024 bytes)
gigabytes (1024*1024*1024 bytes)
bits per second (bit/s)
kilobits per second (1000 bit/s)
megabits per second (1000000 bit/s)
gigabits per second (1000000000 bit/s)
Describe all bitstreams in file.ogg:
oggz info file.ogg
Describe only the Theora bitstream in file.ogv:
oggz info -c theora file.ogv
Conrad Parker March 10, 2005;
Copyright © 2005 CSIRO Australia
oggz-dump(1), oggz-rip(1), oggz-diff(1) hogg(1)