Usage
Edit the Makefile for the appropriate platform. Make sure DECODER is
#define'd at the top of reconstruct.c when compiling the decoder,
otherwise it should be commented out. The size is defined in two
places: motion_est.c and seq_iface.c. Then simply type make.
Command line for encoder:
encoder yuvfile.yuv xsize ysize output.mpg <quantscale>
Command line for decoder:
plaympg something.mpg
Source code: mpeg_codec-050999.tgz