Flac to Mp3 bash script

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
User avatar
banger0250
Posts: 44
Joined: Thu 12 Aug 2010, 20:23
Location: Rothwell,Brisbane,Qld,AU

Flac to Mp3 bash script

#1 Post by banger0250 »

Hi all audiophiles found this bash script to convert .flac audio files to .mp3.
.First you need to install:
  • flac
    lame
(This can be done using the PET PACKAGE INSTALLER)

Then copy the entire script from here http://www.sklav.com/flac-to-mp3-simplified-for-linux
Copy the whole script to an empty text file, save it as (what eva u like) say

Code: Select all

flac2mp3.
Then in the same directory in a terminal run:

Code: Select all

chmod +x flac2mp3
I then just symlinked the script to a music folder with .flac files. Just use ROX Filer for this or

Code: Select all

ln -s /home/flac2mp3 /music/jizzbucket.flac
and ran.

Code: Select all

./flac2mp3 *.flac
in a terminal in that directory.[/list]
If anyone has a good way to execute a bash script in puppy i would really appreciate it.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

flac to mp3

#2 Post by don570 »

If anyone has a good way to execute a bash script in puppy i would really appreciate it.
Did you ever try...
http://www.murga-linux.com/puppy/viewtopic.php?t=70759

pet2tgz packagename.pet

will open the package up and you can study it.

The script I used works differently but you
might get some useful ideas.
If you have any questions you can ask me.
___________________________________________

User avatar
banger0250
Posts: 44
Joined: Thu 12 Aug 2010, 20:23
Location: Rothwell,Brisbane,Qld,AU

#3 Post by banger0250 »

I made a symbolic link to /root/my-applications so now i run this in the directory with the .flac files

Code: Select all

flac2mp3 *.flac
Removing the need to link everytime i want to convert a folder.
Taking pup for a walk

Post Reply