Complete documentation?

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
kaysee
Posts: 19
Joined: Wed Apr 07, 2021 12:22 am

Complete documentation?

Post by kaysee »

I see lots of questions asked over and over, and one reason for this is the lack of complete documentation. Is there any complete writeup about how MakeMKV works?

For example, the commandline usage output mentions the source specification for discs:

Code: Select all

disc:<DiscId>     - open disc with id <DiscId> (see list Command)
However, there is no information in either the commandline usage or the usage web page (https://makemkv.com/developers/usage.txt) about the list command. Also no explanation about the "disc:9999" source, just an example given as an afterthought at the end. In other words, the magic ID 9999 gets tossed in as an example without documentation.

Also, on the web page for usage, there is an example at the end about using the stream command. But no actual documentation about the stream command. There is some ambiguous stuff, out of context, regarding UPNP (universal plug-and-play), IP addresses, ports, etc. "mike admin" wrote a message suggesting one approach to convert an undecrypted blu-ray backup plus "discatt.dat" to a decrypted backup is to start the built-in web server and "download" decrypted M2TS files. Looks interesting, but without any explanation of the web server operation it is just vague and not usable. Furthermore, the specific example given on the web page about usage -- which is:

Code: Select all

Start streaming server with all output suppressed on a specific address and port
makemvcon stream --upnp=1 --cache=128 --bindip=192.168.1.102 --bindport=51000 --messages=-none
...results in the following output:

Code: Select all

Deprecated option ignored
Deprecated option ignored
Deprecated option ignored
Invalid command: stream
Post Reply