GNOME Bugzilla – Bug 796975
x264enc: 10bit encode broken with x264 153+
Last modified: 2018-08-17 06:48:42 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.
Created attachment 373358 [details] [review] x264enc: Set bit depth for x264 ≥ 153
Attachment 373358 [details] pushed as cf385f2 - x264enc: Set bit depth for x264 ≥ 153