[gstreamer-bugs] [Bug 641746] New: Setting standards profiles on encodebin elements
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Feb 7 08:34:44 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=641746
GStreamer | gst-plugins-base | git
Summary: Setting standards profiles on encodebin elements
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: Uraeus at linuxrising.org
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
I am currently in Transmageddon using the .prs preset system to set some values
in order to create files that conform to various format profile standards, an
example is h264 which got the following:
[Profile Baseline]
_meta/comment=Baseline Profile
bframes=0
cabac=false
dct8x8=false
[Profile Main]
_meta/comment=Main Profile
cabac=true
dct8x8=false
[Profile High]
_meta/comment=High Profile
cabac=true
dct8x8=true
What would be the natural way to do this with encodebin? do these need to be
added to caps?
--
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