[Flac] re-flac files /with
Nicholas Wilson
ncw33 at cam.ac.uk
Fri Feb 15 14:02:20 PST 2008
On Friday 15 February 2008 9:59 pm Richard wrote:
> Have about 200 flac files, that DON'T have replay-gain tags..
> I would just like to ? re-encode them with replay-gain tags? if possible
> if possible what command line string would work?
>
> Thanks in Advance
> Richard
find . -type f -name \*flac -print -execdir metaflac --add-replay-gain {} +
in the top directory should do it (this will apply album gain to all the files
in each directory).
Nicholas
More information about the Flac
mailing list