Re: [FFmpeg-user] amr wideband

2024-04-09 Thread Ferdi Scholten
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

[FFmpeg-user] amr wideband

2024-04-09 Thread Lucas Eckert
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