Best way is convert to dvhe 08.06 or hdr10 compatible with rpu. the profile 8.1 is compatible with mkv / mp4 container for hdr10 tv.proximus wrote: ↑Wed Aug 31, 2022 1:04 amHello,
First of all excuse me for my English, I'm not English speaking at the base
I need your help .. I read many many pages on this forum but I remain in misunderstanding:
I'm trying to extract DV data from an MKV file, like this: Dolby Vision, Version 1.0, dvhe.07.06, BL+EL+RPU, Blu-ray compatible / SMPTE ST 2086, HDR10 compatible
and reinject them into an MKV file that only contains HDR10 data, like this: SMPTE ST 2086, HDR10 compatible
Can someone give me the step by step I need to do? With what software or scripts, step by step like I was 8 years old lol
I've been trying to do this for months
Thanks a lot !
It already tested with donaldfaq DDVT tool above. https://forum.doom9.org/showthread.php?t=183479
maybe also can done it reset999 Dovi_script revised one (i will tested later).
First download donalfaq DDVT tools above
drag mkv to the DDVT_DEMUXER.cmd to extract RPU.bin (can be cropped or not, if it DDVT_INJECTOR later said rpu pixel mismatch with video, use cropped by press 5)
export as profile DV8.1 by press 4 if not
press S to Start extraction and convert rpu
Code: Select all
== SETTINGS ==
SAVE HDR BL : [NO]
SAVE DoVI EL : [NO]
SAVE RPU : [YES]
CONVERT RPU : [PROFILE 8.1 HDR]
CROP RPU : [YES]
copy rpu.bin in sub folder into same folder as mkv file, the folder will be have mkv and rpu.bin for dv8.1
drag mkv to DDVT_INJECTOR.cmd to create 8.1 mkv
make sure it match pixels with rpu
Code: Select all
== VIDEO INPUT ==
Video Info = [Resolution = 3836x1600] [Codec = HEVC-10Bit-YUV-4:2:0] [Frames = 145630] [FPS = 23.976]
HDR Info = [Dolby Vision, Version 1.0, dvhe.07.06, BL+EL+RPU, Blu-ray compatible / SMPTE ST 2086, HDR10 compatible]
Borders = [LEFT=0 px], [TOP=0 px], [RIGHT=0 px], [BOTTOM=0 px] [MATCH WITH RPU]
== RPU INPUT ==
Filename = [RPU.bin]
RPU Info = [DV Profile = 8] [CM Version = 2.9] [Frames = 145630]
Borders = [LEFT=0 px], [TOP=0 px], [RIGHT=0 px], [BOTTOM=0 px] [MATCH WITH VIDEO]
create MKV directly by muxing all stream and converted 8.1 video by press 4 for YES
press S to start.
If you want to remove DV completely use DDVT_REMOVER
Drag the mkv file to DDVT_REMOVER.cmd and remove Dolby Vision metadata to yes
Code: Select all
Video Info = [Resolution = 3836x1600] [Codec = HEVC-10Bit-YUV-4:2:0] [Frames = 145630] [FPS = 23.976]
HDR Info = [Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible / SMPTE ST 2086, HDR10 compatible]
Remove Dolby Vision Metadata : [YES]