ianjohnson_nz wrote: > > Thanks very much for this Robin, I just downloaded it and as a newbie > to Perl worked out how to run it. Fantastic little utility.
Glad you found it useful. > > One question: what LAME setting does it use for the MP3 files? Can > these be adjusted? Sure. Look for these lines in flac2mp3.pl: # Modify lame options if required our @lameargs = qw ( --preset standard --quiet ); Simply add whatever lame switches you require between the brackets. > > Many thanks again for such a convenient little util. np. R. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
