Encodedecode demo started.DavinciDisplay DavinciDisplay.1: Before finishing with S_FMT:layer.pix_fmt.bytesperline = 736, layer.pix_fmt.width = 720, layer.pix_fmt.height = 576, layer.pix_fmt.sizeimage =635904DavinciDisplay DavinciDisplay.1: pixfmt->width = 720, layer->layer_info.config.line_length= 736############################envp->videoDecoder : mpeg4dec_hdvicp, envp->videoEncoder : h264encenvp->imageWidth : 352, envp->imageHeight : 272############################Error: Failed to create video encoder: h264enc
What's the problem?
Codec creation failure is usually cause by either insufficient memory or incorrect creaition (static) parameters.
Most of the time it is a parameters issue.
Please review the parameters
Thanks
Cesar