blob: 6e2f33974bb8c5d9a8efa8f4415fde984eab0de8 (
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
|
/*!
@mainpage libdcp
libdcp is a library to create Digital Cinema Packages (DCPs) from
video, audio and subtitle data, and also to read and process existing
DCPs.
Most of the hard work is done by a (slightly patched) version of
asdcplib (http://www.cinecert.com/asdcplib/) which is included in the
source distribution for libdcp.
libdcp is distributed under the GNU GPL.
Creating DCPs
--
An example of DCP creation is given in examples/make_dcp.cc.
Reading existing DCPs
--
An example of DCP reading is given in examples/read_dcp.cc.
*/
|