Ah okay, got it will look into it and report back.
The encoding call:
Looks fine to me and the syntax of the 'zones' part (matches the definition, see: https://x265.readthedocs.io/en/default/c...tion-zones)
-> Do you get any error messages when calling the encoding call inside a Windows Command Prompt? (using the call here throws no error)
Cu Selur
The encoding call:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -threads 8 -i "Z:\True Romance.mkv" -map 0:0 -an -sn -vf crop=1920:816:0:132,zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\x265.exe" --preset placebo --input - --output-depth 10 --y4m --profile main10 --level-idc 4.1 --limit-tu 1 --subme 7 --merange 57 --limit-modes --no-tskip --no-strong-intra-smoothing --keyint 240 --min-keyint 23 --bframes 13 --lookahead-slices 1 --qpmax 69 --crf 19.50 --qpfile "Z:\True Romance_new_18_07_23_9510_01.qp" --limit-refs 1 --rd 5 --psy-rdoq 1.10 --qcomp 0.75 --qp-adaptation-range 2 --aq-mode 0 --hevc-aq --no-cutree --vbv-maxrate 50000 --vbv-bufsize 50000 --deblock=-3:-3 --no-sao --zones 168042,173346,q=35 --range limited --colormatrix bt709 --output "Z:\18_07_23_9510_02.265"
-> Do you get any error messages when calling the encoding call inside a Windows Command Prompt? (using the call here throws no error)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.