Convert mp3 bitrate


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. for f in *.mp3 ; do lame --mp3input -b 96 "$f" <path_to_destination>/"$f" ; done

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.