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"


_______________________________________________
Flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to