YUVSTABILIZERCV

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
 
 

 