#Installing SlowMo on Ubuntu 14.04
##Get the source
git clone https://github.com/slowmoVideo/slowmoVideo.git##Build it
cd slowmoVideo/src/
mkdir build
cd build
cmake ..
make##Install it
sudo make installNow slowmovideo should be available from the application launcher.
##Run it
But first install avconv, which is a fork of ffmpeg:
sudo apt-get install libav-tools
# Check that avconv is working properly
avconvRun slowmovideo from the application menu and replace ffmpeg by avconv in the preference pane.
Aaaaand you are done.