Merge master.
[libdcp.git] / doc / mainpage.txt
1 /*!
2
3 @mainpage libdcp
4
5 libdcp is a library to create Digital Cinema Packages (DCPs) from
6 video, audio and subtitle data, and also to read and process existing
7 DCPs.
8
9 Most of the hard work is done by a (slightly patched) version of
10 asdcplib (http://www.cinecert.com/asdcplib/) which is included in the
11 source distribution for libdcp.
12
13 libdcp is distributed under the GNU GPL.
14
15 Creating DCPs
16 --
17
18 An example of DCP creation is given in examples/make_dcp.cc.
19
20 Reading existing DCPs
21 --
22
23 An example of DCP reading is given in examples/read_dcp.cc.
24 */
25
26