Displaying 20 results from an estimated 11000 matches similar to: "Fwd: Re: ogg-flac?"
2004 Sep 10
0
ogg-flac?
--- Matt Zimmerman <mdz@debian.org> wrote:
> On Mon, Mar 26, 2001 at 11:34:04AM -0800, Josh Coalson wrote:
>
> > --- "smoerk@gmx.de" <smoerk@gmx.de> wrote:
> > > hi,
> > >
> > > would it be possible to use ogg as container for flac? so you
> could use all
> > > the features of the ogg format.
> > >
> > A long
2004 Sep 10
1
ogg-flac?
wow, this is pretty cool, but I may not get to play with it for
a little while. trying to have 0.9 out this weekend. but this
is a good proof of concept. do you have any numbers as to how
much the file size increases on average?
Josh
--- Matt Zimmerman <mdz@debian.org> wrote:
> On Mon, Mar 26, 2001 at 11:34:04AM -0800, Josh Coalson wrote:
>
> > --- "smoerk@gmx.de"
2004 Sep 10
2
streaming flac?
On Mon, Jun 04, 2001 at 06:04:53PM -0700, Josh Coalson wrote:
> --- "smoerk@gmx.de" <smoerk@gmx.de> wrote:
> > is there a solution to stream flac files? maybe it's possible to
> stream
> > a ogg-flac file through the icecast2 server, but is ogg-flac working?
> >
> I think Matt Zimmerman hacked one version to write FLAC into an Ogg wrapper
> but
2004 Nov 16
0
metadata switches for ffmpeg2theora
Jan,
Here's a hacky patch to add a few commandline options for setting
comment header fields in ffmpeg2theora. It's a bit big because I
virtualized the global info struct in theorautils.c. In retrospect
that probably wasn't necessary, but I think it's cleaner anyway.
I didn't test it because I couldn't compile ffmpeg2theora, but
modulo bugs it should support
2004 Sep 10
3
FLAC as part of the Ogg project?
I agree, but the idea behind the OGG formats is to build patent free
codecs. Is FLAC really patent-free ?
And does the OGG team agree to include FLAC in their specs ?
smoerk wrote:
> I agree. I think Ogg/Flac does not make sense, if it's not in the
> official distribution. the benefits:
>
> - many ogg players could play flac
> - flac could be integrated in oggenc (oggdrop)
2004 Sep 10
2
FLAC as part of the Ogg project?
Have you considered trying to have FLAC become an official part of the
Ogg project? Ogg has Vorbis but no lossless codec, and FLAC is already
production quality. You've already written the code to wrap FLAC in an
Ogg bitstream.
Ogg Squish seems to be abandoned, and it would be a grand waste of effort
to revive it when FLAC already works so well. The Ogg people would be
much better off
2005 Dec 08
1
A few questions how to use libogg
1.) after initializing a ogg_stream_state may I just keep calling
ogg_stream_packetin with valid ogg_packet's until no more ogg_packets
needs to be added? Or do I need to call ogg_stream_pageout after every
ogg_stream_packetin? Iaw may I delay calling ogg_stream_pageout until
there are no more packets to be added?
2.) I assume I have call ogg_stream_pageout until no more pages can be
2004 Sep 10
0
ogg/flac and winamp plugin
On Tue, Nov 20, 2001 at 02:18:16PM +0100, smoerk wrote:
> how could i play ogg/flac files?
>
> would it be possible to add flac support to the ogg libaries?
>
> i would like to stream ogg/flac files over an icecast2 / jroar server
> :).
What would be required is support for ogg/flac in the streaming client (and
perhaps in the server, depending on how sophisticated it is), by
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All,
I m having a strange problem with the Ogg-Vorbis writting code. The code
I m using to write is skipping some samples at the end of the file. For
example I m converting the 10000 sample .wav file ( 441000 sample rate ,
16 bit depth , stereo ) to ogg format. But while reading the ogg file I
only find 5824 samples in the ogg file. Can any one suggest what could
be wrong in the code. Is
2009 Dec 12
1
Skipping of sample in ogg writing
Hi All,
I m having a strange problem with the Ogg-Vorbis writting code. The code
I m using to write is skipping some samples at the end of the file. For
example I m converting the 10000 sample .wav file ( 441000 sample rate ,
16 bit depth , stereo ) to ogg format. But while reading the ogg file I
only find 5824 samples in the ogg file. Can any one suggest what could
be wrong in the code. Is
2004 Sep 10
0
FLAC as part of the Ogg project?
--- Christer Palm <palm@nogui.se> wrote:
> Matt Zimmerman wrote:
>
> >
> > As I understand it, the current Ogg/FLAC implementation simply
> wraps the Ogg
> > bitstream format around a normal FLAC stream, thus not utilizing
> the
> > features of Ogg, and duplicating various bookkeeping data. If the
> Ogg folks
> > were to spec out a FLAC-based
2002 Mar 27
1
What exactly is threadsafe
Hey I am playing with a LOT of threads right now, and I want to know if the
threads all need their own little vorbis encoders running in them or what
exactly is threadsafe in vorbis?
So here are the functions that would be called from many threads of with
buffer = vorbis_analysis_buffer( &m_vorbisDsp, 4*DATA_CHUNK_SIZE );
vorbis_analysis_wrote( &m_vorbisDsp, dataLength/dataSize );
2004 Sep 10
2
streaming flac?
is there a solution to stream flac files? maybe it's possible to stream
a ogg-flac file through the icecast2 server, but is ogg-flac working?
smoerk
2004 Sep 22
3
copying an ogg stream
dear list,
i am trying to write a small program which reads an ogg file and writes
it to another ogg file (and changes serial number, granulepos etc on the
fly).
reading the ogg file is ok (ogg_sync_pageout, ogg_stream_pagein,
ogg_stream_packetout). but writing the file doesn't work - the
granulepos and page structures don't match with the original file.
here's what i am doing.
2004 Sep 10
2
Re: Bug#119396: flac: Decoded data does not equal orginal data.
retitle 119396 flac: Decoded raw data does not match original raw data
thanks
On Tue, Nov 13, 2001 at 02:38:32AM +0000, Adam M. Costello wrote:
> Matt Zimmerman <mdz@debian.org> wrote:
>
> > Based on a few quick tests, this kind of problem seems to occur with
> > any file smaller than 4k (at least when using 44100Hz/16bps/2chan).
>
> I don't think the problem
2004 Oct 18
3
ogg_packet -> ogg_page
hi,
in my quest to grok ogg i tried to write a small program which extracts
ogg_packets, and stuffs them back into ogg pages (which are then written
to a file).
extracting the packets works fine, but i have problems stuffing them
into a new ogg stream.
pseudo code:
ogg_stream_init(os, serialno)
foreach p in packets:
ogg_stream_packetin(os, p)
// try to extract a page
2004 Sep 10
1
IA64 (Re: patches for flac build)
On Mon, Jul 16, 2001 at 06:46:22PM -0400, Matt Zimmerman wrote:
> [0] By the way, flac seems to segfault early on IA64. When built with
> --enable-debug, I get a failed assertion:
>
> flac 0.10, Copyright (C) 2000,2001 Josh Coalson
> flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
> welcome to redistribute it under certain conditions. Type
2005 Oct 05
1
Simple encodig sample...
Hi all.
I'm Mat & I'm new :)
I'm testing libtheora + libogg perhaps for a commercial product.
I started watching encoder_example.c ... I simplified it for testing
it easier.
It seems ok to me but I have no experience with theora so I would like
to know if my code is correct.
I tried to debug it with Valgrind and I found 4 possible memory leaks...
but I think they can be
2004 Sep 10
0
Re: Bug#119396: flac: Decoded data does not equal orginal data.
--- Matt Zimmerman <mdz@debian.org> wrote:
> retitle 119396 flac: Decoded raw data does not match original raw
> data
> thanks
>
> On Tue, Nov 13, 2001 at 02:38:32AM +0000, Adam M. Costello wrote:
>
> > Matt Zimmerman <mdz@debian.org> wrote:
> >
> > > Based on a few quick tests, this kind of problem seems to occur
> with
> > > any
2010 Jan 06
1
Initializing vorbis using ov_open_callbacks fail with OV_ENOTVORBIS. But why?
Dear members,
since two weeks I am stuck, trying to demux a physical ogg stream
(theora and vorbis) and play the audio part using vorbisfile.
I hope that one of you can give me a hint or point me to additional
documentation.
I used ogg.h and vorbisfile.h.
The way so far:
- initializing an ogg_sync_state
- inserting data to sync_state using ogg_sync_buffer
- when whole page found