ffmpeg for mass conversion

jdd jdd at dodin.org
Fri May 29 09:03:57 UTC 2009


Haneef Bashir a écrit :
> i have some audio files in rm format i want to convert using ffmpeg
> can anyone tell me what is the command for mass conversion?
> 

my script to convert all wav to mp3. ffmpeg works mostly the same

........
#!/bin/sh
for i in *.wav
do

NAME=`basename "$i" .wav`
lame -h -v "$i" "$NAME.mp3"

done
........

jdd
-- 
http://www.dodin.net
http://valerie.dodin.org
http://news.opensuse.org/2009/04/13/people-of-opensuse-jean-daniel-dodin/





More information about the ubuntu-users mailing list