Dolby Vision and 1.15.1

Please post here for issues related to UHD discs
shawnc22
Posts: 636
Joined: Tue Jan 21, 2020 7:40 am

Re: Dolby Vision and 1.15.1

Post by shawnc22 »

SamuriHL wrote:
Thu Apr 16, 2020 5:46 pm
Wait that's a good idea though. What about the following workflow:

1) Create MKV from disc with MakeMKV
2) Extract the ATMOS track from resulting MKV with ffmpeg
3) Add MKV to TSMuxer
4) Add extracted ATMOS track from ffmpeg
5) Mux
6) Profit?!
The extracted atmos track from mkv with ffmpeg would be without an ac3 core so tsmuxer still wouldn't recognize it. You can simply use eac3to, though, instead of ffmpeg to extract the atmos track into thd+ac3 format and those steps would then work.
SamuriHL
Posts: 2223
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL »

I'll have to try that. This would save the step of having to rip the whole disc. If you can work just from the MKV then it work be much quicker. Thanks for that idea!
cipher
Posts: 64
Joined: Tue Sep 24, 2013 5:16 am

Re: Dolby Vision and 1.15.1

Post by cipher »

Grencola wrote:
Thu Apr 16, 2020 2:05 pm
cipher wrote:
Thu Apr 16, 2020 6:58 am
Or picking up a 2019 Shield and getting both! :D
you make it sound so easy :lol: I've been waiting 6+ weeks and there are still none available, in Canada at least, unless you want to spend 400+ on eBay..
I see it on the Canadian Best Buy site, the Web code is 14276266 (I'd add the link, but I'm not sure if that's allowed here).
Grencola
Posts: 343
Joined: Sun Jan 27, 2019 5:19 pm

Re: Dolby Vision and 1.15.1

Post by Grencola »

cipher wrote:
Thu Apr 16, 2020 6:08 pm
I see it on the Canadian Best Buy site, the Web code is 14276266 (I'd add the link, but I'm not sure if that's allowed here).
that's the wrong one. 14276267 is the one to get.
olevelo
Posts: 119
Joined: Thu Dec 20, 2018 11:59 pm

Re: Dolby Vision and 1.15.1

Post by olevelo »

SamuriHL wrote:
Thu Apr 16, 2020 5:57 pm
I'll have to try that. This would save the step of having to rip the whole disc. If you can work just from the MKV then it work be much quicker. Thanks for that idea!
I thought eac3to can extract the audio from the MKV? That was the 2nd workflow that was mentioned here:

https://www.makemkv.com/forum/viewtopic ... =15#p87830

1. Use MakeMKV
2. Use eac3to to get the audio
3. Remux using tsmuxer

And done.
SamuriHL
Posts: 2223
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL »

olevelo wrote:
Thu Apr 16, 2020 7:16 pm
SamuriHL wrote:
Thu Apr 16, 2020 5:57 pm
I'll have to try that. This would save the step of having to rip the whole disc. If you can work just from the MKV then it work be much quicker. Thanks for that idea!
I thought eac3to can extract the audio from the MKV? That was the 2nd workflow that was mentioned here:

https://www.makemkv.com/forum/viewtopic ... =15#p87830

1. Use MakeMKV
2. Use eac3to to get the audio
3. Remux using tsmuxer

And done.
Yea I just hadn't tried it yet. I'm re-ripping all my DV titles right now and the last two were DTS:X so I was able to directly remux those in tsmuxer. The one I'm ripping right now is another ATMOS track so I'll be trying the extract from eac3to and adding it through tsmuxer.
RESET_9999
Posts: 1853
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision and 1.15.1

Post by RESET_9999 »

SamuriHL wrote:
Thu Apr 16, 2020 4:46 pm
Correct me if I'm mistaken here, but, that's not the same thing. MakeMKV already puts the THD/ac3 interleaved audio track in the MKV, tsmuxer just doesn't recognize it in the MKV container. So ideally, they'd fix the ability for tsmuxer to use the track already within the MKV container and we'd be good to go.
it's not that easy and cannot be done without breaking tsmuxer the developers said. The solution they are working on will be as good, who cares about the ac3 core
SamuriHL
Posts: 2223
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL »

RESET_9999 wrote:
Thu Apr 16, 2020 7:45 pm
SamuriHL wrote:
Thu Apr 16, 2020 4:46 pm
Correct me if I'm mistaken here, but, that's not the same thing. MakeMKV already puts the THD/ac3 interleaved audio track in the MKV, tsmuxer just doesn't recognize it in the MKV container. So ideally, they'd fix the ability for tsmuxer to use the track already within the MKV container and we'd be good to go.
it's not that easy and cannot be done without breaking tsmuxer the developers said. The solution they are working on will be as good, who cares about the ac3 core
I absolutely couldn't care less about the AC3 core so if what they're working on will work and we can drop an MKV made by MakeMKV into it and remux it into a TS, I'm all good!
SamuriHL
Posts: 2223
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL »

For those that are looking to make this work in the easiest way possible:

1) Rip to MKV with MakeMKV
2) eac3to titlename.mkv 2: titlename.thd+ac3
Note: titlename should be replaced with the actual name of the MKV
3) Add the MKV and the thd+ac3 track to TSMuxer
4) Remux to TS

I've done this to a few of them. Currently watching Ready Player One on my SHIELD Pro 2019 in Plex as we speak. This is fantastic.
olevelo
Posts: 119
Joined: Thu Dec 20, 2018 11:59 pm

Re: Dolby Vision and 1.15.1

Post by olevelo »

SamuriHL wrote:
Thu Apr 16, 2020 9:54 pm
For those that are looking to make this work in the easiest way possible:

1) Rip to MKV with MakeMKV
2) eac3to titlename.mkv 2: titlename.thd+ac3
Note: titlename should be replaced with the actual name of the MKV
3) Add the MKV and the thd+ac3 track to TSMuxer
4) Remux to TS

I've done this to a few of them. Currently watching Ready Player One on my SHIELD Pro 2019 in Plex as we speak. This is fantastic.
Thanks for the command line for eac3to. Saves me the trouble of looking it up? Have you tried playing it in Kodi? I'd rather not have to use Plex as well.
Angryunibrow
Posts: 104
Joined: Wed Nov 06, 2019 11:26 pm

Re: Dolby Vision and 1.15.1

Post by Angryunibrow »

olevelo wrote:
Thu Apr 16, 2020 10:16 pm
SamuriHL wrote:
Thu Apr 16, 2020 9:54 pm
For those that are looking to make this work in the easiest way possible:

1) Rip to MKV with MakeMKV
2) eac3to titlename.mkv 2: titlename.thd+ac3
Note: titlename should be replaced with the actual name of the MKV
3) Add the MKV and the thd+ac3 track to TSMuxer
4) Remux to TS

I've done this to a few of them. Currently watching Ready Player One on my SHIELD Pro 2019 in Plex as we speak. This is fantastic.
Thanks for the command line for eac3to. Saves me the trouble of looking it up? Have you tried playing it in Kodi? I'd rather not have to use Plex as well.
Kodi does not play DV right now, need to use Plex on the shield.
SamuriHL
Posts: 2223
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL »

I thought Kodi had a beta for DV support on the SHIELD? I haven't tried it, no. Personally I love plex and have it set up really well on my LAN with the NAS.
AlvaroB
Posts: 5
Joined: Wed Jul 17, 2019 12:28 pm

Re: Dolby Vision and 1.15.1

Post by AlvaroB »

SamuriHL wrote:
Thu Apr 16, 2020 9:54 pm
For those that are looking to make this work in the easiest way possible:

1) Rip to MKV with MakeMKV
2) eac3to titlename.mkv 2: titlename.thd+ac3
Note: titlename should be replaced with the actual name of the MKV
3) Add the MKV and the thd+ac3 track to TSMuxer
4) Remux to TS

I've done this to a few of them. Currently watching Ready Player One on my SHIELD Pro 2019 in Plex as we speak. This is fantastic.
Thank you! Just to add to this, MakeMKV needs to be 1.15.1, eac3to I believe any of the latest versions will work.. But I think someone here just said that TSMuxer needs to be one of the nightly builds? The latest stable doesn't work?
cardsdoc
Posts: 13
Joined: Sun Jun 16, 2019 4:32 pm

Re: Dolby Vision and 1.15.1

Post by cardsdoc »

SamuriHL wrote:
Thu Apr 16, 2020 9:54 pm
For those that are looking to make this work in the easiest way possible:

1) Rip to MKV with MakeMKV
2) eac3to titlename.mkv 2: titlename.thd+ac3
Note: titlename should be replaced with the actual name of the MKV
3) Add the MKV and the thd+ac3 track to TSMuxer
4) Remux to TS

I've done this to a few of them. Currently watching Ready Player One on my SHIELD Pro 2019 in Plex as we speak. This is fantastic.
I’ve been holding off until this was simple and now seems like the right time. Thanks. What is the workflow for DTS:X tracks?
SamuriHL
Posts: 2223
Joined: Mon Jun 14, 2010 5:32 pm

Re: Dolby Vision and 1.15.1

Post by SamuriHL »

cardsdoc wrote:
Thu Apr 16, 2020 11:36 pm

I’ve been holding off until this was simple and now seems like the right time. Thanks. What is the workflow for DTS:X tracks?
Even simpler! Throw the MKV in TSMuxer and remux it. Done!
Post Reply