This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cannot encode a live capture from TVP7002 on DM368

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

  • Is there anybody who has an idea ?
    I have changed the bootargs without any result.

    I did not specified it but I am using the dvsdk in its latest release for dm368evm.
    It works well for everything but the TIVidenc1. And I don't have any clue...

    Thanks in advance,

    JM