[FFmpeg-user] Decoding g726 audio

איל חסון eyal at kolhl.com
Wed Aug 22 19:46:54 EEST 2018


I get: Unknown input format: 'g726'

-----Original Message-----
From: ffmpeg-user [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of Paul B Mahol
Sent: Wednesday, August 22, 2018 7:08 PM
To: FFmpeg user questions <ffmpeg-user at ffmpeg.org>
Subject: Re: [FFmpeg-user] Decoding g726 audio

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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list