Dolby Vision now possible through MP4 Mux.

Please post here for issues related to UHD discs
Post Reply
TheEqualizer
Posts: 51
Joined: Tue Feb 21, 2023 3:50 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by TheEqualizer »

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.
Image
RESET_9999
Posts: 2421
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

check out 1.8.9.5 later today.
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
RESET_9999
Posts: 2421
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

@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.
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

276/276 json

Code: Select all

{
    "mode": 0,
    "active_area": {
        "presets": [
            {
                "id": 1,
                "left": 0,
                "right": 0,
                "top": 276,
                "bottom": 276
            }
        ],
        "edits": {
            "all": 1
        }
    }
}
68/68 json

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.
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
TheEqualizer
Posts: 51
Joined: Tue Feb 21, 2023 3:50 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by TheEqualizer »

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
Can you please tell me if this is related to imax and not imax scenes? And what does it give?
RESET_9999
Posts: 2421
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

TheEqualizer wrote: Fri Jul 28, 2023 3:47 pm
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
Can you please tell me if this is related to imax and not imax scenes? And what does it give?
Not sure I understand what you mean...

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.

Image
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
TheEqualizer
Posts: 51
Joined: Tue Feb 21, 2023 3:50 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by TheEqualizer »

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.

Post by RESET_9999 »

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)
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
TheEqualizer
Posts: 51
Joined: Tue Feb 21, 2023 3:50 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by TheEqualizer »

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.

Post by TheEqualizer »

RESET_9999 wrote: Fri Jul 28, 2023 11:07 am check out 1.8.9.5 later today.
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.

Post by RESET_9999 »

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.
useless as long as you don't use your TV internal player.
there is a full frame,
what?
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
RESET_9999
Posts: 2421
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

TheEqualizer wrote: Fri Jul 28, 2023 5:07 pm
Will it be available for download soon?
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
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
TheEqualizer
Posts: 51
Joined: Tue Feb 21, 2023 3:50 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by TheEqualizer »

RESET_9999 wrote: Fri Jul 28, 2023 5:09 pm
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.
useless as long as you don't use your TV internal player.
there is a full frame,
what?
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)
RESET_9999
Posts: 2421
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

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)
there is no MA Profile 5 available online on torrent/scene... the only DV source is iTunes.

Even if MA P5 DV was available, all their encodes have incorrect Level 5 metadata just like itunes.
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
TheEqualizer
Posts: 51
Joined: Tue Feb 21, 2023 3:50 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by TheEqualizer »

Metadata was extracted by me from MA hybrid release (8 profile, full frame) and injected into uhd hdr
Even if MA P5 DV was available, all their encodes have incorrect Level 5 metadata just like itunes.
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?
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.

Post by RESET_9999 »

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
that ma p8 release use DV meta from iTunes...
Easy to tell because all the iTunes web-dl are missing level 4 metadata.

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?
Studios can be a bunch of amateur sometimes, nothing new here. We often get much better quality through piracy.

https://professionalsupport.dolby.com/s ... uage=en_US
Sorry for my English.
G5 / AM6B+ / Denon 7.2.4
DoVi_Scripts
DoVi Playback Devices
Post Reply