Dolby Vision and 1.15.1

Please post here for issues related to UHD discs
kcxserver
Posts: 33
Joined: Tue Apr 21, 2020 8:37 am

Re: Dolby Vision and 1.15.1

Post by kcxserver » Fri Jul 24, 2020 8:22 pm

steffenmanden wrote:
Fri Jul 24, 2020 8:03 pm

As far as i am aware, Makemkv saves all hd audio just fine?
OK thank you for the info. then the problem was obviously with me. I've only tested it once with sound. Otherwise only the video is copied. Before that, I added the sound from the mpls in tsmuxer 04.06 fix. if that is correct and everything works wonderfully, I said nothing! When I get back I will look for my mistake and of course keep my word.

SamuriHL
Posts: 2298
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL » Fri Jul 24, 2020 8:49 pm

If you were using tsmuxer, then yes, there's a problem with TrueHD from an MKV being added there, but, the problem isn't with the MKV. This new MKV format means we don't have to touch any other tools. Rip to MKV, add to NAS, play in Plex. Done. :D Eventually. Shorter term is play in Kodi with yusecope's exoplayer apk I believe. Once his apk is released, we'll need to put together a detailed thread on how us SHIELD owners can use it with all the setup instructions. Cause I'm itching to try it out for sure.

shawnc22
Posts: 637
Joined: Tue Jan 21, 2020 7:40 am

Re: Dolby Vision and 1.15.1

Post by shawnc22 » Fri Jul 24, 2020 9:10 pm

Looks like somebody might've beaten yusecope to the punch:

https://github.com/google/ExoPlayer/pull/7667

I was able to build an apk out of this pull request and it does seem to be working as far triggering DV on the 2019 Shield goes for 1.15.2 mkvs. Pretty good news overall that things are progressing this fast :)

yusesope
Posts: 221
Joined: Sun Jul 28, 2019 3:34 am

Re: Dolby Vision and 1.15.1

Post by yusesope » Fri Jul 24, 2020 9:24 pm

shawnc22 wrote:
Fri Jul 24, 2020 9:10 pm
Looks like somebody might've beaten yusecope to the punch:

https://github.com/google/ExoPlayer/pull/7667

I was able to build an apk out of this pull request and it does seem to be working as far triggering DV on the 2019 Shield goes for 1.15.2 mkvs. Pretty good news overall that things are progressing this fast :)
It's a tough world out there :lol: :lol:
I am also happy that things are moving quickly.

SamuriHL
Posts: 2298
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL » Fri Jul 24, 2020 9:36 pm

That's awesome LOL Now we need to get some detailed instructions on getting this set up in Kodi for now until things get more official with things like Plex.

Hitsville
Posts: 2
Joined: Fri Jul 24, 2020 9:46 pm

Re: Dolby Vision and 1.15.1

Post by Hitsville » Fri Jul 24, 2020 9:51 pm

yusesope wrote:
Fri Jul 24, 2020 9:24 pm

It's a tough world out there :lol: :lol:
I am also happy that things are moving quickly.
For us mere mortals though, your efforts and time spent are appreciated.
Really looking forward to you releasing the APK.

bobbymkV
Posts: 71
Joined: Fri Jun 19, 2020 4:26 pm

Re: Dolby Vision and 1.15.1

Post by bobbymkV » Fri Jul 24, 2020 10:16 pm

Who wants to buy me an Vertex or Integral? :(

Sent from my Pixel 3 XL using Tapatalk


SamuriHL
Posts: 2298
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL » Fri Jul 24, 2020 11:57 pm

I gotta say, re-ripping all these back to MKV might be a pain, but, what a space saving exercise! I tend to forget how much of a pigdog TS is. :lol:

kcxserver
Posts: 33
Joined: Tue Apr 21, 2020 8:37 am

Re: Dolby Vision and 1.15.1

Post by kcxserver » Sat Jul 25, 2020 7:04 am

Ahh ok understand then that will be the problem. Unfortunately I missed the fact that this is known and is not a makemkv error. Then it's perfect. Looking forward to the APK and an implementation by Plex. All very good news here. Thanks again to everyone who pushed the topic.

siriusbox
Posts: 31
Joined: Thu Mar 12, 2020 3:07 pm

Re: Dolby Vision and 1.15.1

Post by siriusbox » Sat Jul 25, 2020 8:28 am

SamuriHL wrote:
Fri Jul 24, 2020 9:36 pm
That's awesome LOL Now we need to get some detailed instructions on getting this set up in Kodi for now until things get more official with things like Plex.
I think Plex uses FFmpeg for that part, I don't know if they can just add support to FFmpeg in their build without add to FFmpeg master, but it would be a good thing to have in the master, because other players like Kodi could benefit from it.

kcxserver
Posts: 33
Joined: Tue Apr 21, 2020 8:37 am

Re: Dolby Vision and 1.15.1

Post by kcxserver » Sat Jul 25, 2020 10:46 am

siriusbox wrote:
Sat Jul 25, 2020 8:28 am
SamuriHL wrote:
Fri Jul 24, 2020 9:36 pm
That's awesome LOL Now we need to get some detailed instructions on getting this set up in Kodi for now until things get more official with things like Plex.
I think Plex uses FFmpeg for that part, I don't know if they can just add support to FFmpeg in their build without add to FFmpeg master, but it would be a good thing to have in the master, because other players like Kodi could benefit from it.
Yes, the Plex team said so. they have to integrate it into FFmpeg. "ExoPlayer doesn’t matter one bit here. What matters is FFmpeg."
https://forums.plex.tv/t/feature-reques ... /576028/41

@all btw. if you have not yet cast your vote in the Plex DV MKV inquiry, you should do so! :) thx

Donpoku
Posts: 61
Joined: Wed Jul 03, 2019 3:43 pm

Re: Dolby Vision and 1.15.1

Post by Donpoku » Sat Jul 25, 2020 4:31 pm

shawnc22 wrote:
Fri Jul 24, 2020 9:10 pm
Looks like somebody might've beaten yusecope to the punch:

https://github.com/google/ExoPlayer/pull/7667

I was able to build an apk out of this pull request and it does seem to be working as far triggering DV on the 2019 Shield goes for 1.15.2 mkvs. Pretty good news overall that things are progressing this fast :)
Hi how do you build an apk? Thx

djbuddha
Posts: 38
Joined: Sun Jun 07, 2020 10:55 pm

Re: Dolby Vision and 1.15.1

Post by djbuddha » Sat Jul 25, 2020 7:11 pm

shawnc22 wrote:
Fri Jul 24, 2020 9:10 pm
Looks like somebody might've beaten yusecope to the punch:

https://github.com/google/ExoPlayer/pull/7667

I was able to build an apk out of this pull request and it does seem to be working as far triggering DV on the 2019 Shield goes for 1.15.2 mkvs. Pretty good news overall that things are progressing this fast :)
Would you be able to provide an APK to try with? I'd love to test this out on my 2019 Shield as well!

SamuriHL
Posts: 2298
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL » Sat Jul 25, 2020 7:17 pm

Patience. I'm pretty sure yusesope is planning on releasing an exoplayer apk once the code is cleaned up.

djbuddha
Posts: 38
Joined: Sun Jun 07, 2020 10:55 pm

Re: Dolby Vision and 1.15.1

Post by djbuddha » Sat Jul 25, 2020 7:27 pm

SamuriHL wrote:
Sat Jul 25, 2020 7:17 pm
Patience. I'm pretty sure yusesope is planning on releasing an exoplayer apk once the code is cleaned up.
I have a Vertex 2 I wanna try some real DV content with (non-streaming content). I have this weekend off and am working straight the next 2 weeks lol. Was hoping for something to mess around with while I have the limited time off :lol:

Also want to test if DV is being triggered, I have something like 20 discs i want to re-rip over the weekend, just to confirm they're triggering LLDV correctly :shock:
Last edited by djbuddha on Sat Jul 25, 2020 7:40 pm, edited 1 time in total.

Post Reply