Hello,
I'm working on DM8168 EVM platform, my EZSDK version is 5_03_01_15.
I try to encode a 1080i60 stream on the SD card with the OMX application. I use encode example.
I made some modification in file ilclient_utils.c to configure encoder for interlace encoding : I uncomment the part for interlace encoding.
For input , I use yuv file with field separated.
I encode the stream with the new application compiled with EZSDK.
But when I decode the h264 file with a software, I see all the input data (TOP and BOTTOM fields of the yuv file) are encoded in the TOP field (H264 file). In the BOTTOM field (H264 file) there is some other data... So it doesn't work.
I think there is a bad configuration but I don't find the good one.
If someone has a solution, thank you for your reply.