tinkering.vandoeselaar.com/

mei 2018

This command finds all Flac files and then converts them to mp3 with FFMPEG keeping meta data.

find . -name "*.flac" -exec ffmpeg -i {} -ab 320k -map_metadata 0 -id3v2_version 3 {}.mp3 \;

Tinkering:

"the act of making some small changes to something, in an attempt to improve it or repair it."