
Dolby Vision now possible through MP4 Mux.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
RESET_9999, hi, the 6-1-1 script is not working, it gives an error, the screenshot below, what could it be? I try on different movies, all contain HDR10+, which needs to be removed so that only HDR and DV remain. The script is currently DoVi_Scripts_1.8.9.3.beta_MKV, I tried it on other versions, there is no difference.


-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
check out 1.8.9.5 later today.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
you edit all the frames to 0,0,276,276 with a json file and then you edit all the Imax frames to 0,0,68,68 with another json file.@RESET_9999 On the Dolby vision excel file, you posted the L5 IMAX edits for Guardians of the Galaxy. How and where to use it? Thanks in advance.
dovi_tool.exe editor -i D:\input.bin -j D:\276.edits.json --rpu-out D:\276.edits.bin
dovi_tool.exe editor -i D:\276.edits.bin -j D:\68.edits.json --rpu-out D:\final.RPU.bin
276/276 json
Code: Select all
{
"mode": 0,
"active_area": {
"presets": [
{
"id": 1,
"left": 0,
"right": 0,
"top": 276,
"bottom": 276
}
],
"edits": {
"all": 1
}
}
}Code: Select all
{
"mode": 0,
"active_area": {
"presets": [
{
"id": 1,
"left": 0,
"right": 0,
"top": 68,
"bottom": 68
}
],
"edits": {
"2313-8290": 1,
"12867-20599": 1,
"29662-30346": 1,
"44226-50210": 1,
"62482-71703": 1,
"90855-94414": 1,
"114450-114880": 1,
"120568-130909": 1,
"150232-163186": 1,
"180560-180982": 1,
"184049-187882": 1,
"197234-205633": 1
}
}
}
Last edited by RESET_9999 on Sun Jul 30, 2023 3:42 pm, edited 4 times in total.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
Can you please tell me if this is related to imax and not imax scenes? And what does it give?you edit all the frames to 0,0,276,276 with a json file and then you edit all the Imax frames to 0,0,68,68 with another json file.
dovi_tool.exe editor -i D:\input.bin -j D:\276.edits.json --rpu-out D:\276.edits.bin
dovi_tool.exe editor -i D:\276.edits.bin -j D:\68.edits.json --rpu-out D:\final.RPU.bin
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Not sure I understand what you mean...TheEqualizer wrote: Fri Jul 28, 2023 3:47 pmCan you please tell me if this is related to imax and not imax scenes? And what does it give?you edit all the frames to 0,0,276,276 with a json file and then you edit all the Imax frames to 0,0,68,68 with another json file.
dovi_tool.exe editor -i D:\input.bin -j D:\276.edits.json --rpu-out D:\276.edits.bin
dovi_tool.exe editor -i D:\276.edits.bin -j D:\68.edits.json --rpu-out D:\final.RPU.bin
Guardians of the Galaxy 3 bluray and web streaming have changing aspect ratios. Some scenes are 2.39(276/276) and some are 1.90(68/68).
Disney Plus should have the movie in full Imax though.

-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
Perhaps you don’t quite understand me because of the translator, but you caught the essence, different frame sizes, imax scenes and ordinary ones. If the blu-ray and streaming versions were used, everything is identical in them, the scenes change exactly, what is this procedure for?
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Because the itunes DV source is cropped and doesnt have L5 metadata.
It doesn't matter for HDMI devices though, L5 is ignored and DV tone mapping is always applied to the whole image, letterbox included.
only the LG TVs internal player use that metadata.(I dont know about the other TVs brand)
It doesn't matter for HDMI devices though, L5 is ignored and DV tone mapping is always applied to the whole image, letterbox included.
only the LG TVs internal player use that metadata.(I dont know about the other TVs brand)
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
I made a hybrid of uhd hdr and web-dl MA, there is a full frame, therefore, these manipulations are useless, if I understand you correctly.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
Will it be available for download soon?
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
useless as long as you don't use your TV internal player.TheEqualizer wrote: Fri Jul 28, 2023 4:56 pm I made a hybrid of uhd hdr and web-dl MA, there is a full frame, therefore, these manipulations are useless, if I understand you correctly.
what?there is a full frame,
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
In a few hours when I get home.
You can use the hdr10plus_tool if you cant wait for me...
Code: Select all
hdr10plus_tool.exe remove input.hevc -o hdr10plus_removed_output.hevc-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
How bad it is that we speak different languages and we don’t understand each other well((((RESET_9999 wrote: Fri Jul 28, 2023 5:09 pmuseless as long as you don't use your TV internal player.TheEqualizer wrote: Fri Jul 28, 2023 4:56 pm I made a hybrid of uhd hdr and web-dl MA, there is a full frame, therefore, these manipulations are useless, if I understand you correctly.
what?there is a full frame,
Used on the built-in LG player, movies anywhere streaming service has a full frame, not cropped like amazon or itunes, I recognize or you will understand me this time)
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
there is no MA Profile 5 available online on torrent/scene... the only DV source is iTunes.TheEqualizer wrote: Fri Jul 28, 2023 5:17 pm How bad it is that we speak different languages and we don’t understand each other well((((
Used on the built-in LG player, movies anywhere streaming service has a full frame, not cropped like amazon or itunes, I recognize or you will understand me this time)
Even if MA P5 DV was available, all their encodes have incorrect Level 5 metadata just like itunes.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
Metadata was extracted by me from MA hybrid release (8 profile, full frame) and injected into uhd hdr
Where can I read in detail and in an understandable language about the levels?
What does it mean not faithful and why release such a thing at all? ...Even if MA P5 DV was available, all their encodes have incorrect Level 5 metadata just like itunes.
Where can I read in detail and in an understandable language about the levels?
Last edited by TheEqualizer on Fri Jul 28, 2023 5:52 pm, edited 2 times in total.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
that ma p8 release use DV meta from iTunes...TheEqualizer wrote: Fri Jul 28, 2023 5:39 pm Metadata was extracted by me from MA hybrid release (8 profile, full frame) and injected into uhd hdr
Easy to tell because all the iTunes web-dl are missing level 4 metadata.
Studios can be a bunch of amateur sometimes, nothing new here. We often get much better quality through piracy.What does it mean not faithful and why release such a thing at all? ...
Where can I read in detail and in an understandable language about the levels?
https://professionalsupport.dolby.com/s ... uage=en_US