#!/bin/rc crip -n for(i in *.flac) ffmpeg -i $i -sample_fmt s16 -ar 16000 `{echo $i|sed 's/\.flac/\.16\.flac/'}