Content-type: text/html
makemkvcon [OPTIONS] <backup|info|mkv> [PARAMETERS]
Command-line options for MakeMKV.
Configuration options and setup keys are located in ~/.MakeMKV/
General options:
--messages=FILE
--progress=FILE
--debug[=FILE]
--directio=[true|false]
--noscan
--cache=SIZE
-r, --robot
Backup options:
--decrypt
--minlength=SECONDS
backup Backup disc.
info Display information about a disc.
mkv Copy titles from disc.
f Run universal firmware tool.
source iso:FILENAME
source file:DIRECTORY
source disc:DISC ID
source dev:DEVICE
Copy all titles from first disc and save as MKV files into current directory:
makemkvcon mkv disc:0 all .
List all available drives:
makemkvcon -r --cache=1 info disc:9999
Backup first disc decrypting all video files in automation mode with progress output:
makemkvcon backup --decrypt --cache=16 --noscan -r --progress=-same disc:0 .
Message output
MSG:code,flags,count,message,format,param0,param1,...
code - unique message code, should be used to identify particular string in language-neutral way.
flags - message flags, see AP_UIMSG_xxx flags in apdefs.h
count - number of parameters
message - raw message string suitable for output
format - format string used for message. This string is localized and subject to change, unlike message code.
paramX - parameter for message
Current and total progress title
PRGC:code,id,name
PRGT:code,id,name
code - unique message code
id - operation sub-id
name - name string
Progress bar values for current and total progress
PRGV:current,total,max
current - current progress value
total - total progress value
max - maximum possible value for a progress bar, constant
Drive scan messages
DRV:index,visible,enabled,flags,drive name,disc name
index - drive index
visible - set to 1 if drive is present
enabled - set to 1 if drive is accessible
flags - media flags, see AP_DskFsFlagXXX in apdefs.h
drive name - drive name string
disc name - disc name string
Disc information output messages
TCOUT:count
count - titles count
Disc and title information
CINFO:id,code,value
TINFO:id,code,value
SINFO:id,code,value
id - attribute id, see AP_ItemAttributeId in apdefs.h
code - message code if attribute value is a constant string
Console usage: https://www.makemkv.com/developers/usage.txt
MakeMKV for Linux forum: https://www.makemkv.com/forum/viewforum.php?f=3
Main web site: https://www.makemkv.com/