[Flac-dev] flac recipe for magicrescue

Richard Zidlicky rz at linux-m68k.org
Fri Apr 20 04:15:42 PDT 2007


Hi,

I have cooked up a simple flac recipe for magicrescue - seems
to work fine. Any ideas for improvement? Is there any way to
recover the original filename from the compressed data?

http://jbj.rapanden.dk/magicrescue/

Richard

#########################################################
# Extracts flac sound files

0 string fLaC

extension flac

# Allow infinite overlap because the recompressed file may be much larger than
# the original one.. at least in theory

allow_overlap -1


# hope that flac will do the right thing..
command flac -d - | flac -8 - > "$1"




More information about the Flac-dev mailing list