After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748037 - openh264enc: Add complexity property to configure speed / quality tradeoff
openh264enc: Add complexity property to configure speed / quality tradeoff
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-17 09:37 UTC by Robert Swain
Modified: 2015-04-17 12:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
openh264enc: Add complexity property. (4.11 KB, patch)
2015-04-17 09:37 UTC, Robert Swain
committed Details | Review

Description Robert Swain 2015-04-17 09:37:42 UTC
Created attachment 301807 [details] [review]
openh264enc: Add complexity property.

The OpenH264 API has a complexity parameter that configures the speed / quality tradeoff. Low complexity is fast but less good quality. High complexity is slower but better quality.
Comment 1 Sebastian Dröge (slomo) 2015-04-17 12:55:07 UTC
commit e5c73c8c8c93bc4ee28236bf86adec36ba8d7176
Author: Robert Swain <robert.swain@ericsson.com>
Date:   Fri Apr 17 09:24:12 2015 +0200

    openh264enc: Add complexity property for speed/quality tradeoff