similar to: [PATCH] vorbis-tools, various

Displaying 20 results from an estimated 10000 matches similar to: "[PATCH] vorbis-tools, various"

2009 May 30
1
Segmentation Fault
I've attached the command I ran, the output, and the crash log in the hope that it is useful. jason$ ffmpeg2theora -v 5 --optimize -A 64 -c 2 -H 44100 /Users/jason/ Movies/TV\ Shows/Holding\ Area/video.vob Input #0, mpeg, from '/Users/jason/Movies/TV Shows/Holding Area/ video.vob': Duration: 00:05:43.90, start: 0.211444, bitrate: 7217 kb/s Stream #0.0[0x1e0]: Video:
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
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
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all, I was just trying to build myself a RC3 set of Ogg/Vorbis libs and tools, but the build of libvorbis bombs out on me while making all in examples. I've ./configure'd with no options, which gave no warnings or errors. After that a normal make gives the below attached output. Can anyone tell me what I've done wrong ? I've also tried removing the examples/ directory. After
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 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
2008 May 26
2
How Ogg mappings translate into the codecs parameter in Ogg media types
On 5/26/08, ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com> wrote: >> char[8]: 'kate\0\0\0\0' | kate > > This is incorrect, should be: > > char[9]: '\x80kate\0\0\0\0' | kate The last one is how it's listed on ogginfo code, but the first one (char[8]) is how it's described in the wiki page. I thought the
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 Jul 14
1
Lyrics
Hi, I'd thought of adding lyrics support to oggenc a while ago, and on sunday I had a go and it seems to work just fine. A long shot, but would you be interested in a patch to do this ? It reads a .srt file (though I'll change it to read .lrc files, I've just found those on the internet, mostly the same data but they're used for lyrics apparently) and creates a Kate stream muxed
2008 May 30
3
regarding vorbis tool
hi, i am trying to load vorbis tool on to my arm board EDB9302 , till now i have cross compiled libao, libogg, libvorbis, flac, speex and vorbis tool. when i run the command line arm-linux-ogg123 with some sample ogg format file on my arm board it gave *"Could not load default driver and no driver specified in config file : Exiting"* , please help me to over come this error.
2004 Aug 06
2
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
Odd: I just pulled SVN and compiled.. Wonderful new logging code, btw! Now, why in the WORLD would the resolution be failling?! nsswitch.conf / resolv.conf / hosts is all fine.. *shrug* I can obviously put IPs instead of hosts in the URLs, however things still fail.. -- Chris Pickert ldd output-- ldd ./icecast libcurl.so.2 => /usr/lib/libcurl.so.2 (0x4001f000)
2004 Aug 02
9
various patches from Mandrakelinux package
I was looking at the libvorbis 1.0 SRPM of Mandrakelinux, and it contained some patches which are not included in vorbis 1.1 svn. I'm attaching these patches here, because it could maybe be interesting to include these upstream. (libvorbis-1.1-aliasing.patch is actually a rediffed patch of Mandrakesoft's one for 1.0 against 1.1 svn). The author of these patches is Gwenole Beachesne,
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 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 Apr 21
4
[PATCH] liboggplay - kate support, build fixes, and misc
Hi, I've added kate support to liboggplay (a prerequisite to getting kate tracks to work with the mozilla plugin, which I've now got working on Linux). In addition to the Kate code: - a new oggplay-uninstalled.pc file - configure.ac checks for C++ compiler - no check for fishsound version - it wanted 0.8.0, but the svn itself was 0.7.1 !? - don't use imlib2 (nor dump-first-frame) if
2011 Aug 26
3
ask for one ogg test stream with cmml subtitle
On Thu, 25 Aug 2011 20:01:11 +1000 Silvia Pfeiffer <silvia at silvia-pfeiffer.de> wrote: > Hi BCXA, > > CMML is deprecated. You should use KATE instead. > > Cheers, > Silvia. ok i admit this statement came as a surprise for me. cmml is about metadate/annotations, how can it be replaced by KATE ( which is mainly about subtitles as far as i can see? startx
2002 Feb 27
2
porting Ogg Vorbis to Symbian OS
Hi I am in the process of porting the Ogg Vorbis libraries and player(s) to Symbian OS (EPOC32) which runs on Psion machines and Nokia 9210 to name some machines. They are all using an ARM core. I managed to successfully recompile libogg, libvorbis and libvorbisfile with only minor modifications. They include: * removal of static data, which is not supported by EPOC DLLs. All lookup tables are
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
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
Compiling ffmpge2theora from SVN appears to die while complaining about undefined symbols? This documents my attempt to build ffmpeg2theora from SVN on Mac OS X version 10.5.7. I'm using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda built from SVN... jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/ ... Checked out revision 16330. jason$ cd ffmpeg2theora;curl -C - -O