Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> Please test the following:
> $ ffmpeg -i inter.dts -ac 2 out16.wav
> $ ffmpeg -i inter.dts -ac 2 -acodec pcm_s32le out32.wav
> $ ffmpeg -i inter.dts -ac 2 -ab 640k out.ac3
> $ ffmpeg -i inter.dts -ac 2 -ab 320k out.mp2

After reading libmp3lame.c sources, the following 
test also makes sense imo:
$ ffmpeg -i inter.dts -ac 2 -acodec pcm_f32le outf.wav

Thank you, Carl Eugen

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to