Merge branch 'own-mxf' of /home/carl/git/dvdomatic into own-mxf
[dcpomatic.git] / doc / mainpage.txt
1 /** @mainpage DVD-o-matic
2  *
3  *  DVD-o-matic is a tool to create digital cinema packages (DCPs) from
4  *  video files, or from sets of TIFF image files.  It is written in C++
5  *  and distributed under the GPL.
6  *
7  *  Video files are decoded using FFmpeg (http://ffmpeg.org), so any video
8  *  supported by FFmpeg should be usable with DVD-o-matic.  Most testing has, however,
9  *  happened with files from DVD.  DVD-o-matic's output has been tested on Christie
10  *  digital projectors with Doremi servers.
11  *
12  *  DVD-o-matic allows you to crop black borders from movies, scale them to the correct
13  *  aspect ratio and apply FFmpeg filters.  The time-consuming encoding of JPEG2000 files
14  *  can be parallelised amongst any number of processors on the local host and any number
15  *  of servers over a network.
16  *
17  *  DVD-o-matic can also make DCPs from still images, for advertisements and such-like.
18  * 
19  *  Portions of DVD-o-matic are based on OpenDCP (http://code.google.com/p/opendcp),
20  *  written by Terrence Meiczinger.
21  *
22  *  DVD-o-matic uses libopenjpeg (http://code.google.com/p/openjpeg/) for JPEG2000 encoding
23  *  and libsndfile (http://www.mega-nerd.com/libsndfile/) for WAV file manipulation.  It
24  *  also makes heavy use of the boost libraries (http://www.boost.org/).  libtiff
25  *  (http://www.libtiff.org/) is used for TIFF encoding and decoding, and the GUI is
26  *  built using GTK (http://www.gtk.org/) and GTKMM (http://www.gtkmm.org).  It also uses libmhash (http://mhash.sourceforge.net/)
27  *  for debugging purposes.
28  *
29  *  Thanks are due to the authors and communities of all DVD-o-matic's dependencies.
30  * 
31  *  DVD-o-matic is distributed in the hope that there are still cinemas with projectionists
32  *  who might want to use it.  As Mark Kermode says, "if it doesn't have a projectionist
33  *  it's not a cinema - it's a sweetshop with a video-screen."
34  *
35  *  Email correspondance is welcome to cth@carlh.net
36  *
37  *  More details can be found at http://carlh.net/dvdomatic
38  */