1
2
3KATALYZER(1) libkate KATALYZER(1)
4
5
6
8 katalyzer - analyzes Kate streams and displays various information
9 about them.
10
11
13 katalyzer [-hV] [-l types] [-l!] [ infile ]
14
15
17 katalyzer analyzes Kate streams and displays information about them.
18 The type of information to select is selectable on the command line.
19 Several multiplexed Kate streams may be analyzed at the same time.
20
21
23 -h Show command line help.
24
25 -V Show version information.
26
27 -l types
28 Select the types of information to log, from the list below.
29 These characters may be concatenated in a single -l option, as,
30 eg, ls does (eg, katalyzer -l Ttv). Refer to the katalyzer com‐
31 mand line help for a fully up to date list of types.
32 e: errors
33 p: packet
34 c: container specific information
35 T: Timing
36 t: text
37 v: event
38 d: dump page and packets
39 S: statistics
40 -: miscellaneous information that doesn't belong in any
41 other type
42
43
44 -l! Shorthand to select all information to log.
45
46
47
49 Analyzes any Kate stream in an Ogg file:
50
51 katalyzer input.ogg
52
53 Analyzes any Kate stream in an Ogg file, displaying only errors:
54
55 katalyzer -l e input.ogg
56
57
59 katedec(1), kateenc(1)
60
61
62
63
64libkate 0.4.1 03 december 2008 KATALYZER(1)