summarylogtreecommitdiffstats
path: root/LICENSE
blob: 5e16bc6f52a3fa8e835aadac97e3d516555c492e (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
By downloading, copying, installing, or using this software, you agree
to the terms of this license, and those contained in the "Ancillary
Software Licenses" section below. If you do not agree to any of these
terms or licenses, do not download, install, copy, or use the software
or any other material included in in distribution.

-----------------------------------------------------------------------

                PySceneDetect License (BSD 3-Clause)
          < http://www.bcastell.com/projects/PySceneDetect >

Copyright (C) 2014-2020, Brandon Castellano.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

    1. Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above
       copyright notice, this list of conditions and the following
       disclaimer in the documentation and/or other materials
       provided with the distribution.

    3. Neither the name of the copyright holder nor the names of its
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-----------------------------------------------------------------------

                   Ancillary Software Licenses

This software uses the following third-party open source libraries and
are released under the terms detailed below. By downloading, copying,
installing or using this software/tutorial, you agree to these terms.

-----------------------------------------------------------------------

> NumPy [Copyright (C) 2005-2016, Numpy Developers]:
    This software uses Numpy; see the scenedetect/thirdparty/LICENSE-NUMPY
    file or visit [ http://www.numpy.org/license.html ] for details.

> OpenCV [Copyright (C) 2017, Itseez]:
    This software uses OpenCV; see the scenedetect/thirdparty/LICENSE-OPENCV
    file or visit [ http://opencv.org/license.html ] for details.

> click [Copyright (C) 2017, Armin Ronacher]:
    This software uses OpenCV; see the scenedetect/thirdparty/LICENSE-CLICK
    file or visit [ http://click.pocoo.org/license/ ] for details.

> tqdm [Copyright (C) 2013-2018, Casper da Costa-Luis,
        Google Inc., and Noam Yorav-Raphael]:
    This software uses tqdm; see the scenedetect/thirdparty/LICENSE-TQDM
     file or visit the following URL for details:
    [ https://github.com/tqdm/tqdm/blob/master/LICENCE ]

> pytest [Copyright (C) 2004-2017, Holger Krekel and others]:
    This software uses pytest; see the scenedetect/thirdparty/LICENSE-PYTEST
    file or visit [ https://docs.pytest.org/en/latest/license.html ].

> simpletable [Copyright (C) 2014-2019, Matheus Vieira Portela and others]:
    This software uses simpletable; see the file
    scenedetect/thirdparty/simpletable.py or visit the following URL:
    [ https://github.com/matheusportela/simpletable/blob/master/LICENSE ]

-----------------------------------------------------------------------

This software may also invoke mkvmerge or FFmpeg, if available.

FFmpeg is a trademark of Fabrice Bellard.
mkvmerge is Copyright (C) 2005-2016, Matroska.

Certain distributions of PySceneDetect may include the above software;
see the included LICENSE-FFMPEG and LICENSE-MKVMERGE files, or visit the
below URLs for details.  In source distributions of PySceneDetect,
neither mkvmerge nor FFmpeg is not distributed, and requires manual
installation in order to allow automatic video splitting capability.
These programs can be obtained from following URLs (note that mkvmerge
is a part of the MKVToolNix package):

    FFmpeg:   [ https://ffmpeg.org/download.html ]
    mkvmerge: [ https://mkvtoolnix.download/downloads.html ]

Once installed, ensure the program can be accessed system-wide by calling
the `mkvmerge` or `ffmpeg` command from a terminal/command prompt.
PySceneDetect will automatically use whichever program is available on
the computer, depending on the specified command-line options.

Additionally, certain Windows distributions may include a compiled
Python distribution. For license information regarding the distributed
version of Python, see the LICENSE files in the installation directory,
or visit the following URL: [ https://docs.python.org/3/license.html ]