Hi all, am trying to use the TI MPEG4 encoder as a baseline H.263 encoder. So far I have discovered that I need to set the encodingPreset field of the IVIDENC1_Params struct to XDM_USER_DEFINED (to use the extended parameters) and the encodeMode field of the IMP4VENC_Params struct to 0 for H.263 mode. Before that the encoder simply preduced MPEG4 encoded data. Now, while the appears to be created ok (VIDENC1_create returns a handle) all calls to VIDENC1_process return -1 and the extendedError field of the IVIDENC1_OutArgs struct is set to 0xa000, XDM_UNSUPPORTEDINPUT & XDM_FATALERROR bits set.
Anyone have any ideas? Cheers Darren _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
