Dolby Vision now possible through MP4 Mux.

Please post here for issues related to UHD discs
Message
Author
Angryunibrow
Posts: 104
Joined: Wed Nov 06, 2019 11:26 pm

Re: Dolby Vision now possible through MP4 Mux.

#2101 Post by Angryunibrow » Sat Apr 11, 2020 12:55 am

tr000 wrote:
Sat Apr 11, 2020 12:32 am
Grencola wrote:
Fri Apr 10, 2020 7:01 pm
mrhollywood wrote:
Fri Apr 10, 2020 2:26 pm
Forgive me if this has already been mentioned, but if profile 5 is single layer, then wouldn't it work in MKV format without any modifications? As far as I have read the only thing preventing DV in MKV is the lack of handling multiple layers. MKV is a lot for convenient for use over TS.
technically yes, but mkvtoolnix needs to add the proper dv descriptors first similar to what tsmuxer has done. right now it makes an mkv fine but loses the dv data in process.
This is basically just what mp4muxer does (for an mp4), that's why the actual .exe is so small.
No Atmos in .mp4 so a profile 5 mkv with Atmos would be ideal.

Grencola
Posts: 343
Joined: Sun Jan 27, 2019 5:19 pm

Re: Dolby Vision now possible through MP4 Mux.

#2102 Post by Grencola » Sat Apr 11, 2020 1:00 am

tr000 wrote:
Sat Apr 11, 2020 12:32 am
This is basically just what mp4muxer does (for an mp4), that's why the actual .exe is so small.
Pretty much, though with .ts / .m2ts now working with dv I'm not sure we need mkv. I suppose PGS subtitles and proper chapter support is handy to some people (pgs to srt is such a simple conversion, and who even uses chapters? :lol:).

Grencola
Posts: 343
Joined: Sun Jan 27, 2019 5:19 pm

Re: Dolby Vision now possible through MP4 Mux.

#2103 Post by Grencola » Sat Apr 11, 2020 1:01 am

Angryunibrow wrote:
Sat Apr 11, 2020 12:55 am
No Atmos in .mp4 so a profile 5 mkv with Atmos would be ideal.
use tsmuxer to make a .ts file with atmos.

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

Re: Dolby Vision now possible through MP4 Mux.

#2104 Post by shawnc22 » Sat Apr 11, 2020 1:08 am

Grencola wrote:
Sat Apr 11, 2020 1:00 am
tr000 wrote:
Sat Apr 11, 2020 12:32 am
This is basically just what mp4muxer does (for an mp4), that's why the actual .exe is so small.
Pretty much, though with .ts / .m2ts now working with dv I'm not sure we need mkv. I suppose PGS subtitles and proper chapter support is handy to some people (pgs to srt is such a simple conversion, and who even uses chapters? :lol:).
I still use chapters! to the point of digging up an old plex metadata plugin to add them onto ts files during the import process :lol:

Grencola
Posts: 343
Joined: Sun Jan 27, 2019 5:19 pm

Re: Dolby Vision now possible through MP4 Mux.

#2105 Post by Grencola » Sat Apr 11, 2020 1:13 am

shawnc22 wrote:
Sat Apr 11, 2020 1:08 am
I still use chapters! to the point of digging up an old plex metadata plugin to add them onto ts files during the import process :lol:
oh wow! :shock: :lol:

tr000
Posts: 71
Joined: Thu Jul 18, 2019 11:03 am

Re: Dolby Vision now possible through MP4 Mux.

#2106 Post by tr000 » Sat Apr 11, 2020 1:19 am

Angryunibrow wrote:
Sat Apr 11, 2020 12:55 am
tr000 wrote:
Sat Apr 11, 2020 12:32 am
Grencola wrote:
Fri Apr 10, 2020 7:01 pm

technically yes, but mkvtoolnix needs to add the proper dv descriptors first similar to what tsmuxer has done. right now it makes an mkv fine but loses the dv data in process.
This is basically just what mp4muxer does (for an mp4), that's why the actual .exe is so small.
No Atmos in .mp4 so a profile 5 mkv with Atmos would be ideal.
Yeah, just throw it in TSMuxer like Grencola said.
Grencola wrote:
Sat Apr 11, 2020 1:00 am
tr000 wrote:
Sat Apr 11, 2020 12:32 am
This is basically just what mp4muxer does (for an mp4), that's why the actual .exe is so small.
Pretty much, though with .ts / .m2ts now working with dv I'm not sure we need mkv. I suppose PGS subtitles and proper chapter support is handy to some people (pgs to srt is such a simple conversion, and who even uses chapters? :lol:).
I agree, even the atrocious Roku Media Player plays .ts files. Though, It doesn't change much for me since it doesn't do DTS or True-HD, just E-AC3.

Angryunibrow
Posts: 104
Joined: Wed Nov 06, 2019 11:26 pm

Re: Dolby Vision now possible through MP4 Mux.

#2107 Post by Angryunibrow » Sat Apr 11, 2020 1:26 am

tr000 wrote:
Sat Apr 11, 2020 1:19 am
Angryunibrow wrote:
Sat Apr 11, 2020 12:55 am
tr000 wrote:
Sat Apr 11, 2020 12:32 am


This is basically just what mp4muxer does (for an mp4), that's why the actual .exe is so small.
No Atmos in .mp4 so a profile 5 mkv with Atmos would be ideal.
Yeah, just throw it in TSMuxer like Grencola said.
Grencola wrote:
Sat Apr 11, 2020 1:00 am
tr000 wrote:
Sat Apr 11, 2020 12:32 am
This is basically just what mp4muxer does (for an mp4), that's why the actual .exe is so small.
Pretty much, though with .ts / .m2ts now working with dv I'm not sure we need mkv. I suppose PGS subtitles and proper chapter support is handy to some people (pgs to srt is such a simple conversion, and who even uses chapters? :lol:).
I agree, even the atrocious Roku Media Player plays .ts files. Though, It doesn't change much for me since it doesn't do DTS or True-HD, just E-AC3.
I use a shield, but the Plex app on LG TV's will not play a .ts DV file. So mkv would help others

tr000
Posts: 71
Joined: Thu Jul 18, 2019 11:03 am

Re: Dolby Vision now possible through MP4 Mux.

#2108 Post by tr000 » Sat Apr 11, 2020 1:28 am

Angryunibrow wrote:
Sat Apr 11, 2020 1:26 am
I use a shield, but the Plex app on LG TV's will not play a .ts DV file. So mkv would help others
Why not use LG's native player (via DLNA)? My ancient LG BH4120s plays .ts files so I'd think the current TVs would as well.

Angryunibrow
Posts: 104
Joined: Wed Nov 06, 2019 11:26 pm

Re: Dolby Vision now possible through MP4 Mux.

#2109 Post by Angryunibrow » Sat Apr 11, 2020 1:29 am

tr000 wrote:
Sat Apr 11, 2020 1:28 am
Angryunibrow wrote:
Sat Apr 11, 2020 1:26 am
I use a shield, but the Plex app on LG TV's will not play a .ts DV file. So mkv would help others
Why not use LG's native player (via DLNA)? My ancient LG BH4120s plays .ts files so I'd think the current TVs would as well.
Not with Dolby Vision.

tr000
Posts: 71
Joined: Thu Jul 18, 2019 11:03 am

Re: Dolby Vision now possible through MP4 Mux.

#2110 Post by tr000 » Sat Apr 11, 2020 6:09 am

So after 10+ hours of agonizing labor, Jumanji did not work through any method in mkv form or m2ts form. I will begrudgingly watch it in HDR10.

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

Re: Dolby Vision now possible through MP4 Mux.

#2111 Post by shawnc22 » Sat Apr 11, 2020 6:13 am

tr000 wrote:
Sat Apr 11, 2020 6:09 am
So after 10+ hours of agonizing labor, Jumanji did not work through any method in mkv form or m2ts form. I will begrudgingly watch it in HDR10.
are you referring to the first or second one? only the first one has dolby vision, the sequel is hdr10 only

tr000
Posts: 71
Joined: Thu Jul 18, 2019 11:03 am

Re: Dolby Vision now possible through MP4 Mux.

#2112 Post by tr000 » Sat Apr 11, 2020 6:15 am

shawnc22 wrote:
Sat Apr 11, 2020 6:13 am
tr000 wrote:
Sat Apr 11, 2020 6:09 am
So after 10+ hours of agonizing labor, Jumanji did not work through any method in mkv form or m2ts form. I will begrudgingly watch it in HDR10.
are you referring to the first or second one? only the first one has dolby vision, the sequel is hdr10 only
The first one.

Sgt Hartman
Posts: 35
Joined: Thu Mar 02, 2017 6:29 pm

Re: Dolby Vision now possible through MP4 Mux.

#2113 Post by Sgt Hartman » Sat Apr 11, 2020 6:44 am

badrobot wrote:
Sat Apr 11, 2020 12:44 am
If the moive contains more than one m2ts file, use tsmuxer to merge those m2ts files first.
Noted, thanks mate!

DaMacFunkin
Posts: 311
Joined: Tue Oct 30, 2018 4:17 pm

Re: Dolby Vision now possible through MP4 Mux.

#2114 Post by DaMacFunkin » Sat Apr 11, 2020 7:39 am

Angryunibrow wrote:
Sat Apr 11, 2020 1:26 am
tr000 wrote:
Sat Apr 11, 2020 1:19 am
Angryunibrow wrote:
Sat Apr 11, 2020 12:55 am


No Atmos in .mp4 so a profile 5 mkv with Atmos would be ideal.
Yeah, just throw it in TSMuxer like Grencola said.
Grencola wrote:
Sat Apr 11, 2020 1:00 am

Pretty much, though with .ts / .m2ts now working with dv I'm not sure we need mkv. I suppose PGS subtitles and proper chapter support is handy to some people (pgs to srt is such a simple conversion, and who even uses chapters? :lol:).
I agree, even the atrocious Roku Media Player plays .ts files. Though, It doesn't change much for me since it doesn't do DTS or True-HD, just E-AC3.
I use a shield, but the Plex app on LG TV's will not play a .ts DV file. So mkv would help others
Plays M2TS though.

DaMacFunkin
Posts: 311
Joined: Tue Oct 30, 2018 4:17 pm

Re: Dolby Vision now possible through MP4 Mux.

#2115 Post by DaMacFunkin » Sat Apr 11, 2020 7:40 am

Sgt Hartman wrote:
Sat Apr 11, 2020 6:44 am
badrobot wrote:
Sat Apr 11, 2020 12:44 am
If the moive contains more than one m2ts file, use tsmuxer to merge those m2ts files first.
Noted, thanks mate!
Just drag the mlps in to tsmuxer that will auto merge all the files on output.

Post Reply