[gstreamer-bugs] [Bug 627977] New: add deadline parameter to vp8enc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 25 12:17:40 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=627977
  GStreamer | gst-plugins-bad | 0.10.x

           Summary: add deadline parameter to vp8enc
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


According to this documentation:
http://www.webmproject.org/tools/vp8-sdk/vp8_api1_migration.html

there is a deadline parameter what affect directly encoding speed (and
quality), is it possible to add this to vp8enc? please :D

Affected flugs are VPX_DL_REALTIME, VPX_DL_GOOD_QUALITY, VPX_DL_BEST_QUALITY
set to:
vpx_codec_encode(&encoder, img, pts, 1, 0, VPX_DL_REALTIME);

i see gstreamer use this function. Hopefully adding this flags will be not a
big problem.

Regards,
 Alexey

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list