Dual layer DV to single with command line

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
purpl3F0x
Posts: 3
Joined: Mon Jun 13, 2022 2:09 pm

Dual layer DV to single with command line

Post by purpl3F0x »

Hello, I used makemkv on windows to convert a dual layer Dolby Vision .mkv file to single layer, for using it on Plex and worked fine.
I would like to ask if it's possible to do this operation also via command line ?
Thanks
dcoke22
Posts: 2560
Joined: Wed Jul 22, 2020 11:25 pm

Re: Dual layer DV to single with command line

Post by dcoke22 »

https://makemkv.com/developers/

That'll get you started using the command line interface.
purpl3F0x
Posts: 3
Joined: Mon Jun 13, 2022 2:09 pm

Re: Dual layer DV to single with command line

Post by purpl3F0x »

dcoke22 wrote:
Mon Jun 13, 2022 6:15 pm
https://makemkv.com/developers/

That'll get you started using the command line interface.
I have looked into that but I haven't figured out how to do it. Can you give me an example how to pass an mkv file as input ?
dcoke22
Posts: 2560
Joined: Wed Jul 22, 2020 11:25 pm

Re: Dual layer DV to single with command line

Post by dcoke22 »

There are a bunch of threads on this topic on the forum. Just look around. For example: complete documentation for makemkvcon?
purpl3F0x
Posts: 3
Joined: Mon Jun 13, 2022 2:09 pm

Re: Dual layer DV to single with command line

Post by purpl3F0x »

dcoke22 wrote:
Tue Jun 14, 2022 1:29 pm
There are a bunch of threads on this topic on the forum. Just look around. For example: complete documentation for makemkvcon?
I have looked into that but still can't pass an mkv file to it. For example

Code: Select all

makemkvconv info file:"a_file.mkv"
seems to work as expected.
But:

Code: Select all

makemkvconv info file:"a_file.mkv"
Gives the following

Code: Select all

MakeMKV v1.16.7 win(x64-release) started
The program can't find any usable optical drives.
Use: makemkvcon [switches] Command [Parameters]
Post Reply