Re: ffmpeg audio decoding broken

Kezdőlap

Válasz az üzenetre
Szerző: Christian Marillat
Dátum:  
Címzett: dmo-discussion
Tárgy: 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