[FFmpeg-user] forcing bitrate?

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Mar 20 15:15:09 CET 2012


Langdon <langdon <at> gmail.com> writes:

> *ffmpeg -i source/e0b.mov -vn -b:a 1536k e0b.wav*

You cannot set the bitrate for pcm_s16le (which is the default 
audio codec for the wav file format), pcm is uncompressed and 
the bitrate is a property of the codec (not something you can set).

Carl Eugen



More information about the ffmpeg-user mailing list