[FFmpeg-user] Audio transcoding

Mirko Puliafito mirko.puliafito at gmail.com
Mon Aug 26 11:58:44 CEST 2013


Alaw is 16 bits per sample. If you want other PCM formats take a look here:

http://trac.ffmpeg.org/wiki/audio%20types

Mirko


2013/8/26 Diljit Singh <diljit77 at gmail.com>

> thanks Mirko,
>
> but how we can controls bits per sample ?
>
> Regards
> Diljit Singh
>
>
> On Mon, Aug 26, 2013 at 3:12 PM, Mirko Puliafito
> <mirko.puliafito at gmail.com>wrote:
>
> > Try with:
> >
> > ffmpeg -i <your_audio_source_path> -acodec pcm_alaw -ar 8000 -ac 1
> > <your_dest_file_path>
> >
> > Mirko
> > 2013/8/26 Diljit Singh <diljit77 at gmail.com>
> >
> > > Dear All,
> > >
> > > Want to transcode audio in following format. Please suggest
> > >
> > > 16 bit, 8KHz, Mono- 9 db, mono, G.711 A- Law encoding
> > >
> > > As far as sampling frequency and no of channel is concern I know the
> flag
> > > used, but not for rest of the configurations
> > >
> > > Regards
> > > Diljit Singh
> > > _______________________________________________
> > > ffmpeg-user mailing list
> > > ffmpeg-user at ffmpeg.org
> > > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> > >
> > _______________________________________________
> > ffmpeg-user mailing list
> > ffmpeg-user at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list