tags:

views:

79

answers:

2

I am trying to convert an avi file to flv with an fairly simple ffmpeg command:

ffmpeg -i dbkai12.avi -ab 96k -b 700k -ar 44100 -s 640x480 -acodec mp3 video.flv

The video does exactly what I want, just no audio. I didnt come up with these numbers, just pulled them from different sources.

Also tried:

ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 320x240 video.flv

Same result.

A: 

So can anyone here help us install the mp3 codec for ffmpeg-php ?

Hrishikesh Choudhari
A: 

same thing is happening with me have you figured it out?

sarmen