Activity log for bug #133931

Date Who What changed Old value New value Message
2007-08-21 21:53:31 renbag bug added bug
2007-08-21 22:13:50 Chris Halse Rogers ffmpeg: status New Invalid
2007-08-21 22:13:50 Chris Halse Rogers ffmpeg: statusexplanation Thank you for reporting this bug, and trying to help make Ubuntu better. However, this is not a bug - the units of all the bitrate parameters have changed from kbit/s to bits/sec. Thus, your first command line is asking for an audio bitrate of 384 bits per second, or approximately 0 kb/s, which is what ffmpeg gave you. What you obviously meant was "-ab 384000" or "-ab 384k".