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.

AM5718: AM57xx gstreamer C encoding

Part Number: AM5718


Hi,

SDK:Processor SDK Linux 06_03_00_106

The customer tried to use C code to replace gst-launch-1.0

The test command line is as follows and it is normal:

gst-launch-1.0 filesrc location=/opt/dgp/web/video/jpeg3.nv12 ! videoparse width=1280 height=640 format=nv12 framerate=12/1 ! video/x-raw, width=1280, height=640 ! ducatih264enc  inter-interval = 1 level=51 profile=100 bitrate=16000 ! filesink location=/opt/dgp/web/video/test.h264

But the output file is 0 bytes. Please help check.