GNOME Bugzilla – Bug 722086
encoder: fix bitrate units (kbps)
Last modified: 2014-01-13 16:37:40 UTC
Bitrate is expressed in kilobits per second (kbps). So, this exactly means multiple of 1000 bits, not 1024 bits. This applies to both MPEG-2 and H.264 encoders.
commit 368caf22da7cdd2f6b6e29fd20ca40616ca98bc2 Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Sun Jan 12 23:17:14 2014 +0100 encoder: fix bitrate units to match kbps. Bitrate is expressed in kilobits per second (kbps). So, this exactly means in multiple of 1000 bits, not 1024 bits. https://bugzilla.gnome.org/show_bug.cgi?id=722086