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
141 stars 29 forks source link

flac not found at flac2mp3.pl line 228 #52

Closed erikparr closed 7 years ago

erikparr commented 7 years ago

When run the script i get a flac not found error, despite the fact that my paths are definitely pointing to valid directories filled with flac files. Whats going on here? perl flac2mp3.pl /path/to/lossless /path/to/lossy(replaced with actual file paths of course) returns flac not found at flac2mp3.pl line 228 on macos sierra thx

robinbowes commented 7 years ago

That's telling you you've not got the flac tool installed.

Install flac.

erikparr commented 7 years ago

Right. that did the trick. thanks