From d52d25c976d7caa2c88bac35a43957120d95c219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Mon, 26 May 2014 06:56:07 -0700 Subject: [PATCH] Updated Automatic output splitting (markdown) --- Automatic-output-splitting.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Automatic-output-splitting.md b/Automatic-output-splitting.md index 6dd88bb..6f3300b 100644 --- a/Automatic-output-splitting.md +++ b/Automatic-output-splitting.md @@ -1,9 +1,16 @@ -Due to limitations of **KindleGen** - tool used by **KCC** to create _MOBI_ files - maximal size of output file is highly limited. -Fortunately **KCC** will automatically split tasks into multiple _MOBI_ files **if provided input files are using proper structure.** +Due to limitations of **KindleGen** and limited space available on newer Kindle models maximal size of output file is limited by KCC. +Input will be automatically split into multiple _MOBI_ files **if correct file structure is used.** -For now **KCC** support three directory structures. If none of these structures will be used creating MOBI file might fail. -**Naming conventions listed below are NOT necessary. Only structure matter.** +For now KCC support three directory structures. If none of these structures will be used KCC will try to create a single MOBI file. If input batch is very big conversion might fail due to **KindleGen** or memory limitations. -If input directory have more than 300MB and variant with volume directories will be used **KCC** will create separate MOBI for each volume. ![FS](http://kcc.vulturis.eu/img/FS.png) + + +**Variant A** - Output will be divided into ~400MB parts. + +**Variant B** - Output will be divided into ~400MB parts. Splits will occur between chapters. + +**Variant C** - Every volume will be placed in separate _MOBI_ file. If single volume will be too big it will be split into smaller parts. + +**Naming conventions presented above are NOT necessary. Only structure matter.** \ No newline at end of file