Re: [Libav-user] Convert audio to G711 raw format

2016-08-02 Thread black copper
>
>
> $ ffmpeg -i input -f alaw out1
> $ ffmpeg -i input -f mulaw out2
>
> or:
>
> $ ffmpeg -i input out.al
> $ ffmpeg -i input out.ul
>
> Carl Eugen
>
>
Thanks - just what I wanted!
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


Re: [Libav-user] Convert audio to G711 raw format

2016-08-02 Thread Carl Eugen Hoyos
On Monday 01 August 2016 11:52:32 am you wrote:
> I want to convert an audio file to G.711 format. I can see encoding to uLaw
> PCM and aLaw PCM, but can't find a command line argument that will convert
> my audio file to simple G.711.

$ ffmpeg -i input -f alaw out1
$ ffmpeg -i input -f mulaw out2

or:

$ ffmpeg -i input out.al
$ ffmpeg -i input out.ul

Carl Eugen
___
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user