Zum Inhalt springen
42
21 is only half the truth
flac to alac with ffmpeg
Juni 14, 2017
Oliver Bunte
Linux
for f in ./*.flac; do ffmpeg -i "$f" -c:a alac "${f%.*}.m4a"; done