Change chapterEditor added & fixed * improved # changed % rev1.21 2020-02-29 // chapterEditor * Linux: adjusted a few components in the settings because they were too small and the numbers were not visible # Split chapters - new special tool for Matroska, OGG/OGM and multiAVCHD chapter editors - Action range for all tabs - Load split chapters in the editor - Save split chapters: only works for files - 3 split options: After X chapters; individual; by parts - Edition number: 0 means split all editions (only for Matroska) - New file name - a counter and an underscore are used for the split files. File_1; File_2 etc. - ShortCut init: STRG+4 (settings) - new item in the chapter-TreeView popup // CLI & Split chapters - Syntax: -S SplitMode split-values [--edition-nr edition number] [--new-name "new file name"] [-i] "file.1" ["file.2" "..."] - -S: initializes the chapter split - SplitMode: x-chapters, individual, by-parts - Split value > x-chapters: a number greater than 1; - Split value > individual: an array with comma-separated numbers greater than 1 (5,9,15) - Split value > by-parts: an array with comma-separated number pairs(start-end) end=0/or omit means last chapter (1-5,7-12,13-0,20-) - --edition-nr: split all chapters of this edition; a value of 0 means split all editions; Default = 1 - --new-name: new file name without file extension; illegal file characters are automatically removed - -i: an input parameter that must be used if several files are to be split, otherwise only the last file is used - only Matroska, OGG/OGM and multiAVCHD chapter files can be used - Examples: - Matroska.xml of all 6 chapters: -S x-chapters 6 "Path/Matroska.xml" - Matroska.xml of all 6 chapters from the 2nd edition: -S x-chapters 6 --edition-nr 2 "Path/Matroska.xml" - Matroska.xml of all 6 chapters with a new file name: -S x-chapters 6 --new-name "Matroska Split" "Path/Matroska.xml" - Matroska.xml individual all editions: -S individual 6,10,15 --edition-nr 0 "Path/Matroska.xml" - several files by parts: -S by-parts 1-6,7-10,11-0,7-,3-7 -i "Path/Matroska.xml" "Path/OGG-OGM.txt" "Path/multiAVCHD.txt" // Chapter Converter * ShortCut for chapter naming did not work // Disc2mkv * mtxcfg file was not created correctly when using file attachments // BD2mkv * Ignore last chapter: increased chapter time from 2 seconds to 2.26 seconds - Shameless Blu-ray: last chapter has a duration of 2.01 seconds and was not ignored & Cover files - Use Blu-ray cover files as attachments (settings) - a list of all covers -> all can be used - Move covers - Open cover files -> double click or ENTER key - Change "Use cover" also by right-clicking or space bar - The original file name is used as the attachment description - The largest file is used automatically and positioned in the first place