similar to: Re: oggmerge patches

Displaying 20 results from an estimated 9000 matches similar to: "Re: oggmerge patches"

2008 Mar 28
3
[PATCH] oggmerge, various
> container format are called. CMML as a timed text codec has a mime > type of text/cmml. Similarly, the textual representation of Kate > should be text/x-kate. Agree, as both of these are text. > When you encode Kate in Ogg, it would not normally be expected to come > without audio or video. Thus, if it's an audio file, it should be > video/ogg - for a video file it should
2008 Mar 28
1
[PATCH] oggmerge, various
> To provide you with a proper answer, I'd have to read what you do to > the text data to encode it in binary. Haven't got the time for that > right now, sorry. But if it is some binary encoding and not just a > gzip-type compression, maybe application/x-kate may indeed be > appropriate. This would however mean that some specialised application > is required to decode the
2008 Mar 28
0
[PATCH] oggmerge, various
To provide you with a proper answer, I'd have to read what you do to the text data to encode it in binary. Haven't got the time for that right now, sorry. But if it is some binary encoding and not just a gzip-type compression, maybe application/x-kate may indeed be appropriate. This would however mean that some specialised application is required to decode the data. I might spend some
2008 Mar 10
4
support for kate bitstreams
Hi, would you be interested in a patch to support kate bitstreams ? Kate is a bitstream format for text data that can be muxed in ogg, here presumably alongside a Theora video. It can be used to carry subtitles, and several separate streams can be muxed concurrently (eg, for subtitles in several languages). More info about Kate can be found there: http://wiki.xiph.org/index.php/OggKate Note
2008 Mar 28
2
[PATCH] oggmerge, various
> I'm testing this. Meanwhile, a brief question, do you really want > Kate's media type to be "application" as opposed to "text"? Thanks. About the media type, my understanding was that text was for actual text, not binary that could be decoded into text. If you think another would be more appropriate, please tell which. If it would be text/x-kate, I'd see
2008 Mar 28
0
[PATCH] oggmerge, various
If you look at http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions right at the bottom is a description of what the codecs without container format are called. CMML as a timed text codec has a mime type of text/cmml. Similarly, the textual representation of Kate should be text/x-kate. When you encode Kate in Ogg, it would not normally be expected to come without audio or video. Thus, if
2008 Jan 15
4
Ogg/Kate preliminary documentation
Hi, I've now uploaded the preliminary documentation on the xiph wiki: http://wiki.xiph.org/index.php/OggKate Attached is the current source tree for the libkate library. The tarball also contains the patch to oggmerge (which you will need to apply if you want to merge Kate streams with Vorbis or Theora streams) and the patch to MPlayer to use Kate streams as subtitles. An example is
2008 Mar 17
3
[PATCH] oggmerge, various
Hi, seems my previous post ended up in /dev/null due to being too large, so this update is now gzipped.. Adds support for Theora, Kate, and Speex. Checks magic on og[avxg] files Fixes pointer bug in vorbis packetizer makes the mng bit build Can't recall the other little bits it does off the top of my head. and the newest addition is a skeleton track (for Theora, Kate, Speex, and Vorbis).
2008 Feb 14
4
[PATCH] vorbis-tools, various
Hi, I've just downloaded vorbis-tools-1.2.0-RC4.tar.gz yesterday, and it didn't build on my machine, which, cunningly, has an old 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
2008 Jul 08
0
What is Kate ?
Hi, I've posted a fair few questions around about technical points relating to the Kate codec, and I thought I'd take the occasion of releasing 0.1.5 to write up a little something to explain what Kate can do in more practical terms. I'd love to know if anyone has had a look at the code/format (which I'm still documenting, sorry) and would have technical feedback about it. Or any
2016 Feb 01
1
Latest version of kate editor
On 02/01/16 14:20, Yamaban wrote: > On Mon, 1 Feb 2016 19:22, H <agents at ...> wrote: > >> 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
2008 Nov 14
2
video chapters and subtitles in ogg containers
Hi, (odd, I did get this reply for Silvia, but not the original post) > There is CMML and kate support in vlc, and kate in mplayer though I am > not sure how it is displayed on-screen. Subtitles may display, but > chapter markers, I am not so sure about. Would you mind expanding on what chapters are, and what you'd expect to be able to do with them ? > There is an old python
2016 Feb 01
0
Re: Latest version of kate editor
On Mon, 1 Feb 2016 19:22, H <agents at ...> wrote: > 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. First you find out from wich package
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
2008 Jan 14
4
Ogg/Kate, a karaoke and text codec for embedding in Ogg
Hi there, I'm not sure what the right place would be, please direct me to where is most appropriate if not this list. I am currently working on a codec designed for karaoke and text information, to be embedded in an Ogg container. It includes text, motion information, and style/placement. At the moment, the bitstream design is still in flux, but draws heavily from Vorbis and Theora, while
2008 Feb 07
0
Ogg/Kate preliminary documentation
On Feb 8, 2008 12:28 AM, ogg.k.ogg.k@googlemail.com < ogg.k.ogg.k@googlemail.com> wrote: > Hi, > > I recognize the main name behind CMML here :) > > Does the redesigning of CMML allow overlapping clips ? > This is the main reason of my current ramblings about seeking. > > While karaoke was one of the initial goals behind kate, it is just > a way the format can
2008 Nov 14
0
video chapters and subtitles in ogg containers
On Fri, Nov 14, 2008 at 10:48:46AM +0100, ogg.k.ogg.k at googlemail.com wrote: > Hi, > > (odd, I did get this reply for Silvia, but not the original post) Hmm, it was properly CCed to the list. > > > There is CMML and kate support in vlc, and kate in mplayer though I am > > not sure how it is displayed on-screen. Subtitles may display, but > > chapter markers, I
2008 Aug 18
3
liboggplay and overlay video
Hi, I've eventually released the first version of my rendering library for Kate streams, and I've recently been hacking away at adding it to liboggplay. That was the missing "overlay" mode to the browser_plugin patch I sent a while ago. Now, I'm not too sure how to expose those overlays to liboggplay users: the obvious solution is to add a RGBA video type, and expose the
2008 Mar 20
2
[PATCH] oggmerge, various
On 18/03/2008, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote: > On 3/17/08, ogg.k.ogg.k@googlemail.com <ogg.k.ogg.k@googlemail.com> wrote: > > I'm not sure how to go about testing whether they're correct, > > I know of no tools that check this. > > > From the oggztools, oggz-validate should check properly for any errors. should, but doesn't
2008 Mar 27
0
[PATCH] oggmerge, various
I'm testing this. Meanwhile, a brief question, do you really want Kate's media type to be "application" as opposed to "text"? -Ivo