[FFmpeg-user] Unknown encoder 'libvo_aacenc'
Jim Shupert
jshupert at pps-inc.com
Tue Jun 4 15:01:33 CEST 2013
On 6/3/2013 10:49 PM, RITESH MEHANDIRATTA wrote:
> How to install libfdk-aacenc i run this command
>
Friend Ritesh,
You should do an investigation as to what codecs you have 'available' to
your current install
do an ffmpeg -h for help
one of the things you will find you can obtain is a listing of codecs ::
ffmpeg -codecs .
You will need to be mindful of the ledgend across the top
some codecs are only "D" decoding and of course here you wish to "E" encode
such as :
D A aac Advanced Audio Coding .. decode only
EA libfaac libfaac AAC (Advanced Audio Codec) ... this will
encode
called as
-acodec libfaac.
do that help - it will help ;)
More information about the ffmpeg-user
mailing list