Page 534 of 685

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 11:53 am
by TheEqualizer
RESET_9999, please tell me how you can add more than one audio track or subtitles using scripts, 7-3-1 mode.
Or in another way without using scripts, thank you in advance

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 3:27 pm
by RESET_9999
TheEqualizer wrote:
Fri Feb 24, 2023 11:53 am
RESET_9999, please tell me how you can add more than one audio track or subtitles using scripts, 7-3-1 mode.
Or in another way without using scripts, thank you in advance
Wow I didnt know some people were still using dual track dual layer MP4... I didnt touch this workflow since i made the script and dont really have a plan to make changes here...

you can do it manually with the old mp4muxer:

Code: Select all

mp4muxer_path --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --input-file audio1.ec3 --input-file audio2.ec3 --output-file output.mp4
then if you want to add subs:

Code: Select all

mp4box_path -add output.mp4 -add subs.srt  -brand mp43isom -ab dby1 output_subs.mp4

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 6:05 pm
by TheEqualizer
RESET_9999 wrote: Wow I didnt know some people were still using dual track dual layer MP4...
Wait, isn't it better than an 8 profile without an EL layer? Perhaps I didn't quite understand you, please explain!

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 7:16 pm
by RESET_9999
TheEqualizer wrote:
Fri Feb 24, 2023 6:05 pm
Wait, isn't it better than an 8 profile without an EL layer? Perhaps I didn't quite understand you, please explain!
yes, it is better than P8 even though i don't see much difference in PQ (not even the ones with juicy 15-20mb/s layer). I just thought everybody moved to TS/M2ts container for dual-track DV.
https://slow.pics/c/V4VSWPDy
https://slow.pics/c/dXBSzGzE

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 7:47 pm
by dom61
Good evening.
I have exported HDR 10+ and Dolby Vison metadata via DaVinci Resolve.
I need to convert these files via DoVi, kindly can you point me to a link where to download it?
Thank you

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 8:19 pm
by RESET_9999
dom61 wrote:
Fri Feb 24, 2023 7:47 pm
I have exported HDR 10+ and Dolby Vison metadata via DaVinci Resolve.
Hi,
you can use the script in my signature (workflow 1-1) to inject both metadata. Or use the Dovi_tool and HDR10plus_tool to inject manually, you can find these tools on quietvoid's GitHub.

Dinst wrote:
Thu Feb 16, 2023 6:24 pm
Has anybody got a link to a decent tutorial for generating Dolby Vision using Davinci Resolve?
see my youtube channel (link in my signature), i made a video tutorial a while ago.

if you want to save some time, I already generated DV in resolve for most of the movies, here are over 600 RPU files ready to be injected :)

Code: Select all

https://mega.nz/folder/CjYWyaZR#tSlKPhdblAd8shSaYoiOWA

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 8:46 pm
by dom61
RESET_9999 wrote:
Fri Feb 24, 2023 8:19 pm
dom61 wrote:
Fri Feb 24, 2023 7:47 pm
I have exported HDR 10+ and Dolby Vison metadata via DaVinci Resolve.
Hi,
you can use the script in my signature (workflow 1-1) to inject both metadata. Or use the Dovi_tool and HDR10plus_tool to inject manually, you can find these tools on quietvoid's GitHub.

Dinst wrote:
Thu Feb 16, 2023 6:24 pm
Has anybody got a link to a decent tutorial for generating Dolby Vision using Davinci Resolve?
see my youtube channel (link in my signature), i made a video tutorial a while ago.

if you want to save some time, I already generated DV in resolve for most of the movies, here are over 600 RPU files ready to be injected :)

Code: Select all

https://mega.nz/folder/CjYWyaZR#tSlKPhdblAd8shSaYoiOWA
Thank you very much for the valuable information.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 9:21 pm
by powdeau
RESET_9999 wrote:
Fri Feb 24, 2023 8:19 pm
if you want to save some time, I already generated DV in resolve for most of the movies, here are over 600 RPU files ready to be injected :)

Code: Select all

https://mega.nz/folder/CjYWyaZR#tSlKPhdblAd8shSaYoiOWA
Thank you very muc for the RPU files, I just want to ask if all of them are generated in DV or if some of them comes from iTunes (those one that are OK according to your table).

Re: Dolby Vision now possible through MP4 Mux.

Posted: Fri Feb 24, 2023 9:22 pm
by RESET_9999
powdeau wrote:
Fri Feb 24, 2023 9:21 pm
Thank you very muc for the RPU files, I just want to ask if all of them are generated in DV or if some of them comes from iTunes (those one that are OK according to your table).
There's "p5 to p8" in the filename when the source is retail WEB-DL. Everything else is Resolve generated.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Sat Feb 25, 2023 12:13 pm
by Dinst
RESET_9999 wrote:
Fri Feb 24, 2023 8:19 pm

see my youtube channel (link in my signature), i made a video tutorial a while ago.

if you want to save some time, I already generated DV in resolve for most of the movies, here are over 600 RPU files ready to be injected :)

Code: Select all

https://mega.nz/folder/CjYWyaZR#tSlKPhdblAd8shSaYoiOWA
Amazing work! Thank you!

Would it be possible to allow XML and RPU files for the L2 export feature and add a graphing feature? (2-6)

Re: Dolby Vision now possible through MP4 Mux.

Posted: Sat Feb 25, 2023 2:35 pm
by Draco1544
Hi !
Why @RESET_9999 did you stop creating zip with all the tools for your script ?

Re: Dolby Vision now possible through MP4 Mux.

Posted: Sat Feb 25, 2023 3:28 pm
by RESET_9999
Dinst wrote:
Sat Feb 25, 2023 12:13 pm
Amazing work! Thank you!

Would it be possible to allow XML and RPU files for the L2 export feature and add a graphing feature? (2-6)
RPU input is already supported in (2-6) but I will add XML input support in the next version.

as for a graph plot feature for L2, I don't know how to do that but i can do some research.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Sat Feb 25, 2023 8:30 pm
by Dinst
Draco1544 wrote:
Sat Feb 25, 2023 2:35 pm
Hi !
Why @RESET_9999 did you stop creating zip with all the tools for your script ?
https://docs.google.com/document/d/1L3e ... HdtF7/edit

Re: Dolby Vision now possible through MP4 Mux.

Posted: Sat Feb 25, 2023 10:06 pm
by powdeau
If I want to generate DV metadata for HLG video, is it the same workflow as for HDR10 video or do I have to change something in Davinci Resolve?

Re: Dolby Vision now possible through MP4 Mux.

Posted: Sun Feb 26, 2023 2:06 pm
by RESET_9999
powdeau wrote:
Sat Feb 25, 2023 10:06 pm
If I want to generate DV metadata for HLG video, is it the same workflow as for HDR10 video or do I have to change something in Davinci Resolve?
there's a resolve preset for hlg in the script tutorial folder.
Then the workflow is the same and when you input an HLG base layer with (1-1), the script will make/inject a p8.4 RPU.

my script will only work if your input has proper HLG flag. If not then do it manually with the dovi_tool mode 4