On Wed, Oct 27, 2010 at 3:05 AM, Zico <[email protected]> wrote: > Hi, I have been trying to run the ffmpeg command to convert my Mpeg file to > 3gp. I have installed ffmpeg, libavcodec51, libavcodec-dev for that. But, > yet, I am getting the error when I run the command: > > ffmpeg -i MELT.MPG -ab 8.85k -acodec libamr_wb -ac 1 -ar 16000 -vcodec h263 > -s qcif melt.3gp > > By the way, I am running Debian 5.0.4
ffmpeg in Ubuntu doesn't have inbuilt support for amr. I guess, the same applies for debian. In the past I have compiled ffmpeg from sources, it's not too difficult. Else, for ubuntu, ffmpeg from medibuntu repositories has worked for me. I am not sure how well it will work out for Debian, do give it a try. -- With Regards, Mehul Ved _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
