forked from georgmartius/vid.stab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstall
More file actions
29 lines (21 loc) · 702 Bytes
/
Install
File metadata and controls
29 lines (21 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*** LIBRARY ***
To compile the library do:
cmake .
make
sudo make install
To customize the installation prefix use
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local
*** TRANSCODE plugins ***
You need to have the transcode sources installed. The best
choice it to download the same version you have in your distribution.
Youi don't need to compile transcode itself.
Download from http://tcforge.berlios.de/ or
http://developer.berlios.de/project/showfiles.php?group_id=10094.
Then you need to adapt the transcode/CMakeLists.txt and change
the variable
> set(TRANSCODE_ROOT path/to/transcode)
cd transcode/cmake
make
. install.sh
*** FFMPEG ***
You need to configure ffmpeg with --enable-libvidstab