

Makemkvcon backup -decrypt -cache=16 -noscan -r -progress=-same disc:0 c:\folder
MAKEMKV COMMAND LINE EXAMPLES CODE
Id - attribute id, see AP_ItemAttributeId in apdefs.hĬode - message code if attribute value is a constant stringĬopy all titles from first disc and save as MKV files:īackup first disc decrypting all video files in automation mode with progress output Max - maximum possible value for a progress bar, constantĭRV:index,visible,enabled,flags,drive name,disc nameĮnabled - set to 1 if drive is accessibleįlags - media flags, see AP_DskFsFlagXXX in apdefs.h Progress bar values for current and total progress This string is localized and subject to change, unlike message code.

Message - raw message string suitable for outputįormat - format string used for message. MSG:code,flags,count,message,format,param0,param1.Ĭode - unique message code, should be used to identify particular string in language-neutral way.įlags - message flags, see AP_UIMSG_xxx flags in apdefs.h These values will not change in future versions. Some options make reference to apdefs.h file that can be found in MakeMKV open-source package, included with version for Linux. If you automate this program it is highly recommended to use this option.
MAKEMKV COMMAND LINE EXAMPLES GENERATOR
All strings are quoted, all control characters and quotes are backlash-escaped. For this example I used the Correct Horse Battery Staple Password Generator which was inspired by this XKCD comic. All output is line-based and output is flushed on line end. Program will output more information in a format that is easier to parse. Default: program preferences.Įnables automation mode. Default: 51000.ĭecrypt stream files during backup. Default: None, UPNP server binds to the first available address and web server listens on all available addresses. About 128 MB is recommended for streaming and backup, 512MB for DVD conversion and 1024MB for Blu-ray conversion.Įnable or disable UPNP streaming. By default program uses huge amount of memory. Specifies size of read cache in megabytes used by MakeMKV. Helpful when other applications already accessing discs in other drives. Default: program preferences.ĭon't access any media during disc scan and do not check for media insertion and removal. Default: program preferences.Įnables or disables direct disc access. Default is no output.Įnables debug messages and optionally changes the location of debug file. Naturally -progress should follow -messages in this case. The same special file names as in -messages are recognized with additional value "-same" to output to the same file as messages. Following special file names are recognized:
