Hey ffmpeg Team,
I am trying to convert a wav file to an amr wideband format. I tried
using different encoders:
ffmpeg -i test/calibre.wav -f awb -c:a libvo_amrwbenc calibre.awb
or:
ffmpeg -i test/calibre.wav -f awb -c:a libfdk_aac calibre.awb
I also tried without the "-f awb" option.
Whe
Hey ffmpeg Team,
I am trying to convert a wav file to an amr wideband format. I tried
using different encoders:
ffmpeg -i test/calibre.wav -f awb -c:a libvo_amrwbenc calibre.awb
or:
ffmpeg -i test/calibre.wav -f awb -c:a libfdk_aac calibre.awb
I also tried without the "-f awb" option.
When