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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#21 | Link | |
|
Life's clearer in 4K UHD
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,402
|
Quote:
The Blu-ray Forum has a constantly updated list of HDR10+ movies (there are currently only around 50). If you click on a movie cover you'll be able to find out which movies are also encoded with Dolby Vision. Here's a few to get you started: - 1917 [With FEL Dolby Vision] Birds of Prey (And The Fantabulous Emancipation of One Harley Quinn) [With MEL Dolby Vision] Jaws [With FEL Dolby Vision] The Shining [With MEL Dolby Vision] The Wizard Of Oz [With MEL Dolby Vision] I bought 'Birds Of Prey' a few weeks ago, which offers MEL Dolby Vision and HDR10+. But there are some FEL Dolby Vision and HDR10+ releases too ![]() Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
Last edited by SeeMoreDigital; 28th January 2021 at 14:29. Reason: Movie links added |
|
|
|
|
|
|
#26 | Link | |
|
Registered User
Join Date: Nov 2009
Location: Sammamish, WA
Posts: 66
|
Quote:
I have both on my disc, but in separate encodes. My next disc will also have SL-HDR2 (Advanced HDR by Technicolor). |
|
|
|
|
|
|
#27 | Link | |
|
Life's clearer in 4K UHD
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,402
|
Quote:
Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
Last edited by SeeMoreDigital; 1st September 2021 at 15:25. |
|
|
|
|
|
|
#28 | Link |
|
Registered User
Join Date: Aug 2018
Location: Germany
Posts: 153
|
By the way, if somebody is interested to give this a try. The latest HandBrake snapshot build now supports 10bit HDR10 (if all filters are disabled and the output codec is 10bit) and passthru of all mastering display / content light metadata. I used it to encode my Wonder Woman UHD Blu-ray for a test.
|
|
|
|
|
|
#29 | Link | |
|
Registered User
Join Date: Feb 2021
Posts: 4
|
Quote:
Am I extracting the RPU as-is and then feeding it to x265 and specifying profile 8.1? or am I using that same tool to convert the RPU from profile 7 to profile 8.1 and then feeding it to x265 while specifying profile 8.1? Thanks |
|
|
|
|
|
|
#30 | Link |
|
Registered User
Join Date: Jan 2019
Location: Canada
Posts: 583
|
You would have to convert the RPU to profile 8, and "crop" if necessary for your encode.
The command would look like this: Code:
dovi_tool -m 2 -c extract-rpu
__________________
LG C2 OLED | GitHub Projects |
|
|
|
|
|
#31 | Link | |
|
Registered User
Join Date: Feb 2021
Posts: 4
|
Quote:
Cheers |
|
|
|
|
|
|
#32 | Link | |
|
Registered User
Join Date: Feb 2015
Posts: 33
|
Quote:
I want to encode a bluray which has both HDR10+ and DV for the HDR10+ part, I did it with hdr10plus_parser.exe Since I heard you cannot crop the video on HDR10+, I didn't crop it. Now, I want to include both HDR10+ and DV just like the source Should I use the crop switch? My plan is to feed both json and rpu to x265 Is this the correct way? I'd be thankful if any one can help me with this. Also, does -m 2 convert the profile to 8.1 or 8.2?? What switches should I enable for the DV on x265? Last edited by LazyNcoder; 5th September 2021 at 11:59. |
|
|
|
|
|
|
#33 | Link | |
|
Registered User
Join Date: Jan 2019
Location: Canada
Posts: 583
|
Quote:
In summary for Dolby Vision... Source video 2160p with letterbox bars: encoded as 2160p with letterbox bars: don't use crop. encoded as 2160p and cropped (no more letterbox bars): use crop. encoded as 1080p with letterbox bars: you need to edit the active area to set the final letterbox bars size as offsets, see documentation. encoded as 1080p and cropped: use crop. If you encode HDR10 video (from a HDR10 profile 7 source, such as UHD BD), you should convert to profile 8.1 (which is Dolby Vision w/ HDR10 backwards compatibility) So that would be mode 2. In x265, you would add these for Dolby Vision: --dolby-vision-profile 8.1 --dolby-vision-rpu RPU.bin However if you're not setting VBV rates, x265 will warn you. And for HDR10+, it's recommended to only add: --dhdr10-info metadata.json Hopefully this clears up some confusion.
__________________
LG C2 OLED | GitHub Projects Last edited by quietvoid; 5th September 2021 at 14:58. |
|
|
|
|
|
|
#34 | Link | |
|
Registered User
Join Date: Feb 2015
Posts: 33
|
Quote:
So, is there anything needed when we crop a HDR10+ video? something like -c switch with DV? Nothing? Just crop it like a regular video and it's fine? I did everything you said but I get this error everytime: Error: fwrite() call failed when writing frame: 3, plane: 1, errno: 32 Output 45 frames in 38.79 seconds (1.16 fps) Video encoding using x265 failed with exit code: -1073741819 (0xC0000005) ----------- I figured out this is about empty VBV parameteres. After adding --vbv-bufsize 20000 --vbv-maxrate 20000 to the command like, the problem goes away but the results has missing DV in it. It's just a HDR10+ video as media info states. The source is: "Dolby Vision, Version 1.0, dvhe.07.06, BL+EL+RPU, Blu-ray compatible / SMPTE ST 2094 App 4, Version 1, HDR10+ Profile B compatible" The result(with --dolby-vision-profile 8.1 --dolby-vision-rpu "E:\1.bin" "SMPTE ST 2094 App 4, Version 1, HDR10+ Profile B compatible" Any suggestions? |
|
|
|
|
|
|
#35 | Link |
|
Registered User
Join Date: Jan 2019
Location: Canada
Posts: 583
|
There's nothing to do for the HDR10+ metadata, it's supposed to be compatible for any resolution.
For MediaInfo to detect Dolby Vision, you need to mux the video to a compatible container. MKVToolNix version 58 and newer supports this. Does the x265 log mention if it worked successfully? It should say this: VES muxing with Dolby Vision RPU file successful in x265
__________________
LG C2 OLED | GitHub Projects |
|
|
|
|
|
#36 | Link | |
|
Registered User
Join Date: Feb 2015
Posts: 33
|
Quote:
But there is one other thing. I noticed the info on the source: Dolby Vision, Version 1.0, dvhe.07.06, BL+EL+RPU But on the encoded file it's: Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU Is this OK? I mean the "EL" is missing on the encoded file. I don't know what that is anyways ![]() Again, thank you |
|
|
|
|
|
|
#37 | Link | |
|
Registered User
Join Date: Jan 2019
Location: Canada
Posts: 583
|
Quote:
__________________
LG C2 OLED | GitHub Projects Last edited by quietvoid; 7th September 2021 at 14:26. |
|
|
|
|
|
|
#38 | Link |
|
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,836
|
So is it possible to downscale the normal video to 1440p or 1080p and then combine it with the DV data when encoding?
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
|
|
|
|
#39 | Link |
|
Registered User
Join Date: Jan 2019
Location: Canada
Posts: 583
|
It should work fine, there's only more steps involved if there are still letterbox bars in the content.
__________________
LG C2 OLED | GitHub Projects |
|
|
|
|
|
#40 | Link |
|
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,836
|
I never leave the black bars there, I always crop them before denoising and downscaling. So this would be just a case of running dovi_tool -m 2 -c extract-rpu to get the RPU file for the x265 encoding part?
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|