Hi all,
I have an issue with a gst-launch line :
ERROR: from element /GstPipeline:pipeline0/GstTIVidenc1:tividenc10: failed to create video encoder: h264enc
Here is my line :
gst-launch v4l2src always-copy=FALSE input-src=COMPONENT num-buffers=2000 ! TIVidResize contiguousInputFrame=TRUE ! 'video/x-raw-yuv,width=640,height=480,framerate=25/1' ! ffmpegcolorspace ! TIVidenc1 codecName=h264enc engineName=codecServer byteStream=FALSE ! qtmux ! filesink location=yuv/test.mp4
Replacing TIVidenc1 by a simple filesink it works well, so there must be a problem with the link between TIVidResize and TIVidenc1 but I can't find it.
I am quite sure it is a simple mistake, but I can't find it out...
Thanks in advance,
Regards,
JM