[Bug 765391] vpx plugin fails to encode frame if duration is too short (breaks gnome shell's screen recorder)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 22 07:03:09 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=765391
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
So the first question would be if such a small duration is actually correct
here. Are you really capturing with such a high framerate and also want to
record it like that? My guess is that those duration values are wrong to begin
with.
Then in vpxenc we should catch the 0 duration and do something about it, e.g.
replacing it by 1 or erroring out in a more meaningful way. For the rate,
there's the timebase property on vpxenc that you can use to manually set it. It
defaults to 90000 because that's usually a good default for various reasons.
--
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