search for: libkate

Displaying 20 results from an estimated 38 matches for "libkate".

2015 Aug 15
2
Centos 6.5 install, missing libraries: where did I go wrong?
...pilers and libraries. But, the programs were failing becaause in /usr/lib, the libraries simply weren't there. The directory was fairly sparsely populated with about 10 directories of libraries for specific programs. But otherwise, things that are in /usr/lib on a Centos 5 server, such as: libkate.so.1.2.1 libkdb5.a libkdb5.so libkdb5.so.4 are indeed there. These are just 4 library examples. I assume I did something wrong in the installation to keep the lib*.so.* files from installing into /usr/lib. What do I need to do next time to keep that from happening? Anyone have any ideas? Gilbe...
2010 Feb 05
5
ffmpeg2theora 0.26 released
ffmpeg2theora 0.26 is out - http://v2v.cc/~j/ffmpeg2theora Some changes that went into this release: * use a/v sync from input container this should fix many issues that came up with variable framerates * include metadata from source in --info json output * update fmpeg * update libkate * OggIndex support, can be enabled with --seek-index * update GPL to version 3 Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theor...
2010 Feb 05
5
ffmpeg2theora 0.26 released
ffmpeg2theora 0.26 is out - http://v2v.cc/~j/ffmpeg2theora Some changes that went into this release: * use a/v sync from input container this should fix many issues that came up with variable framerates * include metadata from source in --info json output * update fmpeg * update libkate * OggIndex support, can be enabled with --seek-index * update GPL to version 3 Source: http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.26.tar.bz2 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.26 ? Binaries: Linux 32bit http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theor...
2008 Nov 14
2
video chapters and subtitles in ogg containers
...d expect to be able to do with them ? > There is an old python script for cmml at > http://svn.annodex.net/scripts/trunk/subtitles/script-subrip2cmml.py . > I'm not sure something like this exists for kate. > But it should not be too hard to write one. kateenc (a tool bundled with libkate) can convert a srt file to a Kate stream, which can then be multiplexed along with a Theora video (and other Kate, Vorbis, etc streams).
2008 Aug 18
3
liboggplay and overlay video
...ds data to the client. Here, a track would pipe its data onto another track's data. I suppose I'm asking for input on whether this would be OK, or if someone can think of another better way. For the interested, here's a Theora render of libtiger rendering the demo.kate stream from the libkate distribution: http://rapidshare.com/files/138181866/tiger.ogv.html Thanks
2008 Aug 20
2
liboggplay and overlay video
> fancy with unions, but since RGB/RGBA is generally chunked and YUV is > generally planar, having two separate types makes more sense. There's OK > typedef struct { > unsigned char *data; /* may be RGB or RGBA */ > unsigned char *mask; /* may be NULL if RGBA */ > } OggPlayVideoRGBData; That's what I have at the moment - two types and something like the above,
2008 Aug 25
0
liboggplay and overlay video
Here's the current state of the changes (not meant to apply yet, but more or less there in terms of functionality). Comments welcome. New APIs to request conversion from YUV, use libtiger to render, and overlay a Kate stream to a video. It obviously requires libtiger and libkate for the Kate specific stuff: http://libkate.googlecode.com/ http://libtiger.googlecode.com/ Something which I'm not sure about is RGB/BGR issues. These are always a pain. Also speed issues, as it's all plain C, but since the current case (piping YUV out) doesn't change, it doesn't...
2010 Oct 01
1
Stream image to Icecast
> Do anybody know any method where I can stream my images to icecast server > using some intermediate png to ogg conversion and then using oggfwd. http://wiki.xiph.org/Kate can embed PNG images in Ogg. If that fits what you want to do and you have any question, please feel free to ask.
2010 Oct 01
1
Stream image to Icecast
> Do anybody know any method where I can stream my images to icecast server > using some intermediate png to ogg conversion and then using oggfwd. http://wiki.xiph.org/Kate can embed PNG images in Ogg. If that fits what you want to do and you have any question, please feel free to ask.
2008 Mar 28
1
[PATCH] oggmerge, various
...uired to decode the data. In a nutshell, all data is stuffed into an oggpack_buffer. Text data often ends up non byte aligned. A packet's data is unrecognizable as text (and contains a fair amount of non-text data anyway). A specialized program is indeed required (something linking against the libkate API, which does the oggpack stuff). Interesting point about gzip however, I'd have thought gzipped text would use something like application/gzip rather than text/gzip, though I suppose it does make sense to allow programs to auto apply gzip -dc filters and get at the text. > I might spend...
2008 Jul 08
0
What is Kate ?
...hnical feedback about it. Or any kind of feedback, if you have. Subtitles: Kate can be used for movie subtitles - either as text (as created by ffmpeg2theora) or DVD style pictures: - ffmpeg2theora: j was so nice as to include support for Kate streams, as read from SRT files. - Thoggen: the libkate distribution includes a patch to Thoggen, a DVD ripper, to create Kate streams from DVD subtitles. - Subtle: I've sent Jo?o, the current maintainer, a patch for Kate stream support as text. This also includes support for multiple streams within an Ogg file, so may be used as a sta...
2016 Feb 01
1
Latest version of kate editor
...s you have enabled or not. > > You can search most of what is available via pkgs.org, > for kate, for example > > http://pkgs.org/search/kate > > then select "Centos 6" (maybe you have to scroll down for that) > > The EPEL repo seems to have version 0.3.8 of libkate at least. > > Have a nice week. > - Yamaban > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > yum install kdesdk-4.3.4-9.el6.x86_64 -- _ ?v? /(_)\ ^ ^ Mark La...
2016 Feb 01
6
Latest version of kate editor
I have installed the kate editor on Centos 6.7 but it seems to be a very old version, 3.3.4, installed as part of kdesdk. On Centos 7 I can simply run 'yum install kate' but, alas, not on Centos 6. What is the recommended way of updating kate on Centos 6? Thank you.
2008 Feb 15
2
Seeking to granules in discontinuous streams
On 15-Feb-08, at 6:44 AM, ogg.k.ogg.k@googlemail.com wrote: > Well, it doesn't quite work because the second part of the gpos is > an offset, > rather than absolute, and the precision we shed on one, we need to > recover > on the other one, to keep the ability to timestamp events at the > correct > granularity. It would have worked if the second part was absolute
2015 Aug 15
1
Centos 6.5 install, missing libraries: where did I go wrong?
...ecaause in /usr/lib, >> the libraries simply weren't there. The directory was fairly >> sparsely populated with about 10 directories of libraries for >> specific programs. But otherwise, things that are in /usr/lib on >> a Centos 5 server, such as: >> >> libkate.so.1.2.1 >> libkdb5.a >> libkdb5.so >> libkdb5.so.4 >> >> are indeed there. These are just 4 library examples. I assume I >> did something wrong in the installation to keep the lib*.so.* >> files from installing into /usr/lib. What do I need to do next &gt...
2008 Feb 14
4
[PATCH] vorbis-tools, various
...libvorbis. The first two patches fix detection of libcurl (which is probably rather old too), and make oggenc build with my libvorbis. An old one, and I forgot to look up its version, and I'm not at home just now. It was before the advanced encoder options. The third one adds kate support, if libkate's found, so you may or may not decide to apply it. That libkate API's stable though. I noticed it afterwards, but the last hunk also fixes length check bugs for a couple magics, so you'll want this one. Now, you want to have a look at the place that says "Look, without the hands,...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...ed) yes Checking for ogg >= 1.1 vorbis vorbisenc theora >= 1.0beta1... (cached) yes Checking for libavcodec libavformat libavdevice libpostproc libswscale... (cached) yes Checking for C header file libavformat/framehook.h... yes Checking for oggkate... (cached) no Could not find libkate. Subtitles support will be disabled. You can also run ./get_libkate.sh (for more information see INSTALL) or update PKG_CONFIG_PATH to point to libkate's source folder scons: done reading SConscript files. scons: Building targets ... gcc -o src/avinfo.o -c -DPACKAGE_VERSION...
2008 Nov 14
6
video chapters and subtitles in ogg containers
...ng movies from SDcard > or harddisk. I'm the type of guy who often wants to watch only some > parts of a movie, and chapters greatly simplify finding a certain scene > (or skip one that is too exciting...). If you are transcoding a DVD, you might want to look at the diffs directory in libkate, there is a patch to Thoggen (Linux based DVD transcoder) that automatically converts DVD subtitles to Kate streams, though it also requires a set of patches to GStreamer (also found in the same directory) to be applied.
2008 Feb 18
0
Seeking to granules in discontinuous streams
...t;generic" method, so I'll outline it here for your consideration. Again, it's different from what Skeleton can handle, but it's a simple superset and would be easy to add to Skeleton (and liboggz). It is also compatible with other existing codecs (eg, theora). It is implemented in libkate, so it works and the changes needed are minimal. I'm happy to make the necessary changes in oggmerge/liboggz if needed. The two advantages this change brings are increased usable time (for the same timestamping precision) and the ability to map different granules to the same time. Both are adj...
2008 Feb 22
2
Seeking to granules in discontinuous streams
...thod, so I'll outline it here for your consideration. Again, it's > different from what Skeleton can handle, but it's a simple superset and > would be easy to add to Skeleton (and liboggz). It is also compatible > with other existing codecs (eg, theora). It is implemented in libkate, > so it works and the changes needed are minimal. I'm happy to make the > necessary changes in oggmerge/liboggz if needed. > > The two advantages this change brings are increased usable time (for the > same timestamping precision) and the ability to map different granules &g...