stabilize 0.1 review
Downloadstabilize is a tool for stabilizing shaking movies. Sometimes videos are recorded with a free hand, which produces shaky movies
|
|
stabilize is a tool for stabilizing shaking movies.
Sometimes videos are recorded with a free hand, which produces shaky movies.
This program compares each frame with previous frames and tries to find out to which offset it should shift that frame to make the movie more stable.
Usage
Compile it:
$ g++ -o stabilize stabilize.cpp -Llib -lavformat -lavcodec -lz -I/usr/include/ffmpeg/
Run it:
$ ./stabilize test.avi | ffmpeg -f imagepipe -img pnm -i - -sameq output.avi
stabilize 0.1 search tags