data.haus blog

minimal tech for today

Convert FLAC to MP3

2018-07-22 - psic4t

FLACS are a waste of space! Make me red.

To convert them to MP3 in parallel processing, do:

parallel ffmpeg -i {} -qscale:a 2 {.}.mp3 ::: ./*.flac

This endodes the bloat to VBS with -V 2.

View more postsRSS