forked from hangingman/comskip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
31 lines (25 loc) · 882 Bytes
/
INSTALL
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
30
31
*********************************************
comskip のインストール方法(仮)
(comskip Installation Instructions (temporary))
*********************************************
Copyright (C) 2014 Hiroyuki Nagata
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
基本インストール
(Basic Install)
==================
$ git clone https://github.com/Hiroyuki-Nagata/comskip.git
$ cd path/to/comskip/
$ git submodule init
$ git submodule update
$ ./bootstrap
# Move ffmpeg directory and build
$ cd ffmpeg
$ ./configure --enable-gpl --enable-version3 --disable-stripping --enable-libx264 --enable-shared
$ make && make install
# Build comskip
$ cd ../
$ ./configure
$ make