From: Carl Hetherington Date: Sun, 20 Oct 2013 21:59:08 +0000 (+0100) Subject: Some notes about resuming encodes (#215). X-Git-Tag: v2.0.48~1237 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1481a47361119a976fd60a4b7c9b1767b339ba5c Some notes about resuming encodes (#215). --- diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 26b48c1af..1947b1581 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -1567,5 +1567,36 @@ to the cinema which is showing your DCP. + +Loose ends + + +This chapter collects a few notes on bits of DCP-o-matic that do not fit elsewhere in the manual. + + +
+Resuming encodes + + +If you cancel a DCP encoding run half-way through, or your computer +crashes... fear not. DCP-o-matic takes care to ensure that, in most +cases, it can resume encoding from where it left off. When you +re-start a DCP creation, using the same settings are a previous run, +DCP-o-matic will first check that the existing picture frames are +correct, and then resume from where it left off. The checking of +existing frames does take some time, but it is much faster than +running a full re-encode. + + + +This resumption is achieved by writing a digest (hash) to disk for +every image frame that is written. On resumption, the existing MXF +file for image data is read and its contents checked against the +hashes. + + +
+ +