• Home
Name Date Size #Lines LOC

..--

READMED12-May-2024752 2114

gstkate.cD12-May-20242.9 KiB7622

gstkatedec.cD12-May-202417.2 KiB562390

gstkatedec.hD12-May-20243.2 KiB9134

gstkateelement.cD12-May-20242.7 KiB7321

gstkateelements.hD12-May-20242.5 KiB6312

gstkateenc.cD12-May-202444.3 KiB1,4021,101

gstkateenc.hD12-May-20244 KiB13064

gstkateparse.cD12-May-202418 KiB635450

gstkateparse.hD12-May-20242.1 KiB7938

gstkatespu.cD12-May-202426.9 KiB917763

gstkatespu.hD12-May-20242.2 KiB6631

gstkatetag.cD12-May-202410.6 KiB347235

gstkatetag.hD12-May-20241.9 KiB6631

gstkatetiger.cD12-May-202440.3 KiB1,222954

gstkatetiger.hD12-May-20243.9 KiB11960

gstkateutil.cD12-May-202420.9 KiB703585

gstkateutil.hD12-May-20243.9 KiB12487

meson.buildD12-May-2024765 2825

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