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.

dm368 1080p encoding problem



 

Hi,

I am using dm368 dvsdk4 which includes h264 codec version2.0 for h264 encoding & decoding and i am able to encode & decode upto 720p and when it comes to encoding of 1080p,its not able to encode i.e

For videotestsrc encoding with the following pipeline

GST_DEBUG=3 CE_DEBUG=3 DMAI_DEBUG=2 gst-launch-0.10 -v videotestsrc num-buffers=100 ! video/x-raw-yuv, format=\(fourcc\)NV12, width=1920, height=1080 ! TIVidenc1 codecName=h264enc engineName=codecServer ! filesink location=output_cap_1080P.264 

 

outputs the following error

Additional debug info:

gsttividenc1.c(1805): gst_tividenc1_encode_thread (): /GstPipeline:pipeline0/GstTIVidenc1:tividenc10

/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, width=(int)1920, height=(int)1080, framerate=(fra1

/GstPipeline:pipeline0/GstTIVidenc1:tividenc10.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, width=(int)1920, height=(int)1080, framerate=(fract1

ERROR: from element /GstPipeline:pipeline0/GstTIVidenc1:tividenc10: failed to encode video buffer

 

And the info from GST_DEBUG=3 CE_DEBUG=3 DMAI_DEBUG=2 (For detailed log i am attaching a debug log file as an attachment)shows the following

d5047.log.txt

 ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit

 ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x9f580, retVal=0xffffffff)

 ti.sdo.dmai - [Venc1] VIDENC1_process() ret -1 inId 0 outID -2140863232 generated -2140863232 bytes

 ti.sdo.dmai - [Venc1] VIDENC1_process() failed with error (-1 ext: 0x8006)

 

could any one please resolve this issue. thanking in advance

 

Thanks & Regards

Siva Prasad T