Add header guard to ruby.h.
[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/).
11
12 libdcp is distributed under the GNU GPL.
13
14 Creating DCPs
15 --
16
17 An example of DCP creation is given in examples/make_dcp.cc.
18
19 Reading existing DCPs
20 --
21
22 An example of DCP reading is given in examples/read_dcp.cc.
23 */
24
25