Hi,
We have a problem with the h264 decoder in 1080p with the DM8148 EVM + Video conference daughter board. The last 24 lines of the video image are clipped.
We use "capture_encode" example (OMX, EZSDK 5.03.01.15) to create the h264 video file (Modified version to capture from the hdmi receiver Sii9135):
root@dm814x-evm:/usr/share/ti/ti-omx# ./capture_encode_a8host_debug.xv5T -o test.h264 -m 1080p -f 60 -b 15000000 -n 600 -d 0
and then "decode_display" example to play back the video:
root@dm814x-evm:/usr/share/ti/ti-omx# ./decode_display_a8host_debug.xv5T -i test.h264 -w 1920 -h 1080 -f 60 -c h264 -g 0 -d 0
The video image is 1920x1056 instead of 1920x1080. No problems with a software h264 decoder (ex: VLC on Ubuntu) to decode the same video file (test.h264). No problems in 720p.
Thanks
Stephane Rousseau