Hi,
I am looking to use the makemkvcon having lots of dvds films and TV. They have been ripped to a folder, so I want to open up each folder and then create the MKV files in a different output folder. Been reading but not really seeing a dos script that this works for. I have a folder with DVDs in (c:\ORIGINAL_DVDS) and output (c:\MKV_OUTPUT).
Please can anyone help?
Thanks,
Script help needed
Re: Script help needed
Code: Select all
Use: makemkvcon [switches] Command [Parameters]
Commands:
info <source>
prints info about disc
mkv <source> <title id> <destination folder>
saves a single title to mkv file
stream <source>
starts streaming server
backup <source> <destination folder>
backs up disc to a hard drive
Source specification:
iso:<FileName> - open iso image <FileName>
file:<FolderName> - open files in folder <FolderName>
disc:<DiscId> - open disc with id <DiscId> (see list Command)
dev:<DeviceName> - open disc with OS device name <DeviceName>
Switches:
-r --robot - turn on "robot" mode, see http://www.makemkv.com/developers
makemkvcon -r mkv file:<path/to/files>