1oggzinfo(1) General Commands Manual oggzinfo(1)
2
3
4
6 oggzinfo — Display information about one or more Ogg files and their
7 bitstreams.
8
9
11 oggzinfo [-l | --length ] [-b | --bitrate ] [-g | --page-stats ]
12 [-p | --packet-stats ] [-k | --skeleton ] [-a | --all ] filename
13 ...
14
15 oggzinfo [-h | --help ] [-v | --version ]
16
18 oggzinfo displays information about one or more Ogg files and their
19 bitstreams.
20
21
23 oggzinfo 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
52 oggzinfo 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
74 Conrad Parker March 10, 2005;
75
77 Copyright © 2005 CSIRO Australia
78
79
81 oggzdump(1), oggzrip(1), oggzdiff(1) hogg(1)
82
83
84
85 oggzinfo(1)