Page 1 of 1

Makemkv console 3D Bluray

Posted: Wed Aug 17, 2016 10:39 am
by Thalhammer
Hello,
I'm currently converting all of my blurays to mkv movies.
I came across some 3D content and don't know how to convert them to a MVC mkv.
For example: Titanic 3D
Mediainfo:

Code: Select all

General
Complete name                            : Titanic-(1997)-3D.iso
Format                                   : AVC
Format/Info                              : Advanced Video Codec
File size                                : 74.7 GiB

Video
Format                                   : AVC / AVC / AVC
Format/Info                              : Advanced Video Codec
Format profile                           : Unknown@L10.8 / Unknown@L1.5 / Unknown@L3.2 / Unknown@L7.9 / High@L4.1 / Unknown@L7.2 / Unknown@L4.8
MultiView_Count                          : 104 / 2 / 116 / 66
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 3 frames / 2 frames
Bit rate mode                            : Variable / Variable
Maximum bit rate                         : 40.0 Mbps / 524 Kbps
Width                                    : 1 920 pixels / 16 pixels / 6 pixels
Height                                   : 1 080 pixels / 32 pixels / 20 pixels
Display aspect ratio                     : 0.300
Frame rate                               : 23.976 fps
Color space                              : YUV / YUV / YUV
Chroma subsampling                       : 4:2:0 / 4:2:0 / 4:2:0
Bit depth                                : 8 bits / 8 bits / 8 bits
Scan type                                : Progressive / Interlaced / MBAFF
makemkvcon info:

Code: Select all

MakeMKV v1.10.0 linux(x64-release) started
The new version 1.10.1 is available for download at http://www.makemkv.com/download/
Using direct disc access mode
AACS directory not present, assuming unencrypted disc
File 00000.mpls was added as title #0
Operation successfully completed
Total 1 titles
Title  0
0 Video Mpeg4
1 Video Mpeg4 MVC 3D Extension
2 Audio DTS
3 Audio DTS-HD Master Audio
4 Audio DTS
5 Subtitles HDMV PGS Subtitles
6 Subtitles HDMV PGS Subtitles
So 3D IS detected correctly, but running "makemkvcon mkv iso:Titanic.iso all ."
Only rips out title 0, which is not MVC.
Explicitly selecting title 1 does nothing.

How can I select the MVC option in commandline ?
I found this help on commandline usage a long time ago, but it seems there are a lot of options in the gui which are missing in this help file.
/developers/usage.txt

Sincerely Thalhammer

Re: Makemkv console 3D Bluray

Posted: Fri Aug 19, 2016 1:51 pm
by Thalhammer
Bump
No one a idea ?

Re: Makemkv console 3D Bluray

Posted: Sun Oct 02, 2016 8:47 am
by ochsi
Hi,

I am ochsi and I am new here.
I want to use makemkv on a headless system and was hoping to be able to copy the mvc part to. Unfortunately, like Thalhammer, I have not been able to find an option for this in makemkvcon.
Do you have any ideas?

Thanks in advance
ochsi

Re: Makemkv console 3D Bluray

Posted: Sun Oct 09, 2016 3:22 pm
by ochsi
OK, found it.

read http://www.makemkv.com/forum2/viewtopic.php?f=10&t=4386 and http://www.makemkv.com/forum2/viewtopic ... 435#p21435

essentially make a copy of /usr/share/MakeMKV/default.mmcp.xml to another folder and rename it to myprofile.xml or whatever you want.
edit the new file and change "-sel:mvcvideo" to "+sel:mvcvideo"

now call makemkvcon as usual but with the additional parameter "--profile:myprofile.xml"

Re: Makemkv console 3D Bluray

Posted: Wed Aug 09, 2017 7:51 am
by bercaw
I hope I'm not too late to this thread. Like many others on this forum I'm new to all this & still trying to figure it out. When I tried to follow the recommended steps
essentially make a copy of /usr/share/MakeMKV/default.mmcp.xml to another folder and rename it to myprofile.xml or whatever you want.
edit the new file and change "-sel:mvcvideo" to "+sel:mvcvideo"
the file opened in Notepad & was a bit of a mess. Is there a recommended program for editing mkv files?

Re: Makemkv console 3D Bluray

Posted: Wed Aug 09, 2017 12:38 pm
by d00zah
I hope you mean '... for editing .xml files'? Try Wordpad.

Re: Makemkv console 3D Bluray

Posted: Wed Aug 09, 2017 6:21 pm
by bercaw
It worked!!! Thank you!