I’ve been using JDownloads2 to download from YouTube Music. But my car stereo only supports mp3 so have to convert the files. Any suggestion for good audio converter that works in large batches? I’ve looked, and maybe my google fu sucks, but can’t see a way to force JDownloads to do MP3, it’s doing m4a.

  • @[email protected]
    link
    fedilink
    English
    82 years ago

    Do something like find . -name "*.m4a" -print0 | parallel -0 ffmpeg -i "{}" -c:a libmp3lame -q:a 0 "{.}.mp3"