Code: Select all
FOR /R "%TEMP%" %%B IN (*1011*.265) do set "BL=%%~nB
FOR /R "%TEMP%" %%E IN (*1015*.265) do set "EL=%%~nE
Code: Select all
FOR /R "%TEMP%" %%B IN (*1011*.265) do set "BL=%%~nB
FOR /R "%TEMP%" %%E IN (*1015*.265) do set "EL=%%~nE
I didn't update my dgdemux in a while. I'll make the changes, thanks.
I don't understand what you're trying to do.aboulfad wrote: Sat Apr 01, 2023 3:19 pm sorry for this OT Q, is there a reliable method to check a DoVi BL video colour range (full vs limited) ?
I have found few methods online that analyze the BL using ffprobe lavfi.signalstats.[YMIN,YMAX] where results may conflict with the metadata in either video container headers (ffprobe pc/tv) and/or RPU info. (or the info is unclear based on my limited understanding)
My question was how can the range be checked for a Dovi P5 BL or another profile aside from inspecting metadata? Sorry if it was unclear.quietvoid wrote: Sat Apr 01, 2023 6:47 pm …
The only time the BL is full range is if it's profile 5.
Not reliably by looking at MediaInfo or FFprobe because some aren't flagged as full range.aboulfad wrote: Sat Apr 01, 2023 8:40 pmMy question was how can the range be checked for a Dovi P5 BL or another profile aside from inspecting metadata? Sorry if it was unclear.quietvoid wrote: Sat Apr 01, 2023 6:47 pm …
The only time the BL is full range is if it's profile 5.
Aside from RPU metadata full range flag, is there a tool or some means that can confirm that the video stream/contents are indeed full range for a P5? I shared above the ffprobe technique. Thanks.
right, MP4 files don't work via the network. Did you try to remux it to TS?tjreis2 wrote: Wed Apr 05, 2023 2:03 pm Hello @ RESET_9999!
I recently bought a sony x800m2 and I wanted to test if the player is playing FEL DV files correctly over network.
I tried looking at the files in your signature but the Power Rangers file is in MP4, which to my understanding, does not work over network.
Do you have any file that I can use to test this?
yes (1-1) is the hybrid maker workflow and no need to resync nor edit L6/L5 if both versions comes from the same provider, they are most likely the same length (same frame order).chrisdm wrote: Wed Apr 05, 2023 5:15 pm Hi @RESET_9999,
Thank you for your Dolby Vision scripts, these things are pretty sick mate.
I am trying to use them as there are some WEB-DLs of a Disney+ show my wife and I like to watch, however the releases for the show are in 4K HDR and 4K Dolby Vision exclusively, there isn't a hybrid release with both sets of metadata. After watching your tutorial vids (as they are slightly old and differ a bit from your current scripts), I assume the workflow I want to use is:
---------------
1) MODE.I= DoVi Convert/Edit/Sync/Inject two inputs (P8 Hybrid maker)
1) Workflow.1= Base Layer file + ST P5/P8/P7 DoVi file (can also mux and convert audio)
(Drag and drop the HDR release, then the DV release)
---------------
After this is where some options differ from your tutorial clip. I assume I should be choosing 'no' for L6 edit, then the next option I am confused on what to choose. Should I be using duplicate or remove for re-sync the RPU? On my own try I didn't choose either and it spit out an MKV with what looks like both HDR and DV metadata when inspecting with MediaInfo, however I haven't had a chance yet to try it on my TV.
Would you be able to just confirm what I should be choosing for the re-sync RPU prompt if I want to just make a hybrid WEB-DL from the same P2P group that released separate DV and HDR releases?
I also noticed that some files without audio won't work as well.tjreis2 wrote: Wed Apr 05, 2023 8:28 pm I did but the file didn't open. Weirdly enough, when I open the MP4 it does work and displays the credits in bright white instead of grey, but maybe it's something because of the Dolby Vision on toggle...
Yeah that would be sick. Would you be able to guide me as to which workflow is needed to mux if one is from a different provider? Haven't had that pop up yet but it might.RESET_9999 wrote: Thu Apr 06, 2023 10:56 pmyes (1-1) is the hybrid maker workflow and no need to resync nor edit L6/L5 if both versions comes from the same provider, they are most likely the same length (same frame order).chrisdm wrote: Wed Apr 05, 2023 5:15 pm Hi @RESET_9999,
Thank you for your Dolby Vision scripts, these things are pretty sick mate.
I am trying to use them as there are some WEB-DLs of a Disney+ show my wife and I like to watch, however the releases for the show are in 4K HDR and 4K Dolby Vision exclusively, there isn't a hybrid release with both sets of metadata. After watching your tutorial vids (as they are slightly old and differ a bit from your current scripts), I assume the workflow I want to use is:
---------------
1) MODE.I= DoVi Convert/Edit/Sync/Inject two inputs (P8 Hybrid maker)
1) Workflow.1= Base Layer file + ST P5/P8/P7 DoVi file (can also mux and convert audio)
(Drag and drop the HDR release, then the DV release)
---------------
After this is where some options differ from your tutorial clip. I assume I should be choosing 'no' for L6 edit, then the next option I am confused on what to choose. Should I be using duplicate or remove for re-sync the RPU? On my own try I didn't choose either and it spit out an MKV with what looks like both HDR and DV metadata when inspecting with MediaInfo, however I haven't had a chance yet to try it on my TV.
Would you be able to just confirm what I should be choosing for the re-sync RPU prompt if I want to just make a hybrid WEB-DL from the same P2P group that released separate DV and HDR releases?
The tutorials are indeed old, I will re-do them when I find some free time.
no sorrychrisdm wrote: Fri Apr 07, 2023 3:09 am As well, any plans to make a version of your script compatible with linux?
it's the same workflow (1-1) but you have to resync the rpu to the new BL if needed.Yeah that would be sick. Would you be able to guide me as to which workflow is needed to mux if one is from a different provider? Haven't had that pop up yet but it might.