Page 102 of 756
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 8:16 pm
by RESET_9999
by looking at the bitrate/size of the DV layer.
FEL:
DISC INFO:
Disc Title: Rocketman
Disc Size: 88,871,774,262 bytes
Protection: AACS2
Extras: Ultra HD, BD-Java
BDInfo: 0.7.5.3
PLAYLIST REPORT:
Name: 00222.MPLS
Size: 87,075,723,264 bytes
Total Bitrate: 95.73 Mbps
(*) Indicates included stream hidden by this playlist.
VIDEO:
Codec Bitrate Description
----- ------- -----------
MPEG-H HEVC Video 62335 kbps 2160p / 23.976 fps / 16:9 / Main 10 @ Level 5.1 @ High / 4:2:0 / 10 bits / HDR10 / BT.2020 /
* MPEG-H HEVC Video 7672 kbps 1080p / 23.976 fps / 16:9 / Main 10 @ Level 5.1 @ High / 4:2:0 / 10 bits / Dolby Vision / BT.2020 /
MEL:
Disc Title: Justice League
Protection: AACS2
BD-Java: Yes
Extras: Ultra HD
BDInfo: 0.5.8.7
PLAYLIST REPORT:
Name: 00800.MPLS
Size: 62,070,792,192 bytes
Total Bitrate: 68.94 Mbps
(*) Indicates included stream hidden by this playlist.
VIDEO:
Codec Bitrate Description
----- ------- -----------
MPEG-H HEVC Video 51650 kbps 2160p / 23.976 fps / 16:9 / Main 10 Profile 5.1 High / 4:2:0 / 10 bits / HDR / BT.2020 /
* MPEG-H HEVC Video 67 kbps 1080p / 23.976 fps / 16:9 / Main 10 Profile 5.1 High / 4:2:0 / 10 bits / Dolby Vision / BT.2020 /
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 8:22 pm
by ragico
thank you
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 8:58 pm
by RESET_9999
DL MP4 vs SL BL+EL+RPU Sony x700:
https://slow.pics/c/HDpNH5cC
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 9:52 pm
by Angryunibrow
Besides the focus

(kidding) looks pretty identical to me
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:06 pm
by ragico
ragico wrote: Sun Mar 08, 2020 6:01 pm
I also own the firestick 4k. How can I make this kind of file (BL + RPU)?
Any help from somebody?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:12 pm
by baker99
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:17 pm
by RESET_9999
Angryunibrow wrote: Sun Mar 08, 2020 9:52 pm
Besides the focus

(kidding) looks pretty identical to me
yeah, I think yusesope did it.
this is great work yusesope. DVDFAB is now useless

Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:28 pm
by Arbigator
Which version of tsMuxer should be used for yusesope's tool? Also, can tsMuxer be used to demux the individual streams and the audio? or do we have to use ffmpeg for that?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:29 pm
by RESET_9999
I've been using tsmuxer for demuxing. It works great.
not sure if the newest one works but the one from this post work:
https://www.makemkv.com/forum/viewtopic ... 485#p85786
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:30 pm
by Arbigator
Thanks!
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:39 pm
by yusesope
They are identical
ragico wrote: Sun Mar 08, 2020 10:06 pm
ragico wrote: Sun Mar 08, 2020 6:01 pm
I also own the firestick 4k. How can I make this kind of file (BL + RPU)?
Any help from somebody?
Right click on the "start_bl_el_rpu_builder.bat" file.
Left click on the "Edit" item.
In the newly opened text file there is this string:
Code: Select all
python-3.7.6.amd64\python src\bl_el_rpu_builder.py
Modify it as follows
Code: Select all
python-3.7.6.amd64\python src\bl_el_rpu_builder.py -mode 2
Save your changes and try again by double clicking on the "start_bl_el_rpu_builder.bat" file.
The file that will be created will always have the name "BL_EL_RPU.hevc" but in reality it will be a single track single layer file (BL + RPU)
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:47 pm
by shawnc22
Just tested with the full black panther movie as well and both DV and Atmos looks good on plex with shield. Steps I took for reference:
1) Demux the original mpls file from decrypted uhd into 2 hevc tracks with tsmuxer version from here:
https://www.makemkv.com/forum/viewtopic ... 485#p85786
2) Merge both hevc tracks with latest version of yusesope's tool
3) Remux the now merged hevc file with the original mpls file again (only atmos track selected this time) in same tsmuxer version from step 1.
I know it's not a big deal or priority at this point, but just to wanted to double check that subtitles and chapters currently aren't working, right? I selected all the PGS tracks when remuxing the final TS file, but if I select any of them on playback in plex, the video refuses to play.
Thanks for the all hard work everyone!
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Mar 08, 2020 10:55 pm
by ragico
yusesope wrote: Sun Mar 08, 2020 10:39 pm
They are identical
ragico wrote: Sun Mar 08, 2020 10:06 pm
ragico wrote: Sun Mar 08, 2020 6:01 pm
I also own the firestick 4k. How can I make this kind of file (BL + RPU)?
Any help from somebody?
Right click on the "start_bl_el_rpu_builder.bat" file.
Left click on the "Edit" item.
In the newly opened text file there is this string:
Code: Select all
python-3.7.6.amd64\python src\bl_el_rpu_builder.py
Modify it as follows
Code: Select all
python-3.7.6.amd64\python src\bl_el_rpu_builder.py -mode 2
Save your changes and try again by double clicking on the "start_bl_el_rpu_builder.bat" file.
The file that will be created will always have the name "BL_EL_RPU.hevc" but in reality it will be a single track single layer file (BL + RPU)
Thank you master
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Mar 09, 2020 5:56 am
by Arbigator
Whenever I add the second HEVC file and hit enter the tool just closes instantly. I have tried multiple computers, all with the same result. Anyone know a fix? I'm on Windows 10
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Mar 09, 2020 6:30 am
by PapitaHD
I tried yusesope's tool (v 0.02) with "The Meg" but for some reason it didn't work. Process finished and asked me to exit with "EL analysis" being at 99% and the resulting hevc file has the exact same size as the base layer. I can play the file but it's just HDR10.
Ehat could be the problem?