Dolby Vision and 1.15.1

Please post here for issues related to UHD discs
mattmarsden
Posts: 88
Joined: Mon Sep 03, 2018 10:36 am

Re: Dolby Vision and 1.15.1

Post by mattmarsden »

Is there any way to change the DV profile level in MakeMKV?
Cannikin
Posts: 175
Joined: Tue Aug 18, 2020 11:54 pm

Re: Dolby Vision and 1.15.1

Post by Cannikin »

Got a response from the MediaInfo author—Dolby Vision support in MKVs will hopefully be available in the next release! https://github.com/MediaArea/MediaInfo/ ... -677483293
shawnc22
Posts: 636
Joined: Tue Jan 21, 2020 7:40 am

Re: Dolby Vision and 1.15.1

Post by shawnc22 »

mattmarsden wrote:
Thu Aug 20, 2020 8:43 am
Is there any way to change the DV profile level in MakeMKV?
You might be able to if you are familiar with a hex editor. It won't change the contents of the video file, just the DV metadata headers. This post here refers to mp4's but the process should be similar for mkvs as well:

https://makemkv.com/forum/viewtopic.php ... vcc#p87215
SamuriHL
Posts: 2227
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL »

Cannikin wrote:
Thu Aug 20, 2020 3:33 pm
Got a response from the MediaInfo author—Dolby Vision support in MKVs will hopefully be available in the next release! https://github.com/MediaArea/MediaInfo/ ... -677483293
Sweet.
RayDawGGG
Posts: 12
Joined: Tue Aug 18, 2020 10:32 pm

Re: Dolby Vision and 1.15.1

Post by RayDawGGG »

rosavanwinkle wrote:
Thu Apr 30, 2020 8:35 am
shawnc22 wrote:
Wed Apr 29, 2020 11:42 pm
rosavanwinkle wrote:
Wed Apr 29, 2020 11:20 pm
So i just converted a movie using makemkv and then tsmuxer
tried playing it in mxplayer pro i get hdr....
Plex gives me dolby vision. do i have to change some settings?
I seriously am starting to trip out on where i'm wrong.
Discord: Rosa Van Winkle#2593 if anyone wants to guide me through this.

Code: Select all

General
ID                                       : 1 (0x1)
Complete name                            : \\SHIELD\internal\Movies\Yip Man 4.ts
Format                                   : MPEG-TS
File size                                : 46.5 GiB
Duration                                 : 1 h 45 min
Overall bit rate mode                    : Variable
Overall bit rate                         : 63.3 Mb/s
Maximum Overall bit rate                 : 35.5 Mb/s

Video
ID                                       : 4117 (0x1015)
Menu ID                                  : 1 (0x1)
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.04.06, BL+EL+RPU, Blu-ray compatible / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : 36
Duration                                 : 1 h 45 min
Bit rate                                 : 59.5 Mb/s
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 24.000 FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.299
Stream size                              : 43.7 GiB (94%)
Language                                 : English
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : BT.2020
Mastering display luminance              : min: 0.0001 cd/m2, max: 1000 cd/m2
Maximum Content Light Level              : 630 cd/m2
Maximum Frame-Average Light Level        : 460 cd/m2

Audio
ID                                       : 4352 (0x1100)
Menu ID                                  : 1 (0x1)
Format                                   : AC-3 MLP FBA 16-ch
Format/Info                              : Audio Coding 3 + Meridian Lossless Packing FBA with 16-channel presentation
Commercial name                          : Dolby TrueHD with Dolby Atmos
Muxing mode                              : Stream extension
Codec ID                                 : 131
Duration                                 : 1 h 45 min
Bit rate mode                            : Variable
Bit rate                                 : 640 kb/s
Maximum bit rate                         : 7 896 kb/s
Channel(s)                               : 8 channels
Channel layout                           : L R C LFE Ls Rs Lb Rb
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Compression mode                         : Lossy
Stream size                              : 482 MiB (1%)
Language                                 : Chinese
Service kind                             : Complete Main
Number of dynamic objects                : 11
Bed channel count                        : 1 channel
Bed channel configuration                : LFE

Like I said in the other thread, the issue is with your set up. The files you're creating are clearly fine, especially if they're playing in DV with Plex, so I would suggest stop tinkering with the remux process and focus more on the set up. Have you tried any of the suggestions I had mentioned? Another thing you may want to try is just playing the mkv directly from the result of makemkv and see if atmos audio is working from that. If that doesn't work, then there's obviously something that's preventing atmos from being played. What does the rest of your system look like (brand/model of audio receiver, how everything is hooked up, etc)?

for now i think i'm just going to try focus on just getting the dolby vision part of the atmos doesnt work,you got a guide for that too aka ac3?

You, nor your file are wrong.. MXPlayer Pro uses Profiles 7 & 8 for DV. Your file is Profile 4 which only plays in HDR. After you change the Profile of your file, you'll have to refresh your movie folder(three dots in the top right corner) for MXPlayer Pro to play it correctly in DV.
Cannikin
Posts: 175
Joined: Tue Aug 18, 2020 11:54 pm

Re: Dolby Vision and 1.15.1

Post by Cannikin »

Don't recall seeing this in the thread but there's an open Pull Request to add Dolby Vision support to ExoPlayer: https://github.com/google/ExoPlayer/pull/7667

We're so close! Right now it looks like the maintainer is waiting on the author of the PR to confirm that the included DV samples are public and can be open sourced.
mathias19
Posts: 9
Joined: Wed Jun 10, 2020 3:27 pm

Re: Dolby Vision and 1.15.1

Post by mathias19 »

shawnc22 wrote:
Sat Jul 25, 2020 9:29 pm
yusesope wrote:
Sat Jul 25, 2020 9:13 pm
shawnc22 wrote:
Sat Jul 25, 2020 8:58 pm
Hey shawnc22,if you still have the apk that I sent you the other day (I deleted our conversation and I can no longer find the link) you can also upload it now!
This way you make everyone happy!
Thank you!
Sure of course. Here is the latest version of yusecope's modified ExoPlayer apk:

https://wetransfer.com/downloads/581a34 ... 917/ba7865

Please note that I have only tested short sample clips made from makemkv 1.15.2 and not a full length title. Also this has only been tested on the 2019 Shield Pro, so YMMV on other Android devices. And finally, all credit goes to yusecope and thanks again for the great work :).
When I click the link it states 'transfer expired'. Anyone know where I can get the latest modded exoplayer apk. Thanks!
M2k80
Posts: 5
Joined: Sun Aug 23, 2020 10:26 am

Re: Dolby Vision and 1.15.1

Post by M2k80 »

@mathias19

look at page 76
Dinst
Posts: 25
Joined: Fri Jul 24, 2020 9:51 am

Re: Dolby Vision and 1.15.1

Post by Dinst »

mathias19 wrote:
Sat Aug 22, 2020 7:43 pm
When I click the link it states 'transfer expired'. Anyone know where I can get the latest modded exoplayer apk. Thanks!

https://mega.nz/file/AcpEAKbK#u6KQd-veK ... X4TA9HnRiw
mazzetta86
Posts: 6
Joined: Wed May 06, 2020 4:40 pm

Re: Dolby Vision and 1.15.1

Post by mazzetta86 »

Hi, I have a very weird issue.

I re-ripped two of my titles and I get video with DV but a cracking noise instead of the audio.
I have the Shield 2019 Pro, with the previous method DV was working fine: TS and THD+AC3.
The problem is that somehow the receiver is getting PCM instead of DTS or Dolby Atmos.
I've tried from a pen drive and from Plex Kodi plugin. If I play the file from the Plex app I get the video in HDR10 with the same noise as Kodi. If I play it on the computer it works fine without DV: the receiver is showing Dolby Atmos with pass-through enabled.

Any advice, please?
mazzetta86
Posts: 6
Joined: Wed May 06, 2020 4:40 pm

Re: Dolby Vision and 1.15.1

Post by mazzetta86 »

I uploaded a short video to show my problem.

When using Exoplayer of the 03/08 I get DV + PCM and weird sound. When using internal player I get HDR10 + DTS-HDMA but no weird sound.

I tested my setup with the previous TS method so, in theory, it's not an hardware issue. The Exoplayer test files work perfectly fine.

we.tl/t-tqXKt3zL5Z
Cannikin
Posts: 175
Joined: Tue Aug 18, 2020 11:54 pm

Re: Dolby Vision and 1.15.1

Post by Cannikin »

Dolby Vision support has been added to ExoPlayer!! https://github.com/google/ExoPlayer/pul ... -680168520

Now how do we get Plex to merge this?
steffenmanden
Posts: 75
Joined: Sat Aug 31, 2019 8:49 pm

Re: Dolby Vision and 1.15.1

Post by steffenmanden »

Cannikin wrote:
Wed Aug 26, 2020 3:54 pm
Dolby Vision support has been added to ExoPlayer!! https://github.com/google/ExoPlayer/pul ... -680168520

Now how do we get Plex to merge this?
Plex uses ffmpeg primarily, so Exoplayer is only for format support on Android. We rarely see plex doing features for one platform only
Last edited by steffenmanden on Wed Aug 26, 2020 5:14 pm, edited 1 time in total.
Epedemic
Posts: 40
Joined: Mon Jan 21, 2019 11:07 pm

Re: Dolby Vision and 1.15.1

Post by Epedemic »

Shield 8.2 update is out. Anyone with the proper insight able to check if the DV color issues is gone, now that they've removed the bt2020 flag from DV?
Cannikin
Posts: 175
Joined: Tue Aug 18, 2020 11:54 pm

Re: Dolby Vision and 1.15.1

Post by Cannikin »

steffenmanden wrote:
Wed Aug 26, 2020 4:10 pm
Plex uses ffmpeg primarily, so Exoplayer is only for format support on Android. We rarely see plex doing features for one platform only
Ahhh most of the threads always talk about a custom version of ExoPlayer "unlocking" DV in Plex on the Shield (or at least the Plex plugin for Kodi). What would be needed to support DV in the official Plex app on the Shield?
Post Reply