Skip to content

Instantly share code, notes, and snippets.

@mxcl
Created June 5, 2009 11:28
Show Gist options
  • Save mxcl/124242 to your computer and use it in GitHub Desktop.
Save mxcl/124242 to your computer and use it in GitHub Desktop.
Simplest functional FLAC to MP3 converter script you can make
@dhinus
Copy link

dhinus commented Feb 22, 2012

There's a very good page on LAME bitrates here:
http://wiki.hydrogenaudio.org/index.php?title=LAME

Personally I use -V2 that is just the new syntax for --alt-preset standard

@msoap
Copy link

msoap commented Mar 25, 2012

I fixed --tl option for album tag (was --t1)
and added --ty for year tag

https://gist.github.com/2193212

@rayray
Copy link

rayray commented Jun 27, 2012

Fixed album option (as noted by msoap) and added options for V2..V0 and 320CBR. Made the default V0.

https://gist.github.com/2998853

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment