Tool/software: Linux
(1)when i want to use gstreamer pipeline to encode the H.264 stream,it can execution succeed。but the compiled stream is problematic。
the pipeline :
gst-launch-1.0 filesrc location=waterfall-352-288-nv12-inp.yuv ! videoparse width=352 height=288 format=nv12 ! ducatih264enc ! filesink location=waterfall-352-288-nv12-inp_gst.h264
(2)VPE by default convert the video to NV12 format. Kmssink only supports NV12 video format。It means to say i must Color space conversion (YUY2->NV12)??because I capture the video use the Usb Camera
the format only support YUYV。
(3)TI provide the gst-plugin,it only support the vip input。can I get the gst-plugin source code? I want to capture the video use the usb input