[FFmpeg-user] libvo_aacenc is not available

Jabba Laci jabba.laci at gmail.com
Mon Mar 4 21:06:10 CET 2013


Hi,

I'm new to the list. I compiled FFmpeg on Ubuntu 12.10 as described
here: https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide . I
compiled it from source because I wanted to use the libfaac codec. Now
I have libfaac but libvo_aacenc is missing.

The command I try:

ffmpeg -i movie.mkv -codec:v libx264 -quality good -cpu-used 0 -b:v
600k -profile:v baseline -level 30 -y -maxrate 2000k -bufsize 2000k
-vf scale=480:320 -threads 2 -codec:a libvo_aacenc -b:a 128k out.mp4

(My goal is to resize movies for my Android phone).

The error message:

Unknown encoder 'libvo_aacenc'

I also tried the static build from http://ffmpeg.gusari.org/static/
which has libvo_aacenc but doesn't include libfaac. How could I
combine them and have both codecs?

Thanks,

Laszlo


More information about the ffmpeg-user mailing list