Re: flac --replay-gain

Ron Decline <[email protected]> Wed, 30 Dec 2009 15:06:01 -0500
Newsgroups gmane.comp.audio.compression.flac.user
Message-ID <[email protected]>
Ah!  metaflac, thanks,  but won't this cause metaflac to combine flac's across directories and give an album replay gain for the combined flac's?  (as opposed to separate albums i.e. metaflac /album1/*.flac /album2/*.flac as opposed to metaflac /album1/*.flac, metaflac /album2/*.flac)

On Dec 30, 2009, at 11:43 AM, Nicholas Wilson wrote:

> Run from the top directory:
> 
> find . -name "*.flac" -print -execdir metaflac --add-replay-gain {} +
> 
> which should do it.
> 
> Nicholas
> 
> On Wed, Dec 30, 2009 at 2:13 PM, Ron Decline <[email protected]> wrote:
>> 
>> I have FLAC files that I would like to re-encode with --replay-gain.  I have my Flac's organized in Artist/Album folders, so I should have no problem getting an album gain/peak per album.
>> 
>> Do I need to first de-code the flac's to wav files and then "flac --replay-gain *.wav", or can this be accomplished by going to each Album directory and "flac -f --replay-gain *.flac"?
>> _______________________________________________
>> Flac mailing list
>> [email protected]
>> http://lists.xiph.org/mailman/listinfo/flac
>>