Qtape lecture recording program
-------------------------------
Qtape is a program for recording lectures. It can take record from the webcam
and desktop at the same time, and lay them out on one image.
Building
--------
You will need the latest version of Qt 5. This can be acquired from:
http://qt-project.org/downloads
You will also need the development packages for:
- libavcodec (Version 10 or newer)
- libavformat (Version 10 or newer)
- libavresample (Version 10 or newer)
- libavutil (Version 10 or newer)
- libswscale (Version 10 or newer)
- libX11
- libpoppler-qt5
In Ubuntu 14.04 the above packages can be downloaded with:
$ sudo apt-get install libqt5core5a libqt5gui5 libqt5widgets5 \
libqt5multimedia5 libpoppler-qt5-dev libavcodec-dev libavutil-dev \
libswscale-dev libavformat-dev libavresample-dev libX11-dev
You should have gotten a copy of QtCreator along with Qt 5.
Open qtape/qtape.pro in QtCreator, then press run.