I need to convert mp3s from 5 folders to the lower bitrate (192) ones without changing their names. How can I do it? (what command)
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Depending on how many files you have, this could take forever.
This will find all mp3 files in the current directory and subdirectories, and for each mp3 file it finds:
In my testing, not all tags were preserved during the conversion. Please test this before you run it on your entire library. |
|||
|
|