[Bug 796598] x264enc packaged with Ubuntu 18.04 bionic does not work

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jun 16 17:42:52 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796598

--- Comment #12 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
I think your problem is that the new caps you are setting are not supported by
v4l2src-without-libv4l2 any longer.

Run

  $ gst-device-monitor-1.0 Video/Source

to see supported caps (or see probed caps above in previous comment).

Problem is the usb bandwidth doesn't allow raw video at higher resolutions and
framerates, so you will have to get JPEG and decode it (you may just want to do
that unconditionally actually).

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