YUV Motion Tools

Below you can find a copy of the README file in the source download:

http://catatonic.dk/public/techworks/utilities/yuvmotiontools-0.0.1tar.gz

If you have problems compiling, suggestions or requests then send an email to rene@catatonic.dk

    Simple tool to stabilize horizontal/vertical shake in a yuv4mpeg stream.
    I have only tested it with 720x576 progressive C420jpeg subsampled material.
    Be a smart kid and feed it deinterlaced material, will you!

    Parameters (all are rather selfevident):
      These all help in visualizing the internal process
      --show-points
      --show-point-velocities
      --show-velocity-distribution

      These might be handy
      --dont-fix-motion
      --do-fix-motion

    Examples of use:

      lav2yuv myclip.avi | yuvdeinterlace | yuvstabilizercv | yuvplay
      cat myclip.yuv | yuvstabilizercv --show-points | yuvplay