[Bug 708036] x264enc: really use 'main' as the default profile

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 18 05:57:36 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=708036
  GStreamer | gst-plugins-ugly | unspecified

--- Comment #7 from Andoni Morales <ylatuya at gmail.com> 2013-09-18 09:36:25 UTC ---
That makes sense, use the best possible quality unless you have restrictions.
By default libx264 does not set any restriction:

---------------
profile

Default: not set

Limit the profile of the output stream. If you specify a profile, it overrides
all other settings, so if you use it, you will be guaranteed a compatible
stream. If you set this option, you cannot use lossless encoding (--qp 0 or
--crf 0).

You should set this if you know your playback device only supports a certain
profile. Most decoders support High profile, so there's no need to set this.

Values available: baseline, main, high, high10, high422, high444. 
----------------

-- 
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