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.

TDA4VM: ffplay report error when play H264 bitstream encoded by TDA4

Part Number: TDA4VM

Hello:

ffplay report this error when play H264 bitstream encoded by TDA4. in this case mosaic reproduced. 

frequency:  1times in1 minute video stream. any suggestion about this?  thanks. 

Log from ffplay:

Input #0, h264, from 'encode_output_camera1.h264':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, 30 fps, 30 tbr, 1200k tbn, 60 tbc
[h264 @ 0000012e3f023300] error while decoding MB 36 38, bytestream -14
[h264 @ 0000012e3f023300] concealing 573 DC, 573 AC, 573 MV errors in P frame
nan M-V: nan fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0


SDK Ver: 7.0

Encoder Paameter:

/* Rate Control parameters */
ctx->rc.bits_per_second = 15000000; /* 5mbps -> 15mbps 15x4=60<100mbps*/
ctx->rc.transfer_bits_per_second = ctx->rc.bits_per_second;

ctx->vparams.idr_period = 60; /* update pps, normally 1 minutes, now 2s->1 IDR*/
ctx->rc.intra_freq = 30; /* all I-Frame encoding, 1s -> I Frame */
ctx->vparams.intra_cnt = 30;

  • Hi Xiaowen,

    Is it with the default application provided in SDK? Did you try encoding the same on PC to make sure the issue is not with the input images.

    Can you share the input images for further analysis?

    Thanks & Regards,

    Sunita.

  • the  input image for Encoder is from 4 camea, capture node.  we have dumped these capture image, it OK.  and there are no encoder error. but ffplay report this error 

    appreciate If there are any suggestion about this , thanks.  

  • Hi Xiaowen,

    Few things to try out

    1. encode the standard images provided in the SDK and playback on ffplay to see whether it is reporting the similar warnings

    2. Decode the video (camera capture frame encoded) on TDA4 or VLC player to see if they output the same warnings.

    btw, are there any visible distortion in the decoded video?

    Please let me know your findings from the above experiments. or provide instructions for reproducing at our end.

    Thanks & Regards,

    Sunita.