> > Is it possible to use flac on a CD audio image (e.g. on the .bin file> > of a > > cdrdao .bin + cue-file setup)? > > probably not. I don't know the file format, but unless it > stores word-aligned raw PCM samples, flac won't be able to > parse it. ??? following works for me: flac -fr -fl -fp 16 -fc 2 -fs 44100 cdda.bin flac -d -fr -fl cdda.flac depending on your burner you might have to change the byte order.