1opusinfo(1) opus-tools opusinfo(1)
2
3
4
6 opusinfo - gives information about Opus files and does extensive valid‐
7 ity checking
8
9
11 opusinfo [ -q | -v ] [ -h ] [ -V ] file1.opus ... fileN.opus
12
13
15 opusinfo reads one or more Opus files and prints information about
16 stream contents (including chained and/or multiplexed streams) to stan‐
17 dard output. It will detect (but not correct) a wide range of common
18 defects, with many additional checks specifically for Opus streams.
19
20 For all stream types opusinfo will print the filename being processed,
21 the stream serial numbers, and various common error conditions.
22
23 For Opus streams, information including the version used for encoding,
24 number of channels and other header information, the bitrate and play‐
25 back length, the contents of the comment header, and general statistics
26 about the stream are printed.
27
28 Opusinfo is a fork of ogginfo(1) with the non-opus parts largely
29 removed.
30
31
33 -h Show a help and usage message.
34
35 -q Quiet mode. This may be specified multiple times. Doing so once
36 will remove the detailed informative messages; twice will remove
37 warnings as well.
38
39 -v Verbose mode. At the current time, this does not do anything.
40
41 -V Show program version info and exit.
42
43
45 There are many kinds of errored, invalid, non-normative, or otherwise
46 unwise stream constructions which opusinfo will not produce warnings
47 on. Passing opusinfo with flying colors is not certification of the
48 correctness of a stream. Future versions may detect more error condi‐
49 tions.
50
51
53 Michael Smith <msmith@xiph.org>
54 Gregory Maxwell <greg@xiph.org>
55
56
58 opusdec(1), opusenc(1)
59
60
61
62Xiph.Org Foundation 2012-08-31 opusinfo(1)