hello all
I installed libfaac, libfaad, libmp3lame then I installed ffmpeg with this
configure script:


--enable-libfaac --enable-libfaad --enable-libmp3

every thing is installed with no errors.

Now I want to decode and then ecode a wav file to aac. but my program cannot
encode the decoded packet to aac format.

my question is, Is there any specific way to use these libraries or just as
other encoding/decoding way such as:



avcodec_decode_audio2(CodecContext, Buffer, &Buffer_size, PacketData,
PacketSize)

and

avcodec_encode_audio(codec, buffer, buffer_size, samples)



Regards,

Shujaat
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to