Found on: http://motioncodecs.sourceforge.net/ https://sourceforge.net/projects/motioncodecs/files/motioncodecs/ Files from: https://master.dl.sourceforge.net/project/motioncodecs/motioncodecs/Predictor%20codec%20v0.0a/predictor_v0_0a.zip https://master.dl.sourceforge.net/project/motioncodecs/motioncodecs/mhuffyuv%20codec%20v0.0a/mhuffyuv1311_v0_0a.zip https://master.dl.sourceforge.net/project/motioncodecs/motioncodecs/direccional/direccional_v0_0a.zip Info: "Under the name of "Motion Codecs" I have tried to make lossless windows codecs that compress motion (not only every frame separately). The logic is very easy. One frame normaly differs only a little from the previous so the actual frame minus the previous frame may result many zeroes. And the zeroes can be compressed more than other number. The bad size is that this is not allways true, and this frames can't be compressed very much. So only fixed images composed videos or animation movies ("cartoons") can be compressed better with those codecs. These codecs have been done using the huffyuv codec like a skeleton. Predictor codec This codec uses the "predictor" algorithm as decribed in the RFC 1978. Is a fast lossless codec but with very little compression. Mhuffyuv codec This codec is a modification of the original huffyuv codec to use "motion". Direccional codec This codec uses the "direccional" algorithm described here http://motioncodecs.sourceforge.net/Direccional_Compression.html