Displaying 9 results from an estimated 9 matches for "jcsston".
2004 Sep 10
2
Storing FLAC in Matroska
...Init the decoder
FLAC__stream_decoder_init(flac_file);
//Start decoding, the callbacks do all the work from here
FLAC__stream_decoder_process_until_end_of_stream(flac_file);
return 0;
}
----- Original Message -----
From: "Josh Coalson" <xflac@yahoo.com>
To: "Jory" <jcsston@ToughGuy.net>; <flac-dev@lists.sourceforge.net>
Cc: <Matroska-devel@lists.matroska.org>
Sent: Tuesday, July 08, 2003 5:02 PM
Subject: Re: [Flac-dev] Storing FLAC in Matroska
> --- Jory <jcsston@ToughGuy.net> wrote:
> > Hello,
> > I'm looking into storin...
2004 Sep 10
2
Storing FLAC in Matroska
...in Matroska and I have a few
questions.
1. Can I use libflac to extract the compressed frames?
Or will I need to write up a simple file parser?
2. What is required to decode the frames?
From the docs I understand that you need the FRAME and you may need the
METADATA_BLOCK.
Thanks,
Jory Stone
jcsston@toughguy.net
Matroska, the new, extensible open standard A/V container format
http://www.matroska.org/
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2004 Sep 10
0
Storing FLAC in Matroska
--- Jory <jcsston@ToughGuy.net> wrote:
> Hello,
> I'm looking into storing FLAC audio in Matroska and I have a few
> questions.
>
> 1. Can I use libflac to extract the compressed frames?
> Or will I need to write up a simple file parser?
I'm not sure I understand your question, but...
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2004 Sep 10
2
[Flac-users] Matroska open source A/V container format officially released
...latest parser filter and will install it automatically, plus it
can easily be registered to playback matroska files.
MPA2MKA and WAV2MKA : Both programs allow the user to transmux PCM or
MP2/3 audio file into matroska audio files and were developed by John
'spyder' Cannon and Jory 'jcsston' Stone . Link :
http://matroska.sourceforge.net/downloads/mpa2mka.zip and
http://matroska.sourceforge.net/downloads/wav2mka.zip .
Future Features/Codecs ( still to come ):
- Menues
- Chapters
- MPEG 1/2 video support
- special mode 2 form 2 burning with ECC/EDC
- Image Subtitles ( BMP and...
2004 Mar 21
3
New Directshow filters preview...
I have been developing some directshow filters for ogg, and vorbis and speex... currently i have an ogg demux filter and a speex/vorbis decoding filter. In this pre-release only vorbis is operational... but the speex decoder is pretty much done... i jsut need to tweak the demux filter so that it can negotiate a speex connection with the other filter. Just though some people might find them useful