Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile.am | D | 12-May-2024 | 820 | 20 | 7 | |
Makefile.in | D | 12-May-2024 | 43.6 KiB | 1,165 | 1,057 | |
README | D | 12-May-2024 | 752 | 21 | 14 | |
gstkate.c | D | 12-May-2024 | 4.1 KiB | 120 | 59 | |
gstkate.h | D | 12-May-2024 | 2.2 KiB | 56 | 6 | |
gstkatedec.c | D | 12-May-2024 | 16.9 KiB | 554 | 384 | |
gstkatedec.h | D | 12-May-2024 | 3.2 KiB | 91 | 34 | |
gstkateenc.c | D | 12-May-2024 | 44 KiB | 1,394 | 1,095 | |
gstkateenc.h | D | 12-May-2024 | 4 KiB | 130 | 64 | |
gstkateparse.c | D | 12-May-2024 | 17.7 KiB | 628 | 444 | |
gstkateparse.h | D | 12-May-2024 | 2.1 KiB | 79 | 38 | |
gstkatespu.c | D | 12-May-2024 | 26.9 KiB | 917 | 763 | |
gstkatespu.h | D | 12-May-2024 | 2.2 KiB | 66 | 31 | |
gstkatetag.c | D | 12-May-2024 | 10.3 KiB | 340 | 228 | |
gstkatetag.h | D | 12-May-2024 | 1.9 KiB | 66 | 31 | |
gstkatetiger.h | D | 12-May-2024 | 3.9 KiB | 119 | 60 | |
gstkateutil.c | D | 12-May-2024 | 21 KiB | 704 | 586 | |
gstkateutil.h | D | 12-May-2024 | 3.9 KiB | 124 | 87 | |
meson.build | D | 12-May-2024 | 720 | 26 | 23 |
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