[FFmpeg-user] Decoding g726 audio

Paul B Mahol onemda at gmail.com
Wed Aug 22 19:08:03 EEST 2018


On 8/22/18, #J+L+ X+S+W+N% <eyal at kolhl.com> wrote:
> Tried: ffmpeg -acodec g726 -ac 1 -ar 8000 -i
> 7011-20171231-073835-Mitzvah5.g726 -f wav -y test.wav
> Got: Invalid data found when processing input
>
> Tried: ffmpeg -f s8 -acodec g726 -ac 1 -ar 8000 -i
> 7011-20171231-073835-Mitzvah5.g726 -f wav -y test.wav
> Got: Invalid number of bits 8
>
> Tried: ffmpeg -f g722 -acodec g726 -ac 1 -ar 8000 -i
> 7011-20171231-073835-Mitzvah5.g726 -f wav -y test.wav
> Got: Option sample_rate not found
>
> What are the names of the g726 format?
>

-f g726 and -f g726le


More information about the ffmpeg-user mailing list