Skip to content

mhausmann/flac2mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

flac2mp3.sh - Convert from FLAC to MP3

This Bash shell script converts from any flac file to mp3. It looks for .flac files in the directory provided and drops the new MP3's into the same directory.

It depends on libraries that are available via Homebrew, so you'll need that and possibly the Apple Command Line Tools.

Installation

  • [Install Apple Command Line Tools] -- xcode-select --install
  • Install Homebrew -- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    • Make sure to run "brew doctor" if this is the first time you have installed Homebrew.
  • [Install flac] -- brew install flac
  • [Install LAME] -- brew install lame

Usage

$ sh flac2mp3.sh

About

Shell script to convert from FLAC to high quality MP3's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages