Including 1080p Cubic scaling?
Did Black Magic adopt the latest CM_Analyze algo/tools into Resolve?
Including 1080p Cubic scaling?
Not to be harsh, but you really should put a little effort into figuring out answers to your questions, like looking up v18.6 release notes or reading the last 1-2 pages of this thread. It's been covered.speeddemon wrote: ↑Mon Sep 18, 2023 7:32 pmIncluding 1080p Cubic scaling?
Did Black Magic adopt the latest CM_Analyze algo/tools into Resolve?
yes, yes.speeddemon wrote: ↑Mon Sep 18, 2023 7:32 pmIncluding 1080p Cubic scaling?
Did Black Magic adopt the latest CM_Analyze algo/tools into Resolve?
If you have a decent CPU and know your way around x265.exe, baking FEL into BL is probably better.Iam2smart wrote: ↑Wed Sep 20, 2023 5:07 amWhat’s the best way to convert BL + FEL expanded movies now. Is it using Resolve/CM Analyze or Baking FEL into the base layer. What I used to do was Bake FEL into base layer is that wrong now? Or is it better to just use the script and use CM Analyze to generate whole new DV
Ok thanks I’ll do that I have a i7-13700k so it takes about a day but it works.RESET_9999 wrote: ↑Wed Sep 20, 2023 2:12 pmIf you have a decent CPU and know your way around x265.exe, baking FEL into BL is probably better.Iam2smart wrote: ↑Wed Sep 20, 2023 5:07 amWhat’s the best way to convert BL + FEL expanded movies now. Is it using Resolve/CM Analyze or Baking FEL into the base layer. What I used to do was Bake FEL into base layer is that wrong now? Or is it better to just use the script and use CM Analyze to generate whole new DV
I forgot to ask does the DV script work best for baking FEL in BLRESET_9999 wrote: ↑Wed Sep 20, 2023 2:12 pmIf you have a decent CPU and know your way around x265.exe, baking FEL into BL is probably better.Iam2smart wrote: ↑Wed Sep 20, 2023 5:07 amWhat’s the best way to convert BL + FEL expanded movies now. Is it using Resolve/CM Analyze or Baking FEL into the base layer. What I used to do was Bake FEL into base layer is that wrong now? Or is it better to just use the script and use CM Analyze to generate whole new DV
The part RESET mentioned about knowing your way around x265.exe is critical. I've found the following would be a good starting place:Iam2smart wrote: ↑Wed Sep 20, 2023 5:21 pmOk thanks I’ll do that I have a i7-13700k so it takes about a day but it works.RESET_9999 wrote: ↑Wed Sep 20, 2023 2:12 pmIf you have a decent CPU and know your way around x265.exe, baking FEL into BL is probably better.Iam2smart wrote: ↑Wed Sep 20, 2023 5:07 amWhat’s the best way to convert BL + FEL expanded movies now. Is it using Resolve/CM Analyze or Baking FEL into the base layer. What I used to do was Bake FEL into base layer is that wrong now? Or is it better to just use the script and use CM Analyze to generate whole new DV
Code: Select all
--crf 12 --preset slower --output-depth 10 --rskip 2 --rskip-edge-threshold 3 --ctu 32 --aq-mode 2 --hdr10-opt --repeat-headers --deblock -1:-1 --selective-sao 2
Code: Select all
--crf 12 --preset slower --output-depth 10 --rd 4 --psy-rd 4 --psy-rdoq 8 --rskip 2 --rskip-edge-threshold 2 --ctu 32 --aq-mode 4 --aq-strength 0.8 --ipratio 1.1 --pbratio 1 --hdr10-opt --repeat-headers --deblock -1:-1 --selective-sao 2
Code: Select all
--bframes 16 --tskip --tskip-fast
I’ve just used the script before can I still use the DV Script or is it better now to use h265.exespeeddemon wrote: ↑Wed Sep 20, 2023 11:09 pmThe part RESET mentioned about knowing your way around x265.exe is critical. I've found the following would be a good starting place:Iam2smart wrote: ↑Wed Sep 20, 2023 5:21 pmOk thanks I’ll do that I have a i7-13700k so it takes about a day but it works.RESET_9999 wrote: ↑Wed Sep 20, 2023 2:12 pm
If you have a decent CPU and know your way around x265.exe, baking FEL into BL is probably better.
Non-grainy live action sources:Grainy live action sources:Code: Select all
--crf 12 --preset slower --output-depth 10 --rskip 2 --rskip-edge-threshold 3 --ctu 32 --aq-mode 2 --hdr10-opt --repeat-headers --deblock -1:-1 --selective-sao 2
Don't forget to add-in/tweak the following for Anime:Code: Select all
--crf 12 --preset slower --output-depth 10 --rd 4 --psy-rd 4 --psy-rdoq 8 --rskip 2 --rskip-edge-threshold 2 --ctu 32 --aq-mode 4 --aq-strength 0.8 --ipratio 1.1 --pbratio 1 --hdr10-opt --repeat-headers --deblock -1:-1 --selective-sao 2
Code: Select all
--bframes 16 --tskip --tskip-fast
It's best to use 7-1 worflow, edit the AVS FEL file to remove the text overlay so it looks something like this once edited:Iam2smart wrote: ↑Wed Sep 20, 2023 11:53 pmI’ve just used the script before can I still use the DV Script or is it better now to use h265.exespeeddemon wrote: ↑Wed Sep 20, 2023 11:09 pmThe part RESET mentioned about knowing your way around x265.exe is critical. I've found the following would be a good starting place:
Non-grainy live action sources:Grainy live action sources:Code: Select all
--crf 12 --preset slower --output-depth 10 --rskip 2 --rskip-edge-threshold 3 --ctu 32 --aq-mode 2 --hdr10-opt --repeat-headers --deblock -1:-1 --selective-sao 2
Don't forget to add-in/tweak the following for Anime:Code: Select all
--crf 12 --preset slower --output-depth 10 --rd 4 --psy-rd 4 --psy-rdoq 8 --rskip 2 --rskip-edge-threshold 2 --ctu 32 --aq-mode 4 --aq-strength 0.8 --ipratio 1.1 --pbratio 1 --hdr10-opt --repeat-headers --deblock -1:-1 --selective-sao 2
Code: Select all
--bframes 16 --tskip --tskip-fast
Code: Select all
LoadPlugin("C:\DoVi_Scripts\tools\DoViBaker_x64.dll")
LoadPlugin("C:\DoVi_Scripts\tools\dgdecnv_242\DGDecodeNV.dll")
bl = DGSource("D:\DoVi_Scripts\Movie\Movie_BL.dgi")
el = DGSource("D:\DoVi_Scripts\Movie\Movie_EL.dgi")
DoViBaker(bl, el, rpu= "D:\DoVi_Scripts\Movie\Movie_RPU_FEL.bin")
ConvertToYUV420(matrix="2020")
The script uses ffmpeg/x265 but the parameters are hardcoded. If you use at least the slow preset + CRF17 or lower, it should give decent quality but you should do as @speeddemon said.
Huh? No, you're supposed to be using a profile 8.1 RPU in the final video.speeddemon wrote: ↑Thu Sep 21, 2023 12:05 amThen don't forget to inject the original FEL RPU back into the HEVC file output from Staxrip/x265.exe after that compression process is complete.