ffmpeg for mass conversion
Haneef Bashir
darkfena313 at gmail.com
Fri May 29 10:07:02 UTC 2009
On Fri, May 29, 2009 at 12:03 PM, jdd <jdd at dodin.org> wrote:
> 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
thanks for the help
More information about the ubuntu-users
mailing list