[XviD-devel] transcoding

Paulo Gouveia gouveia.paulo at netmadeira.com
Tue Jan 13 19:44:34 CET 2004


Hi,
I'm implementing a transcoder based on XviD code, but I'm 
having some problems in the motion compensation module.

Supose I want to remove the motion estimation block and
use pre-determined motion vectors. All I need in this case
is to do the motion compensation.
So  I remove the MotionEstimation(...) function call
in the 
FrameCodeP(Encoder * pEnc,
		   Bitstream * bs,
		   uint32_t * pBits,
		   bool force_inter,
		   bool vol_header);
function.

Does any one done something similar with the XviD code?


Any help would be appreciated.




More information about the XviD-devel mailing list