[FFmpeg-user] Input 5.1 DTS, output 2.0 MP3: Atrocious Quality
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon May 18 00:03:14 CEST 2015
John L <orionfyre <at> hotmail.com> writes:
> However on a few videos the audio was absolutely atrocious
Please test the following:
$ ffmpeg -i inter.dts -rematrix_maxval 1.0 -ac 2 out.ac3
$ ffmpeg -i inter.dts -rematrix_maxval 1.0 -ac 2 out.mp3
$ ffmpeg -i inter.dts -rematrix_maxval 1.0 -ac 2 -acodec pcm_f32le out.wav
Thank you, Carl Eugen
More information about the ffmpeg-user
mailing list