Reputation: 578
I'm tryiing to use g711 alaw with ffmpeg. The call avcodec_find_encoder(CODEC_ID_PCM_ALAW); returns null. I'm passing --enable-encoder=pcm_alaw as parameter to ./configure. What is wrong?
Thanks, Nahum
Upvotes: 0
Views: 3132
Reputation: 79467
If you have the ffmpeg executable compiled, you use "ffmpeg -formats" command line to see what codecs are supported.
Upvotes: 1