After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796975 - x264enc: 10bit encode broken with x264 153+
x264enc: 10bit encode broken with x264 153+
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 1.14.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-08-16 13:04 UTC by Jan Alexander Steffens (heftig)
Modified: 2018-08-17 06:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
x264enc: Set bit depth for x264 ≥ 153 (1.08 KB, patch)
2018-08-16 13:04 UTC, Jan Alexander Steffens (heftig)
committed Details | Review

Description Jan Alexander Steffens (heftig) 2018-08-16 13:04:02 UTC
Encode fails with "This build of x264 requires 8-bit input. Rebuild to support high depth input." when the first frame is pushed, even though libx264 supports both bit depths.

gst-launch-1.0 videotestsrc ! videoconvert ! video/x-raw,format=I420_10LE ! x264enc ! video/x-h264,profile=high-10 ! fakesink

Tested with x264 155.
Comment 1 Jan Alexander Steffens (heftig) 2018-08-16 13:04:58 UTC
Created attachment 373358 [details] [review]
x264enc: Set bit depth for x264 ≥ 153
Comment 2 Sebastian Dröge (slomo) 2018-08-16 13:43:49 UTC
Attachment 373358 [details] pushed as cf385f2 - x264enc: Set bit depth for x264 ≥ 153