However, when I try to process title 5 using the syntax below, it processes title ID 34. I tried again choosing title ID 26, and again it processed title ID 34.
Code: Select all
makemkv64.exe mkv <source> <title id> <destination folder>
Code: Select all
makemkv64.exe mkv "D:\DVD\ShowTitle" 5 "D:\Shows\ShowTitle"
I'm running latest MakeMKV 1.17.2 for Windows.
On another note, I tried creating a log file using the limited syntax from here: http://www.makemkv.com/developers/usage.txt, but I'm just getting an empty file and the processing doesn't even run which explains why the file is empty.
Tried the following to get a useable log file:
Code: Select all
makemkv64.exe mkv "D:\DVD\ShowTitle" 5 "D:\Shows\ShowTitle" --messages="D:\Logs\mmkv_log.txt"
Code: Select all
makemkv64.exe mkv "D:\DVD\ShowTitle" 5 "D:\Shows\ShowTitle" --messages="D:\Logs\mmkv_log.txt" -stdout
Code: Select all
makemkv64.exe mkv "D:\DVD\ShowTitle" 5 "D:\Shows\ShowTitle" f --messages="D:\Logs\mmkv_log.txt" -stdout
Code: Select all
makemkv64.exe mkv f --messages="D:\Logs\mmkv_log.txt" -stdout "D:\DVD\ShowTitle" 5 "D:\Shows\ShowTitle"