Created
December 30, 2022 05:44
-
-
Save fbmoose48/fc329335b4ff15af1c154fc7a9ea7d34 to your computer and use it in GitHub Desktop.
mp3all128k
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for file in *.mp3; do lame -b 128 "$file"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment