Command line to create Dolby Vision MKV file in Linux

Please post here for issues related to UHD discs
Post Reply
hansooloo
Posts: 5
Joined: Tue Aug 07, 2012 8:07 pm

Command line to create Dolby Vision MKV file in Linux

Post by hansooloo »

I have a Dolby Vision UHD disc dump and am trying to figure out how to generate an MKV file that would contain the Dolby Vision video tracks.

I created the MKV file using this:

Code: Select all

makemkvcon mkv file:<UHD_Disc_Dir> <title_number> <output_dir>
When I open the resultant MKV file using MediaInfo program (version 20), it doesn't recognize Dolby Vision in the file.
media_info.png
media_info.png (464.28 KiB) Viewed 5072 times
What am I doing wrong?
d00zah
Posts: 1422
Joined: Mon Jun 06, 2016 8:23 pm

Re: Command line to create Dolby Vision MKV file in Linux

Post by d00zah »

Your version of MediaInfo MAY still be too old.

MediaInfo change log:

Version 20.09, 2020-10-09
-------------
+ Dolby ED2: full featured support (presentations, presentation targets, beds, objects)
+ MKV: support of Dolby Vision metadata
+ MXF: detection of Dolby E hidden in PCM tracks having more than 2 channels
+ WAV: detection of Dolby E hidden in PCM tracks having more than 2 channels
+ CineForm: display of color space (including Bayer), bit depth
x WAV: more precise sample count
x SMPTE ST 337: catch of streams starting later than usual (probing increased from 4 to 16 PCM "frames")
x PNG: detection of additional alpha plane in color space
x MXF: detection of additional alpha plane in color space
x AVI: detection of additional alpha plane in color space
x MPEG Audio: was wrongly flagging Xing info tag as CBR
x VorbisTag: does not skip DISCID
x Miscellaneous bug/crash fixes
hansooloo
Posts: 5
Joined: Tue Aug 07, 2012 8:07 pm

Re: Command line to create Dolby Vision MKV file in Linux

Post by hansooloo »

d00zah wrote:
Sun Dec 20, 2020 11:45 pm
Your version of MediaInfo MAY still be too old.

MediaInfo change log:

Version 20.09, 2020-10-09
-------------
+ Dolby ED2: full featured support (presentations, presentation targets, beds, objects)
+ MKV: support of Dolby Vision metadata
+ MXF: detection of Dolby E hidden in PCM tracks having more than 2 channels
+ WAV: detection of Dolby E hidden in PCM tracks having more than 2 channels
+ CineForm: display of color space (including Bayer), bit depth
x WAV: more precise sample count
x SMPTE ST 337: catch of streams starting later than usual (probing increased from 4 to 16 PCM "frames")
x PNG: detection of additional alpha plane in color space
x MXF: detection of additional alpha plane in color space
x AVI: detection of additional alpha plane in color space
x MPEG Audio: was wrongly flagging Xing info tag as CBR
x VorbisTag: does not skip DISCID
x Miscellaneous bug/crash fixes
It is 20.09
Post Reply