1
2
3KATEDEC(1) libkate KATEDEC(1)
4
5
6
8 katedec - decodes Kate streams to a textual description
9
10
12 katedec [-hVv] [-o outfile] [-t type] [ infile ]
13
14
16 katedec decodes Kate streams to libkate's custom description language.
17
18
20 -h Show command line help.
21
22 -V Show version information.
23
24 -v Increase verbosity.
25
26 -o outfile
27 Write the output description file to the given file name (writes
28 to stdout if not specified). It is possible to write to multi‐
29 ple files (eg, if the input contains several Kate streams) by
30 passing printf style formatting tags in the filename. Formatting
31 tags are strings starting with a '%' character, followed by the
32 tag itself. Known tags are:
33 % replaced by a verbatim % character
34 l replaced by the stream language
35 c replaced by the stream category
36 s replaced by the stream serial number, in hexadecimal for‐
37 mat
38 i replaced by the index of the stream in the input file,
39 starting from 0
40
41
42 -t type
43 Set the output format type:
44 kate: Kate description format
45 srt: SubRip format (non text information will be lost)
46
47
49 Decodes a Kate stream to a textual description:
50
51 katedec -o output.kate input.ogg
52
53 Decodes several multiplexed Kate streams to SubRip files:
54
55 katedec -t srt -o output.%l.kate input.ogg
56
57
59 kateenc(1), katalyzer(1)
60
61
62
63
64libkate 0.4.1 01 september 2008 KATEDEC(1)