IMPORTANT NOTE:some people have had problems with 24bit files encoded with flac-1.2.1. what is happening is that the encoder is taking advantage of 1.2.x features to encode the 24bit file more efficiently. this was not supposed to be released yet to give s/w more time to update to a 1.2.x decoder, but was picked up by a CVS merge that was too broad. specifically, the files are using
RICE2 partitions. 1.2.x decoders handle this fine so you can get back the original using a 1.2.x decoder if this is causing a problem.
the change to the decoder needed to support RICE2 partitions is pretty trivial; I will try and get in touch with ffmpeg about it.
Josh
QUOTE(spockep @ Sep 21 2007, 16:44)

I know this was mentioned before, but it would be great to have the Nero Flac plugin included in the downloads. The proper installation is to copy the plugin to the C:\Program Files\Common Files\Ahead\AudioPlugins folder. It would really be grand if the plugin could be included in the zip download. It's a pain having to run the installer just for the nero plugin.
Or you could just provide a link to afterdawns neroplugin site:
http://neroplugins.afterdawn.com/I'm a little bit hesitant to include a shaky plugin but now that you've described the procedure it's at least possible for me to do it! thanks.
QUOTE(bephillips @ Sep 21 2007, 20:35)

And is there any point in transcoding from flacs encoded in 1.1.3 or 1.1.4? Would I gain much space? I have about 1.3 TB of flacs.
there was a compression improvement in 1.1.4, otherwise, no. see the
FLAC changelogQUOTE(aval57 @ Sep 22 2007, 14:58)

Another mingw32 compile note: make fails due to this conditional at the top of \include\share\alloc.h, which prevents stdint.h from being #included, leaving SIZE_MAX undefined.
CODE
#if !defined _MSC_VER &&!defined __MINGW32__ && !defined __EMX__
#include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */
#endif
thanks, fixed in CVS.
QUOTE(CyberFoxx @ Sep 22 2007, 01:29)

Somebody with the connections/authority/"ability to code" might want to get on the ffmpeg guys' cases. At least with ffmpeg 0.4.9_p20070616-r1 from Gentoo Portage, playing of 1.2.1 flacs appears to be broken. (Using ffplay actually segfaults.) Thankfully, xine-lib, audacious, and mpd all use libFLAC, but mplayer uses ffmpeg's flac decoder. And it was me just going to preview a 1.2.1 encoded flac with mplayer that I noticed the problem.
is this happening on a 24bps stream? that's the only thing I can think of. if so, read the previous important note. if not, can you host or upload a small flac file that causes a crash?
Josh