class Object
Constants
- FLAC
- FLAC_OPTS
- LAME
- LAME_OPTS
- METAFLAC
environment variables
- VERSION
flac2lame, january 2012, pete gamache, gamache!@#$!@gmail.com
Use flac2lame to take properly-tagged
FLAC
files and turn them into properly tagged MP3s. I wanted to call it flac2mp3 but that is already a Bash script.Requires: flac (and metaflac), lame
Public Instance Methods
usage()
click to toggle source
# File bin/flac2lame, line 12 def usage <<-EOT flac2lame v#{VERSION} (https://github.com/gamache/flac2lame) Usage: #{$0} path/to/file1.flac ... path/to/fileN.flac Outputs file1.mp3 ... fileN.mp3 in the current directory. Run '#{$0} -h' to see this message. EOT end