system("find /tmp/$id/ -iname \"*.wav\" -print0 | xargs -0 -n 1 -I '{}' ffmpeg -i '{}' -f mp3 '{}'.mp3 2>> /usr/rip/cdimport.log")