ffmpeg for mass conversion
Michael Zoet
Michael.Zoet at zoet.de
Fri May 29 07:57:22 UTC 2009
On Fri, 29 May 2009 09:42:38 +0300, Haneef Bashir <darkfena313 at gmail.com>
wrote:
> 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?
I do such things mostly with a for bash provides.
An example:
for i in *; do echo $i; done
This will echo all files and directories found in the working dir ( the
variable i gets this info from the bash, simply put)
You can change the "echo $i" commands to suite your ffmpeg needs and
options.
Hope this helps,
Michael
P.S.: as it is Unix/Linux you can achieve this by various ways.
--
Michael Zoet
Ubuntu Deutschland e.V.
Ubuntu-Berlin
c-base e.V.
More information about the ubuntu-users
mailing list