Hello,
I have installed the DVSDK which already provides several codecs. One of them is H264ENC (for OMAP3530) which is limited to maximum resolution 352x288 pixel. Thus I downloaded an alternate codec (this one) which targets C64x+ devices and provides much higher resolutions including full HD.
Now, while integrating this codec into the DVSDK I hit a wall. This wiki page says, I need to copy this codec package into the Codec Server package. The codec packages folder is called "h264enc" and probably several declarations inside the codec as well. If I'm getting this right, the Codec Server directory is
<DVSDK_dir>/codecs-omap3530_4_00_00_00/packages/ti/sdo/codecs/ .
The problem is, that this directory already contains a codec package (directory) called "h264enc" which is the before mentioned low-resolution codec. So, how do I integrate the full HD encoder version into the DVSDK? I assume, simply deleting the low-res encoder folder will just mess things up.
Best regards,
Andreas