• Home
Name Date Size #Lines LOC

..--

Makefile.amD12-May-2024820 207

Makefile.inD12-May-202443.6 KiB1,1651,057

READMED12-May-2024752 2114

gstkate.cD12-May-20244.1 KiB12059

gstkate.hD12-May-20242.2 KiB566

gstkatedec.cD12-May-202416.9 KiB554384

gstkatedec.hD12-May-20243.2 KiB9134

gstkateenc.cD12-May-202444 KiB1,3941,095

gstkateenc.hD12-May-20244 KiB13064

gstkateparse.cD12-May-202417.7 KiB628444

gstkateparse.hD12-May-20242.1 KiB7938

gstkatespu.cD12-May-202426.9 KiB917763

gstkatespu.hD12-May-20242.2 KiB6631

gstkatetag.cD12-May-202410.3 KiB340228

gstkatetag.hD12-May-20241.9 KiB6631

gstkatetiger.hD12-May-20243.9 KiB11960

gstkateutil.cD12-May-202421 KiB704586

gstkateutil.hD12-May-20243.9 KiB12487

meson.buildD12-May-2024720 2623

README

1Kate is a free codec for text based data, which can also carry images.
2It is typically used to create overlays on a video.
3
4libkate, a codec for Kate streams, is required to build this plugin:
5http://libkate.googlecode.com/
6
7libtiger, a rendering library for Kate streams, is optional:
8http://libtiger.googlecode.com/
9
10The Kate plugin contains various elements to manipulate Kate streams:
11
12 - katedec: decodes Kate streams to text and SPU images
13 - kateenc: encodes Kate streams from text and SPU images
14 - kateparse: parses Kate streams
15 - katetag: allows changing metadata in Kate streams
16 - tiger: decodes and renders Kate streams using libtiger (needs libtiger)
17
18More information about Kate can be found at:
19http://wiki.xiph.org/index.php/OggKate
20
21