Skip to content

Instantly share code, notes, and snippets.

@antoinealb
Created November 12, 2015 19:53
Show Gist options
  • Save antoinealb/c269d5d8066d0ac7d7ef to your computer and use it in GitHub Desktop.
Save antoinealb/c269d5d8066d0ac7d7ef to your computer and use it in GitHub Desktop.
How to install slowmo on Ubuntu 14.04

#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 install

Now 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
avconv

Run slowmovideo from the application menu and replace ffmpeg by avconv in the preference pane.

Aaaaand you are done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment