Script help needed

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
satkid
Posts: 2
Joined: Fri Jul 20, 2018 4:51 pm

Script help needed

Post by satkid »

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,
ember1205
Posts: 59
Joined: Fri May 05, 2017 3:19 pm

Re: Script help needed

Post by ember1205 »

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
What more do you need to know?

makemkvcon -r mkv file:<path/to/files>
Post Reply