GNOME Bugzilla – Bug 719703
encoder: mpeg2: derive profile & level from active features
Last modified: 2014-01-13 16:38:17 UTC
This is the MPEG-2 encoding counterpart for bug #719691. Expected changes: - Default profile to which encoded streams need to conform: "Simple Profile" - "max-bframes" then need to be set to zero - If "max-bframes" > 0, then profile is inferred to be "Main Profile".
I will fix this after #719691 fixed
commit e311d53c8a18eb6b3fff2648a42d17c2e87d7b35 Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Mon Jan 13 16:56:04 2014 +0100 encoder: mpeg2: derive profile and level from active coding tools. Automatically derive the minimum profile and level to be used for encoding, based on the activated coding tools. Improve lookup for the best suitable level with the new MPEG-2 helper functions. Also change the default profile to "simple" so that to ensure maximum compatibility when the stream is decoded. https://bugzilla.gnome.org/show_bug.cgi?id=719703