diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2014-09-24 08:06:07 +0800 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2014-09-24 08:06:07 +0800 |
commit | e3f19dad9b62ab5b0b5b47327a860b953025a0b7 (patch) | |
tree | 19c9fc758b4748edda616fefeda9cf15ca504c6d /multimedia/Makefile | |
parent | 87b6d82c9bd6e2456b84ab273cd01529c897b1aa (diff) | |
download | freebsd-ports-gnome-e3f19dad9b62ab5b0b5b47327a860b953025a0b7.tar.gz freebsd-ports-gnome-e3f19dad9b62ab5b0b5b47327a860b953025a0b7.tar.zst freebsd-ports-gnome-e3f19dad9b62ab5b0b5b47327a860b953025a0b7.zip |
Imagine you captured a nice video with your camcorder, compact camera
or even cell phone while skiing, cycling or whatever sports, and the
video is basically just jiggled. Modern cameras come along with
hardware stabilization, however this does not work if you have really
strong vibrations - rather the contrary, sometimes this mechanisms
start to oscillate. Vid.Stab is your friend in this matter. It is
designed to stabilize even strongly jiggled clips.
WWW: http://public.hronopik.de/vid.stab/
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 307fbd4edf64..cf773614f767 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -385,6 +385,7 @@ SUBDIR += vdr-plugin-xvdr SUBDIR += vdr-plugins SUBDIR += vic + SUBDIR += vid.stab SUBDIR += vlc SUBDIR += vstream-client SUBDIR += vtkmpeg2encode |