diff options
Diffstat (limited to 'doc/mainpage.txt')
| -rw-r--r-- | doc/mainpage.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/mainpage.txt b/doc/mainpage.txt new file mode 100644 index 00000000..d3104056 --- /dev/null +++ b/doc/mainpage.txt @@ -0,0 +1,14 @@ +/*! + +@mainpage libdcp + +libdcp is a small library to create Digital Cinema Packages (DCPs) from JPEG2000 and WAV files. + +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. + +See libdcp::DCP for an example of libdcp's use. + +*/ + + |
