cd /repertoire/cible/
find . -name « *.opus » -print0 |while read -d $’\0′ file; do ffmpeg -i « $file » -ab 256k -ar 44100 -y « ${file%.opus}.mp3 »;done
cd /repertoire/cible/
find . -name « *.opus » -print0 |while read -d $’\0′ file; do ffmpeg -i « $file » -ab 256k -ar 44100 -y « ${file%.opus}.mp3 »;done