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.

DM365 H.264 universal decoder can't decode the video encode with ffmpeg with h264 library

Hello,

I have an DM365 board, and my DVSDK is 2_10_00_14.

I encode an video on PC with ffmpeg, and I use the h264 library to encode it. Then I want to decode it on DM365 which having universal H264 decoder.
I used the example in DVSDK "decode" to decode the video, I got the "Error: Failed to decode video buffer" error message.
With this error message, I think there maybe some encode parameters of ffmpeg need to adjust to make it work.
But I can't find the spec of h264 universal decoder supported. I also try many typical formats such that baseline,max and main etc. It still can't work.

Can anyone tell me the encode parameters setting for DM365 h264 decoder on PC?
Or can anyone which program can encode the video that can be decoded on DM365 with h264 decoder on PC?

Regards,

Peter