blob: c59c764708b99555dc709d63b967d7aa80845e27 (
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
|
/*!
@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/).
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.
*/
|