Re: ffmpeg audio decoding broken

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: ffmpeg audio decoding broken
"Christian D." <Christian_Duerselen@???> writes:

[...]

> Error while opening encoder for output stream #0.0 - maybe incorrect
> parameters such as bit_rate, rate, width or height
>
> Can anybody reproduce this behaviour or error?


You need to reduce the channel number from 5.1 to 2

Try with :

ffmpeg -i test.ac3 -ac 2 test.mp3

Christian