search for: flacgui

Displaying 2 results from an estimated 2 matches for "flacgui".

Did you mean: flaccus
2007 Sep 28
0
re-encode tool win32
...01 course or had completed "scripting for dummies". Once you learn what tools are available (how to loop/iterate, how to nest commands, etc) the rest is just chaining the tools together in a linear fashion to achieve the desired result. Someone put together a tools page, maybe split out flacGUI from the core flac project, and we'll all do our best to extend the tools to make common tasks easier for the users. Frank > Date: Sat, 29 Sep 2007 01:06:03 +0200 > From: tranzedude@gmail.com > To: lists@whitehouse.org.nz > Subject: Re: [flac] re-encode tool win32 > CC: russofr...
2007 Sep 28
4
re-encode tool win32
2007/9/28, Aaron Whitehouse <lists@whitehouse.org.nz>: > > > 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 I think this would