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