Search found 75 matches

by steffenmanden
Sun May 24, 2020 8:43 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

I feel your pain... They are changing the specifications for a better solution...that's okay. I'm happy with this! seems it's now in BlockAdditionalMapping using BlockAddIDType to define the type Taking a look at matroska.org, EBML is described as an XML document. The elements BlockAdditionalMappin...
by steffenmanden
Fri May 22, 2020 3:42 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

Regarding how you should read the CodecPrivate from the MKV I guess you need to follow the way it was decided on the matroska's github discussion Please note that we haven't actually decided on the way to store extensions to CodecPrivate yet. Today we're discussing not storing them in CodecPrivate ...
by steffenmanden
Fri May 22, 2020 8:57 am
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

It seems the data will be moved out from CodecPrivate and into some CodecPrivateExtensions. EDIT: Ignore the above, seems it's now in BlockAdditionalMapping using BlockAddIDType to define the type This is to avoid future issues and to give a new way of implementating it, so it doesn't cause issues w...
by steffenmanden
Fri May 22, 2020 5:49 am
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

Just noticed that someone raised concerns regarding the current way to store it.

We will have to see if they want to do it differently now
by steffenmanden
Thu May 21, 2020 9:43 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

Right it's a big IF on whether Exoplayer will accept the PR and then whether Plex will implement it. One hurdle at a time. :) 6 months ago MKV playback of DV was a pipedream not even on the radar. You guys have come a *LONG* way in a short time with all of this. So, keep your eye on the prize while...
by steffenmanden
Thu May 21, 2020 9:01 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

They are on an exoplayer 2 version. Should be able to merge this in without major issues or refactor it to their code!

They also say so here:

https://forums.plex.tv/t/latest-exoplay ... ?u=mandrup

The big question is IF they will do it
by steffenmanden
Thu May 21, 2020 8:31 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

Exoplayer will never support MVC because 3D support doesn't exist on the SHIELD. It's why there's no 3D players on it. So ignoring it should be fine. Still think we should have the base there - future hardware might be able to. So we still should leave a base implementation for reading the blocks r...
by steffenmanden
Thu May 21, 2020 6:10 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

Why dont you get it on github anyway ? :-) better for all of us to help! Ill review the code tonight (Maybe throw it in github if you want, but you should get it in your own) Ill see if i have the time to quickly add the h264 implementation for mvc :-) Agreed with github! happy to do the compile/de...
by steffenmanden
Thu May 21, 2020 4:03 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

I will give this a try over the upcoming long weekend... ill try to give it a look this weekend - let us know if you do more! I tried to clean up the code and make it more OOP. You can download the new code HERE . I have created three new classes: DataExtensionBlocks.java ExtensionBlock.java Extens...
by steffenmanden
Thu May 21, 2020 3:32 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

I will give this a try over the upcoming long weekend... ill try to give it a look this weekend - let us know if you do more! I tried to clean up the code and make it more OOP. You can download the new code HERE . I have created three new classes: DataExtensionBlocks.java ExtensionBlock.java Extens...
by steffenmanden
Thu May 21, 2020 2:27 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

Tested on Sony X700. The TV (Panasonic GZ2000) triggers DV but the X700 info display triggers HDR. im confused, the x700 runs exoplayer?? No, I played from the hard disk attached to the player usb port. But the addition is only through exoplayer so far (and only if you build an apk from yusescope's...
by steffenmanden
Wed May 20, 2020 7:02 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

ragico wrote:
Wed May 20, 2020 5:01 pm
shawnc22 wrote:
Wed May 20, 2020 2:25 am
had some free time after work today:

https://drive.google.com/open?id=1Fm1r6 ... NmxBJsH6AS

it's a promising start :)
Tested on Sony X700. The TV (Panasonic GZ2000) triggers DV but the X700 info display triggers HDR.
im confused, the x700 runs exoplayer??
by steffenmanden
Wed May 20, 2020 4:06 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

A quick test this morning: https://drive.google.com/open?id=12-qTGowAANDlDC7MChIbgCCY0G7P1k_G Atmos+PGS subtitles look good in mkv. The current PGS subtitle issue is likely one with exoplayer and the way PGS subtitles are stored in the TS container. The shield plex stacktrace from a TS file when PG...
by steffenmanden
Wed May 20, 2020 12:12 pm
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

it's a promising start :) Great From a look at the code i also think we can get it cleaned up a little... :mrgreen: :mrgreen: :mrgreen: :mrgreen: That's awesome dude! Wow! Thank you very much for your effort, you are clearly the one behind make DV in MKV a reality, kudos for that. Regarding how you...
by steffenmanden
Wed May 20, 2020 11:29 am
Forum: UHD discs
Topic: Dolby Vision and 1.15.1
Replies: 1680
Views: 2055996

Re: Dolby Vision and 1.15.1

Awesome first test - asked Mortiz if he would come and explain how stuff works. Knowing the basics would make it way easier for us to continue! From a look at the code i also think we can get it cleaned up a little - but seems like its the first big step in the right direction! However we have to m...