In the encode demo of the DM6467 EVM, the file encode.c has the following comment:
/* Capture an extra frame since encoder doesn't support 50/60Hz */
if (Capture_get(hCapture, &hCapBuf) < 0) {
ERR("Failed to get capture buffer\n");
cleanup(THREAD_FAILURE);
}
This means that the supplied H.264 BP encoder does not support the HD resolution of 720P50. Is that correct?