View Single Post
Old 14th April 2019, 19:45   #476  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,370
CLI support (GUI)

CLI support (GUI):


Load files parameters: -l (small L)

Editor parameter: ceMatroska, ceOGG, ceAVCHD, ceConverter, ceMTTags

Input Parameter: Path to a file, a folder or multiple files separated by a |


Code:
chapterEditor.exe "Your.file" -> load file into the last used editor
chapterEditor.exe "Your Folder" -> Load folder in the last used editor
chapterEditor.exe "1.File|Second File.xml|3. File.mkv" -> Load files into the last used editor

chapterEditor.exe -l ceMTTags "Your File.mkv" -> Load File in the Tags Editor
chapterEditor.exe -l ceMatroska "A Folder" -> Load folder into the Matroska Chapters Editor

Multiple input parameters (load files into the Tags editor)
chapterEditor.exe -l ceMTTags "Your File.mkv" "Other File.xml"
chapterEditor.exe -l ceMTTags "Your File.mkv" "A Folder"
chapterEditor.exe -l ceMTTags "Your File.mkv" "A Folder" "A.mkv|B.xml|C and D.mkv"
hubblec4 is offline   Reply With Quote