Re: re-encode tool win32
"Aaron Whitehouse" <[email protected]>
| Newsgroups | gmane.comp.audio.compression.flac.user |
|---|---|
| Message-ID | <[email protected]> |
> Under linux/bash, it would be something like....
> cd /MusicDirectory
> find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' \;
Wouldn't it be nice if it was something closer to:
flac --reencode --recursive -8 *.flac
Aaron