Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#801 | Link |
Registered User
Join Date: Dec 2019
Posts: 4
|
Cheers for the replies guys.
Another one that I have thought about is adding DV metadata from one release to say a ripped bluray remux. In some cases the duration of each mkv is different as as such I assume that a straight run of the hybrid script would not work correctly. I tested this and saw that for HDR10+ is was saying that since the timestamps are off it will ignore the metadata at the end of the file. But in the case where the difference is at the start of the file is there anything that can be done? I'm assuming no? |
![]() |
![]() |
![]() |
#803 | Link | |
Registered User
Join Date: Aug 2023
Posts: 1
|
Quote:
Do i need to crop video borders to 0? or crop rpu? or both?? |
|
![]() |
![]() |
![]() |
#804 | Link | |
Registered User
Join Date: Jul 2022
Posts: 148
|
Quote:
To check if the metadata is synced with the file you can use the FILEINFO script to get the scene cuts (frame numbers where scenes change, frame numbers starting from 0), and match that with the frame number in the actual video (I like using djv, though be careful since in it frame numbers start from 1, not 0). You can then apply the positive or negative delay in the INJECTOR script (I haven't used the HYBRID script but if it has a delay option you can use that too). |
|
![]() |
![]() |
![]() |
#805 | Link | |
Registered User
Join Date: Jul 2022
Posts: 148
|
Quote:
|
|
![]() |
![]() |
![]() |
#806 | Link | |
Registered User
Join Date: Dec 2019
Posts: 4
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#807 | Link |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 275
|
-v0.61.5 Online.
*FIXED missing HDR Info String in mkvtomp4 script with DV P5 files. *Updated mkvtoolnix to v 81.0.0.0. EDIT: Little error in the DEMUXER script, it's fixed now, no version update, simply download again. (12/08/2023)
__________________
Last edited by -QfG-; 8th December 2023 at 18:07. |
![]() |
![]() |
![]() |
#808 | Link |
Registered User
Join Date: Jul 2022
Posts: 22
|
Hi, with Wandavision Web Version, when I try to extract the RPU It recognizes Dolby Vision Profile 5, but then gives an error saying 0 frames parsed.
Edit: NVM It's cause it was an mp4. using MKVToolnix to convert it to mkv, then running through the demuxer worked. Last edited by NeverExists; 16th December 2023 at 07:32. |
![]() |
![]() |
![]() |
#809 | Link |
Registered User
Join Date: Aug 2008
Location: Italy
Posts: 51
|
bug
I think I found a bug in your tool, in the demuxer, when you have an .mkv with only hdr10+, without dolby vision, and you want to extract or demux the hdr10+ in a HDR10Plus.json file, the tool does not extract it.
![]() EDIT: I had the first version of the tool v0.61.5, now I have downloaded the latest one and everything works, sorry... Last edited by cool advertise; 19th December 2023 at 13:51. |
![]() |
![]() |
![]() |
#810 | Link | |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 275
|
No problem.
![]() Quote:
__________________
|
|
![]() |
![]() |
![]() |
#811 | Link |
Registered User
Join Date: Jul 2022
Posts: 148
|
I recently got the new Avatar (2009) Blu-ray which comes with Dolby Vision FEL, but when I looked at the RPU the brightness data seems to be static, like HDR10 (the L1 plot is just a straight line). I found a web source with HDR10+ metadata that seems to be far more dynamic when it comes to scene-by-scene (or even frame-by-frame) L1 data. So my question is, should I stick to the original RPU or should I convert the HDR10+ one to DV RPU and inject it into the file?
|
![]() |
![]() |
![]() |
#812 | Link |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 275
|
You must check the frames by the Seamless Branching CAN UHD. The Extended Cut from the CAN UHD has 396 Frames more as the BD and WEB versions. Theatrical Cut from the US UHD has better quality, but no DV. You can add the DV EL Layer from the CAN Theatrical Cut into the US UHD.
__________________
|
![]() |
![]() |
![]() |
#813 | Link |
Registered User
Join Date: Jul 2022
Posts: 148
|
I have the US UHD Steelbook Theatrical Cut which does come with P7 DV FEL. The problem is that like every other 4K release of Avatar the brightness data in the RPU is just the same value for all scenes (essentially HDR10). But, I've found a web source (of the Theatrical Cut) with HDR10+ metadata where the brightness is dynamic. So my question is, do I stick to the original RPU, or should I turn the HDR10+ metadata into a new RPU and inject it instead?
|
![]() |
![]() |
![]() |
#815 | Link |
Registered User
Join Date: Jul 2022
Posts: 148
|
So, to my eyes they pretty much look the same, but then again I'm not that good at judging picture quality in general, so I was wondering if there's a best practice in this situation since I don't know much about mastering or color grading or metadata generation.
|
![]() |
![]() |
![]() |
#816 | Link |
Registered User
Join Date: May 2007
Posts: 54
|
Can somebody explain the RPU and its relationship to profile 5 and profile 8?
If I understand correctly, the RPU is the dynamic metadata packets describing the change in brightness per frame/scene, etc. Does profile 5 contain RPU data or is it 'already applied' (encoded) into the video stream? I know profile 5 doesn't contain a base layer (and has a different colorspace) from profile 8 but I'm still trying to understand the basics... |
![]() |
![]() |
![]() |
#817 | Link |
Registered User
Join Date: Jul 2022
Posts: 148
|
Your understanding of RPU is generally correct (it also has dynamic tone-mapping data). P5 and P8 both have a base layer and an RPU, P5 base layer uses a different color space from the one that P8 uses to be backwards compatible with HDR10. You can use dovi_tool (which is baked into DDVT) to convert P5 RPU to P8.
|
![]() |
![]() |
![]() |
#818 | Link |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 275
|
-v0.62 Online
*UPDATED Complete overhaul of the Injector script. *ADDED Feature for settings custom mkvtoolnix path in Options. *Updated mkvtoolnix to v 82.0.0.0. *FIXED minor bugfixes
__________________
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|