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 2Don'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 2Code: 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")