Return to Snippet

Revision: 31637
at September 9, 2010 23:31 by 1b0t


Initial Code
for f in *.mp3 ; do lame --mp3input -b 96 "$f" <path_to_destination>/"$f" ; done

Initial URL


Initial Description


Initial Title
Convert mp3 bitrate

Initial Tags


Initial Language
Bash