Re: re-flac files /with
Nicholas Wilson <[email protected]>
| Newsgroups | gmane.comp.audio.compression.flac.user |
|---|---|
| Message-ID | <[email protected]> |
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