Add accessor for intrinsic_duration in SMPTESubtitleAsset.
[libdcp.git] / doc / mainpage.txt
index d310405617992bdca976acf33b76ac5a05ce70ea..c59c764708b99555dc709d63b967d7aa80845e27 100644 (file)
@@ -2,13 +2,24 @@
 
 @mainpage libdcp
 
-libdcp is a small library to create Digital Cinema Packages (DCPs) from JPEG2000 and WAV files.
+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.
+Most of the hard work is done by a (slightly patched) version of
+asdcplib (http://www.cinecert.com/asdcplib/).
 
-See libdcp::DCP for an example of libdcp's use.
+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.
 */