[gstreamer-bugs] [Bug 607798] x264enc needs updating to support new features
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 29 10:57:47 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=607798
GStreamer | gst-plugins-ugly | git
--- Comment #2 from Jason Garrett-Glaser <darkshikari at gmail.com> 2010-01-29 18:57:42 UTC ---
>and possible more generally useful) if these tunings and/or presets would in some way be accessible on library level
That's probably a good idea; I have this on my list of things to do (maybe
adding them to x264enc can wait until I've added them to the library). Here's
the two options I've thought of; opinions would be welcome:
1) x264_param_default( ¶m, PRESET_NAME, TUNE_NAME )
2) x264_param_default( ¶m, "preset name", "tune name" )
The latter allows us to update presets/tunes without changing API, since it's
string-based. It's also simpler for CLI apps to use, since they can just pass
the user's input blindly.
--
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