straluna wrote: > >cat script_utili/cioz_m4a/m4a2mp3.sh >#!/bin/bash > >for i in *.m4a; do > out=`echo "$i"|sed -e 's/\,//g' | sed -e 's/.m4a$//g'` > mplayer -ao pcm "$i" -ao pcm:file="$out.wav" > lame -h -b 192 "$out.wav" "$out.mp3" ; rm "$out.wav" >done > > > in effetti con lame si riesce, ho convertito direttamente in mp3 senza passare per mplayer che non ho disponibile nella mia debian/ppc ;-)
Alessandro -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

