Hacker News new | ask | show | jobs
by abrowne 1903 days ago
Convert all FLAC files in the directory to MP3s, in parallel using fd:

    fd -t f -e flac . "$@" -x ffmpeg -loglevel 16 -i "{}" -qscale:a 0 "{.}.mp3"