similar to: putting the video into ogg multimedia

Displaying 20 results from an estimated 10000 matches similar to: "putting the video into ogg multimedia"

2000 Jun 14
1
(no subject)
On Tue 13 Jun 2000 K<bob> wrote: > I never heard of MNG until just now. (So color me ignorant.) Sorry, I should have included some urls. To briefly summarize, mng is an animated image file format from the people who designed png, and is essentially a multiframe extension of the same. png (pronounced 'ping') is a format developed by a group of volunteers as a replacement for
2000 Jun 13
1
Re: [livid-ovd] putting the video into ogg multimedia
I'll get to the technical aspects of these letters in a bit; they require an a little thought and I'm knee deep in the codebook engine right now... > <RANT> > > I personally favor the MNG approach over the Ogg strategy because of the way > the licensing agreements read. Ogg is more like "you are free to use this, > just don't change it without our
2001 Jan 26
5
ogg pic format (again).. here's why
I sent a little mail some time ago asking if there was going to be an ogg pic-format, and you replied that PNG, MNG and JNG is good enough (sorry for this late answer btw).. But, consider this: The ogg video-format (tarkin ? where do you get these names from anyway ? :) ) needs a way to compress its frames. Are you going to use MNG for that ? :) .. If you had an ogg pic format, that format could
2001 Aug 25
4
Ogg MIDI proposal
This is a proposal for Ogg MIDI streams. It will also help other stream additions to Vorbis, as they should follow a similar model. Ralph has done much of the work on this, and also is working on MNG Ogg streams. Background ---------- I was contracted to do this work, so even if you can't think of a use for this, there is one ;) Basically with midi in Ogg, we can have a synchronized
2008 Feb 15
6
Skeletal relations
We have new drafts of CMML 4.0 as a text codec and ROE as an xml stream abstract, subsuming the authoring support in CMML 3.1 and earlier. Another thing we talked about at LCA is a how to specify relationships between the various streams in Ogg so that a server, muxer or player can make intelligent decisions about the contained tracks. The general idea is to use the (http-style) Message
2003 Jul 28
1
error when compiling oggplay
Hi every body , i try to compile oggplayer but : "./autogen.sh --prefix=/usr " is OK and "make" : oggplay.c: At top level: oggplay.c:377: parse error before "mymngsettimer" oggplay.c:377: parse error before "mng" oggplay.c: In function `mymngsettimer': oggplay.c:379: `stuff' undeclared (first use in this function) oggplay.c:384: parse error before
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care about metadata issues, please take a look at: http://www.cdindex.org/MM I've included a section for video specific stuff, but everything that I originally had in there is being covered by the MM:Contributors section. The Contributors stuff will allow
2003 Jan 29
1
album cover art in .ogg?
I've added ogg support to my player app. Now I'd like to be able to write/read album cover art (jpg, png, what ever) out of the ogg file and display it, as I do with mp3s. This assumes that an album cover art picture can reside inside of an ogg file. I've read through the vorbis.com/faq.psp as well as the list archives and haven't found any direct answers. The section on comments
2004 Mar 24
1
Support for layers and alpha channel?
First of all congratulations on reaching alpha status. I was wondering if you people are implementing multiple layer support into the codec. I don't know if it should be in the container (ogg) or codec (theora) but perhaps the syncing requires at least support in the codec. For example a commercial: a cup of hot chocolate with steam escaping. Little action, low bandwidth. Then comes the
2003 Aug 09
2
First steps towards a simple text stream format.
Hello everyone! This list may not be entirely appropriate discussion, but in the lack of ogg@xiph.org or ogg-dev@xiph.org this will have to do. I've been thinking for a few weeks that Ogg needs a simple text stream (read subtitle) format to go along with theora. This is important, because otherwise I can't transcode fellowship of the rings while keeping the elvish-speek, unless I render
2008 Apr 11
2
Ogg/Spots and Ogg/MNG
Hi, are these two dead, or just progressing slowly ? The only code I've seen about Ogg/MNG was a player in ogg-tools, and I've seen nothing for Ogg/Spots. I'd looked at those before adding bitmaps to Kate, and I went back to that a few days ago (storing subtitles as images from a dvd - works great in vlc, but I store images without compression). If they are dead, I'd be inclined
2007 Apr 28
1
AW: embedded pictures in vorbis comments?
Hi, I think we can start by defining an official field name at www.xiph.org/vorbis/doc/v-comment.html which is used as a file system link to an existing image file. I suggest the field name to be "PICTURE". What is ogg MNG? Is it a container format for PNG files which should be embedded in OGG files? If I understand correctly, the picture would be placed in a different logical stream
2008 Apr 11
1
Ogg/Spots and Ogg/MNG
Hi, please ignore this message if this is a stupid question: Would supporting APNG instead be any easier? Cheers, KJ On Fri, Apr 11, 2008 at 3:52 PM, Ian Malone <ibmalone at gmail.com> wrote: > On 11/04/2008, ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com> wrote: > > > Ogg/Spots has no implementation since we agreed that Ogg/MNG would > > >
2008 Apr 11
4
Ogg/Spots and Ogg/MNG
> Ogg/Spots has no implementation since we agreed that Ogg/MNG would > fully cover all the functionality of Ogg/Spots. However, Ogg/MNG has > not progressed as much as we would all have liked. > > So, if you would like to get images into Ogg, I'd recommend > improving/implementing Ogg/MNG support. :-) I'd looked at MNG (which I didn't know about at the time) and to
2004 Mar 14
2
Higher quality video - supporting greater than 8 bit color depth
Hi, I was wondering what are this forum's collective thoughts on the best way to support video color fidelity greater than what we have today. I am not a video developer myself. I edit video. A type of problems I come across fairly often, have to do with the limited color depth of the digital video medium. They often manifest themselves as "cartoonish" areas of adjacent flat
2001 Aug 25
1
new ogg-tools module in cvs
FWIW, I've just imported my mng-over-ogg code into xiph.org cvs. There are currently too tools, both under the new 'ogg-tools' module: 'oggmerge' is intended to multiplex files of various formats into a single ogg bitstream. Currently it only creates degenerate mng-over-ogg files. Next step is to add support for multiplexing with ogg vorbis files, and jack will likely be
2008 Apr 11
1
Ogg/Spots and Ogg/MNG
> The thing about the mng libraries is they seem designed in such a way > the using them to do simple timed display of mng is fairly easy, but > extracting static images becomes painful. I had been thinking about > doing something to read only the jpeg/png subset, but thesis writing > has taken me off ogg stuff for the past few months. I'm still of the > opinion this might
2000 Nov 06
1
Re: I'd like to join the OVD project
On Mon, Nov 06, 2000 at 12:16:00PM -0700, Robert Scott Horning wrote: > "Sean R. Lynch" wrote: > > > I was one of the original advocates of the project and I've > > written a draft specification at > > http://www.literati.org/~seanl/ovd.html that to my knowledge > > is the only one in existence. I'd like to work on some code > > integrating
2008 Oct 17
1
Album art - requirements
Hi, [ Was away the last few days, so this partly overlaps on things that that have been mentioned in this thread. Since the consensus seems that Vorbis comment encoding is the way to go, it's a bit moot, but here it is anyway ] Following up on the possibility to tag various images as different types of album art, I thought of adding that tagging information in a Skeleton stream. Since
2010 Jan 25
3
Issue using tapply
Hello all, I am trying to use the tapply function to sum some values and change the column names of the resulting vector. I input Emp Et 1 10565 ACC 2 7515 ADM 3 625 AGF 4 6243 CNS 5 12721 EDU 6 3924 FIN 7 18140 HLH 8 3686 INF 9 15841 MFG 10 243 MIN 11 1864 MNG 12 4664 OSV 13 5496 PRF 14 4988 PUB 15 2166 REC 16 2153 REL 17 16082 RTL 18 3582 TRN 19 757 UTL 20