Displaying 20 results from an estimated 10000 matches similar to: "ogg-flac?"
2004 Sep 10
0
Fwd: Re: ogg-flac?
--- Matt Zimmerman <mdz@debian.org> wrote:
> Date: Mon, 26 Mar 2001 18:40:38 -0500
> From: Matt Zimmerman <mdz@debian.org>
> To: flac-dev@lists.sourceforge.net
> Subject: Re: [Flac-dev] ogg-flac?
>
> On Mon, Mar 26, 2001 at 11:34:04AM -0800, Josh Coalson wrote:
>
> > --- "smoerk@gmx.de" <smoerk@gmx.de> wrote:
> > > hi,
> >
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
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
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 );
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
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
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
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 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
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
2008 Nov 30
1
ogg_stream_pageout function...
I write this small piece of code, that get pixels and encode them:
ogg_page page;
ogg_packet packet;
m_frameSource.getYUVBits(m_buffer.y, m_buffer.u, m_buffer.v);
theora_encode_YUVin(&m_encoder, &m_buffer);
while(theora_encode_packetout(&m_encoder, isLastFrame, &packet))
ogg_stream_packetin(&m_oggStream, &packet);
while
2006 Oct 06
0
V4L + Theora small app...
Hi all.
I post a small app I made that create 2 clips using a V4L device.
I would like to get every tips you think it's useful...
Some notes:
- I make 2 clips because in our project we create series of clips and
it's important to check that the all the resources ( memory,
descriptors, etc. ) are freed correctly and to reuse all the resources
that can be reused
- the clips are not well
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
2002 Jun 24
1
packetno, granulepos, streaming and framing
Hi
While implementing OSS Ogg/Vorbis encoding and streaming using RTP/RTCP
for both unicast and multicast, I have come across a few issues I need
to clear out regarding the numbering of ogg_packets and their granulepos
value. Below are the result for two different scenarios.
<p>In the first scenario, ogg_packets are generated using
a) vorbis_analysis_headerout()
b) while
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
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)
2001 Sep 02
0
Encoding process
I apologize for bugging you all again, but I've been trying to wrap my head
around the encoding process and I'm about to have an aneurysm :P
I've gone through oggenc.c, encode.c, and audio.c and I think I have a basic
idea of what happens. I got it down in pseudocode as follows:
---
1 get parameters
2 init vorbis_comment -- vorbis_comment_init()
3 init vorbis_info --