Brad O'Hearne <brado@...> writes: > Is there a way to encode an FLV file with AAC audio > rather than the ADPCM which defaults when creating an > output format context oriented to FLV? The output > format context defaults to the ADPCM_SWF codec, but > when I tried to change it to AAC (or SPEEX or MP3) I > received an error message -- that these codecs > couldn't be found.
For mp3 and speex, you have to compile FFmpeg with external libraries (lame and libspeex), to use the internal aac encoder you have to pass the equivalent of -strict -2 to the system. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
