File: categories.html

package info (click to toggle)
libkate 0.4.1-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 5,620 kB
  • sloc: ansic: 10,964; sh: 10,344; yacc: 2,358; python: 767; lex: 363; makefile: 239
file content (48 lines) | stat: -rw-r--r-- 3,163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>libkate: Kate categories</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.0 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">


<h1><a class="anchor" id="categories">Kate categories </a></h1><p>The category field in the Kate ID header is an ASCII string meant to be recognizable automatically (eg, it is kept as non localized ASCII). This page lists examples of categories to use for various purposes. It is suggested that applications recognizing well known categories such as the ones described below may display to the user a localized version of them (eg, when a stream has a category of "SUB", an application set up for the French locale might display the category as "sous-titres". If a particular category is not recognized, it may still be displayed as a string, albeit non localized.</p>
<p>If using custom categories for your own use, you may use category names prefixed by "x-". These are reserved for private use. Category names not starting with "x-" are reserved for future "standard" use.</p>
<ul>
<li><code>SUB</code>, or <code>subtitles</code> Movie (or other) subtitles, as text, possibly including simple inline markup.</li>
</ul>
<ul>
<li><code>CC</code> Movie (or other) closed captions, as text, possibly including simple inline markup.</li>
</ul>
<p>For instance, ffmpeg2theora can create such streams, which can be played back by VLC, MPlayer (if patched), the Annodex browser plugin (if patched), and any player using GStreamer (if patched).</p>
<ul>
<li><code>K-SPU</code>, or <code>spu-subtitles</code> Movie (or other) subtitles, as DVD style images, with on screen positioning and size information.</li>
</ul>
<p>For instance, Thoggen (if patched) can create such streams, which can be played back by VLC, and MPlayer (if patched).</p>
<ul>
<li><code>LRC</code>, or <code>lyrics</code> Song lyrics (typically in the language they are sung in) as plain text.</li>
</ul>
<p>For instance, oggenc (if patched) can create such streams, which can be played back by XMMS (if patched), or Audacious (if patched). </p>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Aug 21 23:47:09 2011 for libkate by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.0 </small></address>
</body>
</html>