1ogginfo(1) Vorbis Tools ogginfo(1)
2
3
4
6 ogginfo - gives information about Ogg files, and does extensive valid‐
7 ity checking
8
9
11 ogginfo [ -q ] [ -v ] [ -h ] file1.ogg ... fileN.ogg
12
13
15 ogginfo reads one or more Ogg files and prints information about stream
16 contents (including chained and/or multiplexed streams) to standard
17 output. It will detect (but not correct) a wide range of common
18 defects, with many additional checks specifically for Ogg Vorbis
19 streams.
20
21 For all stream types ogginfo will print the filename being processed,
22 the stream serial numbers, and various common error conditions.
23
24 For Vorbis streams, information including the version used for encod‐
25 ing, the sample rate and number of channels, the bitrate and playback
26 length, and the contents of the comment header are printed.
27
28 Similarly, for Theora streams, basic information about the video is
29 provided, including frame rate, aspect ratio, bitrate, length, and the
30 comment header.
31
32
34 -h Show a help and usage message.
35
36 -q Quiet mode. This may be specified multiple times. Doing so once
37 will remove the detailed informative messages, twice will remove
38 warnings as well.
39
40 -v Verbose mode. At the current time, this does not do anything.
41
42
44 Michael Smith <msmith@xiph.org>
45
46
48 vorbiscomment(1), ogg123(1), oggdec(1), oggenc(1)
49
50
51
52Xiph.Org Foundation July 10, 2002 ogginfo(1)