[gstreamer-bugs] [Bug 371314] New: All encoder elements should specify bitrate in bps

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Nov 5 16:07:22 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=371314

  GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: All encoder elements should specify bitrate in bps
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tristan.brindle at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


At present, some encoder elements require their bitrate property to be set in
bits per second, and some require kilobits per second. For example, theoraenc
requires kbps, whereas xvidenc and ffenc_* require bps. Conversely, vorbisenc
requires bps whereas lame requires kbps.

This is annoying and inconsistant and makes it more difficult than necessary to
code apps which allow the user to choose between a number of different
encoders.

As such, all elements should use the same unit for bitrate.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list