I would like to ask how to customize encoding parameters with dvdfab. Can you give an example? Because I tried to customize encoding parameters with H265 before, but it didn't work. I don't know if there is a syntax problem.
The custom encoding syntax I entered:
x265 --input-depth -D 10 --deblock -1:-1 --ctu 32 --qg-size 8 --pbratio 1.2 --cbqpoffs -2 --crqpoffs -2 --no-sao --me 3 --subme 5 --merange 38 --b-intra --limit-tu 4 --no-amp --ref 4 --weightb --keyint 360 --min-keyint 1 --bframes 6 --aq-mode 1 --aq-strength 0.8 --rd 5 --psy-rd 2.0 --psy-rdoq 1.0 --rdoq-level 2 --no-open-gop --rc-lookahead 80 --scenecut 40 --qcomp 0.65 --no-strong-intra-smoothing -o
Also, can dvdfab be used with Avisynth script? If so, what should I do?
The custom encoding syntax I entered:
x265 --input-depth -D 10 --deblock -1:-1 --ctu 32 --qg-size 8 --pbratio 1.2 --cbqpoffs -2 --crqpoffs -2 --no-sao --me 3 --subme 5 --merange 38 --b-intra --limit-tu 4 --no-amp --ref 4 --weightb --keyint 360 --min-keyint 1 --bframes 6 --aq-mode 1 --aq-strength 0.8 --rd 5 --psy-rd 2.0 --psy-rdoq 1.0 --rdoq-level 2 --no-open-gop --rc-lookahead 80 --scenecut 40 --qcomp 0.65 --no-strong-intra-smoothing -o
Also, can dvdfab be used with Avisynth script? If so, what should I do?
Comment