1oggz-info(1)                General Commands Manual               oggz-info(1)
2
3
4

NAME

6       oggz-info  —  Display information about one or more Ogg files and their
7       bitstreams.
8
9

SYNOPSIS

11       oggz-info [-l  | --length ]  [-b  | --bitrate ]  [-g  | --page-stats  ]
12       [-p   |  --packet-stats ]  [-k  | --skeleton ]  [-a  | --all ] filename
13       ...
14
15       oggz-info [-h  | --help ]  [-v  | --version ]
16

Description

18       oggz-info displays information about one or more Ogg  files  and  their
19       bitstreams.
20
21

Options

23       oggz-info accepts the following options:
24
25
26   Display options
27       -l, --length
28                 Display content lengths.
29
30       -b, --bitrate
31                 Display bitrate information.
32
33       -g, --page-stats
34                 Display Ogg page statistics.
35
36       -p, --packet-stats
37                 Display Ogg packet statistics.
38
39       -k, --skeleton
40                 Display Extra data from OggSkeleton bitstream.
41
42       -a, --all Display all information.
43
44   Miscellaneous options
45       -h, --help
46                 Display usage information and exit.
47
48       -v, --version
49                 Output version information and exit.
50

Units of measurement

52       oggz-info displays information using the following units:
53
54
55   Byte lengths
56       bytes     (8 bits)
57
58       kB        kilobytes (1024 bytes)
59
60       MB        megabytes (1024*1024 bytes)
61
62       GB        gigabytes (1024*1024*1024 bytes)
63
64   Bitrates
65       bps       bits per second (bit/s)
66
67       kbps      kilobits per second (1000 bit/s)
68
69       Mbps      megabits per second (1000000 bit/s)
70
71       Gbps      gigabits per second (1000000000 bit/s)
72
73

EXAMPLES

75       Describe all bitstreams in file.ogg:
76
77              oggz info file.ogg
78
79       Describe only the Theora bitstream in file.ogv:
80
81              oggz info -c theora file.ogv
82
83

AUTHOR

85       Conrad Parker        March 10, 2005;
86
88       Copyright © 2005 CSIRO Australia
89
90

SEE ALSO

92       oggz-dump(1), oggz-rip(1), oggz-diff(1)       hogg(1)
93
94
95
96                                                                  oggz-info(1)
Impressum