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 |
28th October 2023, 16:58 | #781 | Link | |
Registered User
Join Date: Mar 2006
Posts: 56
|
Quote:
At least that is what it does here. |
|
1st November 2023, 11:55 | #788 | Link | |
Registered User
Join Date: Dec 2013
Posts: 639
|
Quote:
I'm now doing a short test video with dovibaker. Where I understand the avisynth script takes not only video from BL and FEL, but also processes RPU and merge all in one videostream. Do some of you guys already have experience with recoding this? I'm using StaxRip. The avs script seems to play correct but video encoding errors out. I already asked at the StaxRip thread, but up to now haven't received answer so I'll put the screenshots here too. If somebody can see what I'm doing wrong, please tell me. avs script: Code:
LoadPlugin("F:\dovibaker\DoViBaker_x64.dll") LoadPlugin("F:\dovibaker\DGDecodeNV.dll") bl = DGSource("F:\dovibaker\BL.dgi") el = DGSource("F:\dovibaker\EL.dgi") SetFilterMTMode("DoViBaker",2) DoViBaker(bl, el, rpu= "F:\dovibaker\RPU.bin") ConvertToYUV420(matrix="2020") ConvertBits(10) Prefetch(8) StaxRip error: Last edited by von Suppé; 1st November 2023 at 12:00. |
|
1st November 2023, 19:06 | #789 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,656
|
Just guessing... CPU cap/build mismatch ?
I would try a different x265 build.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
6th November 2023, 03:28 | #792 | Link |
Registered User
Join Date: Jan 2010
Posts: 234
|
Sorry, I'm a little late here, so I have a question I'm hoping someone would be kind enough to help with.
I have some videos that show: Code:
ID/String : 1 Format/String : HEVC Format/Info : High Efficiency Video Coding Format_Profile : Main 10@L5.1@Main HDR_Format/String : Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible CodecID : hvc1 CodecID/Info : High Efficiency Video Coding When playing on my Roku R4670 or my FireTV 4K Max or Roku R4800 on a Sony Non-DV TV using Plex or Kodi (kodi on the firetv only of course), it seems the "fallback" isn't working as I get a greenish tint. Files like this play fine: Code:
ID : 1 Format : HEVC Format/Info : High Efficiency Video Coding Format profile : Main 10@L5@Main HDR format : SMPTE ST 2086, HDR10 compatible Codec ID : hvc1 Codec ID/Info : High Efficiency Video Coding Am I reading this thread correctly that all I should need to do with the files in the first format, is drop the MP4 files onto the DDVT_REMOVER.cmd set Remove Dolby Vision Meta = Yes, and start. Then the output will be like the second file and should look right? Is that correct? |
7th November 2023, 05:38 | #794 | Link | |
Registered User
Join Date: Aug 2022
Posts: 7
|
Quote:
|
|
7th November 2023, 10:38 | #795 | Link |
Registered User
Join Date: May 2023
Posts: 27
|
Hey guys, just wanted to drop a quick note that the new VTCLab Media Analyzer (https://media-analyzer.pro) can now show RPU headers in HEVC streams. Could be handy in some cases.
|
12th November 2023, 21:08 | #796 | Link |
Registered User
Join Date: Jun 2022
Posts: 4
|
Hello, I would like to ask you to add the option to set automatic start in the DDVT_OPTIONS file. Because when using demuxer and mkttomp4 I never change anything there anyway and pressing "S" becomes unnecessary
and I would like to ask you to add the option to set the default value for the mux stream in mkv yes/no item in the DDVT_OPTIONS file Finally, I would like to ask you to add the option to create a file in the same directory as the source file without creating a separate folder. Because then you have to cut the rpu file and paste it into the source file for the injector to work, then when you convert it from mkv to mp4 it creates another folder again and that's how we get 2-3 additional folders.... In my opinion, the rpu file should be created right next to the source file so that you can immediately use the injector without having to deal with copying. Last edited by Grimm; 12th November 2023 at 21:32. |
23rd November 2023, 14:53 | #797 | Link |
Registered User
Join Date: Dec 2019
Posts: 4
|
Hi Guys,
I recently stumbled across this tool and started using it to great success. For the most part I just run DDVT_DEMUXER.cmd on my source file with DV Profile 7 and it extract it as Profile 8 and then I use DDVT_INJECTOR.cmd to combine the base and DV layer back in. Then I use MKVToolNix to combine back into mkv which works great. I came across an issue I hadn't seen before last night whereby after the initial scan step of DDVT_INJECTOR.cmd I saw the following: Code:
== VIDEO INPUT ========================================================================================================= Filename = [2001.A.Space.Odyssey.1968.2160p.BluRay.REMUX.HEVC.DV.HDR10.DTS-HD.MA.5.1.mkv] Video Info = [Resolution = 3840x2160] [Codec = HEVC-10Bit-YUV-4:2:0] [Frames = 214088] [FPS = 23.976] HDR Info = [HDR, Dolby Vision Profile 7 Single Layer] Borders = [LEFT=0 px], [TOP=208 px], [RIGHT=0 px], [BOTTOM=208 px] [NOT MATCH WITH RPU] == RPU INPUT =========================================================================================================== Filename = [RPU.bin] RPU Info = [DV Profile = 8] [CM Version = 2.9] [Frames = 214088] Borders = [LEFT=0 px], [TOP=207 px], [RIGHT=0 px], [BOTTOM=207 px] [NOT MATCH WITH VIDEO] |
24th November 2023, 07:13 | #798 | Link |
Registered User
Join Date: Jul 2022
Posts: 126
|
It depends on the playback device, since some just discard the border values (L5 metadata, there is considerable conversation about it earlier in this thread which you can use the search tool to find). Also, the values are only off by 1 pixel so it won't be noticeable. It is also sometimes the case that ffmpeg outputs the wrong border values (the upper value).
|
24th November 2023, 10:27 | #799 | Link | |
Registered User
Join Date: Dec 2019
Posts: 4
|
Quote:
I'll have a search back through the thread. Thanks. |
|
25th November 2023, 09:11 | #800 | Link |
Registered User
Join Date: Dec 2013
Posts: 639
|
As @GodzilaAvenger said, there's not to much worry about 1 pixel difference. If the values shown at the videosection were to be correct, that is.
On the other hand, why not just change RPU's L5 values to the exact amount of pixels of video's black borders? This can be done with "EDIT ACTIVE AREA" in the INJECTOR script. The black borders detection tool can drop a stitch. I always get video's exact border sizes by manually determining them from a (cherry-picked) screenshot in an image editor. |
Thread Tools | Search this Thread |
Display Modes | |
|
|