robinbowes / flac2mp3

flac2mp3 is a tool to convert audio files from flac to mp3 format including the copying of tags.
GNU General Public License v3.0
143 stars 29 forks source link

Add --preset='s' argument #44

Closed anthonyryan1 closed 9 years ago

anthonyryan1 commented 9 years ago

This is intended to allow a person to chose from a group of generally accepted and popular LAME arguments, rather than having a single built-in default. Default behavior remains unchanged and --lameargs='s' is still available for advanced use cases.

I'm open to comments, criticisms or suggestions.