Projects
home:Le_Docteur
slowmoVideo
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 8
View file
slomoVideo.spec
Added
@@ -0,0 +1,71 @@ +# +# spec file for package etherpad-lite +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: slowmoVideo +Version: 0.3 +Release: 0 +Summary: slowmoVideo is an OpenSource program that creates slow-motion videos from your footage +License: GPL-2.0+ +Group: Productivity/Multimedia/Video/Editors and Convertors +Url: https://github.com/slowmoVideo/slowmoVideo +Source: slowmoVideo-sources-v0.3.tar.bz2 +BuildRequires: fdupes +BuildRequires: unzip +BuildRequires: ffmpeg +BuildRequires: libffmpeg-devel +BuildRequires: git +BuildRequires: libqt4-devel +BuildRequires: gcc-c++ +BuildRequires: glew-devel +BuildRequires: freeglut-devel +BuildRequires: libSDL-devel +BuildRequires: opencv-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +slowmoVideo is an OpenSource program that creates slow-motion videos from your footage. + +But it does not simply make your videos play at 0.01× speed. You can smoothly slow down and speed up your footage, optionally with motion blur. + +How does slow motion work? slowmoVideo tries to find out where pixels move in the video (this information is called Optical Flow), and then uses this information to calculate the additional frames between the ones recorded by your camera. + +%prep +%setup -q + +%build + +%install +install -d %{buildroot}%{_var}/lib/%{name} +mkdir build +cd build +cmake ../src +make -j3 +sudo make install +%fdupes -s %{buildroot} + +%post + +%preun + +%postun + +%files + +%changelog + +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.