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/
This commit is contained in:
Alberto Villa 2014-09-24 00:06:07 +00:00
parent 87b6d82c9b
commit e3f19dad9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369137
5 changed files with 56 additions and 0 deletions

View File

@ -385,6 +385,7 @@
SUBDIR += vdr-plugin-xvdr
SUBDIR += vdr-plugins
SUBDIR += vic
SUBDIR += vid.stab
SUBDIR += vlc
SUBDIR += vstream-client
SUBDIR += vtkmpeg2encode

View File

@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= vid.stab
PORTVERSION= 0.98.2
CATEGORIES= multimedia
MAINTAINER= avilla@FreeBSD.org
COMMENT= Video stabilization library
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= georgmartius
GH_TAGNAME= release-0.98b
GH_COMMIT= 3b35b4d
USES= cmake
USE_LDCONFIG= yes
pre-configure:
@${REINPLACE_CMD} -e 's,lib$${LIB_SUFFIX}/pkgconfig,libdata/pkgconfig,' \
${WRKSRC}/CMakeModules/create_pkgconfig_file.cmake
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (vid.stab-0.98.2.tar.gz) = 638d18f756545385fd48bd85ab890eaf3910fdd6c6d00cb399be7bc346274cb7
SIZE (vid.stab-0.98.2.tar.gz) = 73590

View File

@ -0,0 +1,9 @@
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/

View File

@ -0,0 +1,19 @@
include/vid.stab/boxblur.h
include/vid.stab/frameinfo.h
include/vid.stab/libvidstab.h
include/vid.stab/localmotion2transform.h
include/vid.stab/motiondetect.h
include/vid.stab/motiondetect_internal.h
include/vid.stab/motiondetect_opt.h
include/vid.stab/serialize.h
include/vid.stab/transform.h
include/vid.stab/transform_internal.h
include/vid.stab/transformfixedpoint.h
include/vid.stab/transformfloat.h
include/vid.stab/transformtype.h
include/vid.stab/transformtype_operations.h
include/vid.stab/vidstabdefines.h
include/vid.stab/vsvector.h
lib/libvidstab.so
lib/libvidstab.so.0.9
libdata/pkgconfig/vidstab.pc