Comment 26 for bug 751114

Revision history for this message
mazurkin (mazurkin) wrote :

I found that my video converter script became broken after some update

$ dpkg --get-selections | grep 52
liba52-0.7.4 install
libavcodec-extra-52 install
libavdevice52 install
libavformat52 install
libnewt0.52 install

and now this command

ffmpeg "${FILE_INPUT}" -f mp4 -vcodec mpeg4 -b 500k -r 25 -s 640x360 -acodec libfaac -ar 22050 -ab 64k -ac 1 -threads 3 "${FILE_OUTPUT}"

fails with the following message

Unknown encoder 'libfaac'