Displaying 20 results from an estimated 20000 matches similar to: "(no subject)"
2000 May 09
1
Video codecs
Have the video part of the Ogg project started yet? Is there any code?
Or are there any plans at all?
Karsten N. Strand
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
2010 Oct 02
2
too mach distortion on color gradient
Hallo all,
i ready send one emeil with screenshots but it seems to take some time
till it will be accepted, so i send one more time with links.
> Hallo all,
> there is sintel online premiere up today http://www.sintel.org/ . But
> oggtheora video is every thing but not gut. I downloaded 720p version
> but IMHO some times it looks for me like scaled 480p. In my
> experience theora
1999 Nov 19
2
Impulses
After playing with the vorbis code for a while and doing tons of hacks and
analysis on it, I've found it to perform very poorly with impulse signals.
The MDCT seems to cause lots of spreading, and it seems to result in much
worse impulse performance then mp3.
What is the current plan on handling this? Will a smart quantizer be able
to avoid it?
I've been looking at various ways of
2000 Dec 15
2
Makefile patches
I have sent some patches to some Makefile.am's as well as to some
configure.in's, particularly for building without gcc and gmake.
Can someone review those patches, and/or commit them?
(we are working at the CVS head these days, no?)
I cannot build in Solaris without gcc/gmake, for example -- running
"autogen.sh" in the ao project with the native Solaris compilers causes
2000 Apr 22
3
Mime type
HI, is there are official MIME type for Vorbis....
audio/x-vorbis ?
Dave
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2001 Oct 17
1
Re-encoding ogg-files at lower bitrates
I have some speech encoded at 140 kbps that I would like to have encoded
at 40-60 kbps instead.
I could just convert the file to wav and re-encode the file, but I seem to
recall that ogg-files very easily can be converted to lower bitrates
(something with cutting off the last bits). I would assume that this also
will preserve more of the original data.
Is there a utility for this?
/Ole
--
1999 Nov 15
1
(no subject)
Hello Monty,
I tried to complile vorbis under win32 (using MS Visual C 5.0)
I found some things:
1.)
In bitvise.c there must be buffer cleared after malloc:
void _oggpack_writeinit(oggpack_buffer *b){
memset(b,0,sizeof(oggpack_buffer));
b->ptr=b->buffer=malloc(BUFFER_INCREMENT);
+ memset(b->ptr,0,BUFFER_INCREMENT);
b->storage=BUFFER_INCREMENT;
}
void
2000 Oct 24
1
(no subject)
>>You need a set_ogg_malloc_handler(). That's it as far as the API goes.
>
>Assuming you consider it acceptable to store that information in
>global variables.
>
malloc() is currently a global function, so the situation is unchanged by
having a global name that refers to malloc() or a work-alike. Atleast, this
very much seems to me to be the case. Of course you actually
2004 Oct 14
1
(no subject)
Hi,
In case if I come up with my own implementation of the vorbis code, what
is the way to certify the same ? Is there any conformance testing as in
the case of MP3 ?? If so, who will be certifying the same ?
Best regards,
Nags..
Confidentiality Notice
The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the
2002 Jul 19
9
Vorbis 1.0 released
Nothing much else to say. Vorbis 1.0 is officially out. Have at.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be
2002 Jul 19
9
Vorbis 1.0 released
Nothing much else to say. Vorbis 1.0 is officially out. Have at.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be
2014 Apr 23
4
oggpack_writecopy bug
At some stage (possibly commit r17268) oggpack_writecopy started to fail with
some strings longer than 256 bytes and all strings longer than 512 bytes. Also
it thrashes the stack with very long strings.
Lithopsian
2009 Dec 10
2
Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
On Thu, Dec 10, 2009 at 10:06 AM, Monty Montgomery <monty at xiph.org> wrote:
> Vorbis-dev might be better....
>
My issue is with theora/thusnelda for xiph tools.
>
> What I mean is, you quoted a response from Frank Barchard, but I never
> saw his response on the list. Are there blind CCs on the conversation?
> I'm just trying to figure out where the rest of the
2004 Aug 06
1
Darren's Out: 6/18 - 6/23
I will be gone from June 18th through the 23rd, and will be returning email when I return.
Thanks,
Darren
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe
2003 Jan 10
2
[fwd] help encoding low-quality audio please
Apologies; a filter mistriggered on the original send of this message.
Monty
Date: Fri, 10 Jan 2003 01:11:16 -0500 (EST)
Message-Id: <200301100611.BAA12395@biohazard-cafe.mit.edu>
To: vorbis@xiph.org
From: ben-extra@MIT.EDU
Subject:
Hi,
I am hoping for some guidance. I have a *bunch* of audio in the form of
realaudio streams. As is, they are of a quality similar to fair AM
quality.
2011 Apr 25
3
Possibility of Incorporating a psychoacoustic model in CELT
Good Morning;
Iam asking whether any one have knowledge about is it possiple to incorporate a
psycoacoustic model?(specifically?I mean ?MPEG-1 psychoacoustic model 1) into
the CELT codec(any version even older versions of the coder,?no matter) Iam
using version 0.3.2.
Kind Regards;
Osama.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Aug 25
4
NHW Project - news with Xiph.org
Hello,
These last 2 months, I have talked again with Monty Montgomery about the
NHW Project and he told me that Xiph.org would like to encourage the NHW
Project development.That's just great!
I'll see what Monty will do on his side (and when he has time), but he also
told me that the NHW codec has merits but there must be an effort to
demonstrate them.
The advantages, merits of the NHW
2005 Sep 05
3
AACPlus Shoutcast v1.90
> hmmm.. very interesting.. any info on how they've done the licensing ?
No idea how the licensing works. If it's free for the streamer then
that may destroy Vorbis's inroads into streaming.
I'm hoping that Monty and others can improve Vorbis to start competing
with AAC+ at low bitrates. Monty said he had some ideas but I wonder if
anything is being worked on presently.
2009 Jun 25
5
Fixing ogg vorbis corruption caused by bad metadata
> Is there any way to understand exactly how it is invalid? I can replicate
> this corruption simply by adding large album art to any ogg file with the
> latest release of MediaMonkey.
The second page is corrupt. The basic structure looks correct, first
guess would be bad checksum. I'll look more closely in just a bit.
This might explain why some players might accept it--- if
2010 Aug 24
4
OT: redhat training and RHES6
Greetings.
I am planning on getting my RHCE in the near future. I thinking I
should wait until 6 comes out before proceeding. That being said, I
don't want to wait past the end of this year.
That being said, do you all have any information about how long it takes
for their training platform to catch up to their release? Which is to
say, if RHES 6 is released on day 1, at what point