Does the Vapoursynth preview work or does it throw an error?
The used script seems to be fine, might be some problem with the source and the source filter or the encoding call:
Do you get any errors when you call that call inside a Windows Command Prompt?
I hope your machine supports ' --asm avx512' because that definitly was added by you. (You also might want to make sure you use an up-to-date x265 release because they released a few avx512 related fixes since I build x265 for Hybrid.)
might also be a Memory leak in one of the filters, since the scripts memory usage seems to be increasing and increasing. (After 250frames I'm already at 2600MB RAM usage, in case that keeps up you might be running low on RAM.)
Try Disabling 'Filtering->Vapoursynth->Misc->Input->Prefer LWLibAVSource over FFMpegSource2' and see whether that helps.
Cu Selur
The used script seems to be fine, might be some problem with the source and the source filter or the encoding call:
"C:\PROGRA~1\Hybrid\64bit\VAPOUR~1\vspipe.exe" "C:\Users\dsiomnainc\AppData\Local\Temp\encodingTempSynthSkript_08_23_47_2610.vpy" - --y4m | "C:\PROGRA~1\Hybrid\64bit\x265.exe" --frame-threads 0 --wpp --no-pmode --no-pme --log-level 2 --input - --output-depth 10 --y4m --profile main10 --high-tier --level-idc 5.1 --min-cu-size 8 --ctu 64 --no-opt-cu-delta-qp --tu-intra-depth 4 --tu-inter-depth 4 --limit-tu 1 --max-tu-size 32 --me star --subme 6 --merange 64 --limit-modes --no-rect --no-amp --max-merge 3 --no-early-skip --rskip --temporal-mvp --rdpenalty 0 --no-tskip --no-strong-intra-smoothing --no-constrained-intra --open-gop --gop-lookahead 0 --opt-ref-list-length-pps --keyint 240 --min-keyint 0 --max-ausize-factor 1 --bframes 8 --weightb --no-b-intra --bframe-bias 0 --b-adapt 2 --no-b-pyramid --ref 5 --weightp --rc-lookahead 40 --slices 1 --lookahead-threads 0 --lookahead-slices 5 --scenecut 40 --scenecut-bias 5 --qpstep 4 --qpmin 0 --qpmax 69 --crf 20.00 --opt-qp-pps --no-rc-grain --cbqpoffs 0 --crqpoffs 0 --ipratio 1.4 --pbratio 1.3 --nr-intra 0 --nr-inter 0 --qpfile "C:\Users\DSIOMN~1\AppData\Local\Temp\ninja3_08_23_47_2610_04.qp" --limit-refs 3 --rd 3 --no-fast-intra --no-ssim-rd --no-rd-refine --psy-rd 0.00 --rdoq-level 2 --psy-rdoq 0.00 --signhide --dynamic-rd 0.00 --no-splitrd-skip --qcomp 0.6 --no-aq-motion --aq-mode 1 --aq-strength 0.70 --cutree --no-cu-lossless --vbv-maxrate 160000 --vbv-bufsize 160000 --vbv-init 0.9 --no-hrd --no-aud --info --deblock=3:3 --sao --no-sao-non-deblock --no-repeat-headers --no-temporal-layers --log2-max-poc-lsb 8 --no-psnr --no-ssim --no-interlace --range limited --colorprim bt709 --transfer bt709 --colormatrix bt709 --no-hdr --asm avx512 --output "C:\Users\DSIOMN~1\AppData\Local\Temp\08_23_47_2610_05.265"
I hope your machine supports ' --asm avx512' because that definitly was added by you. (You also might want to make sure you use an up-to-date x265 release because they released a few avx512 related fixes since I build x265 for Hybrid.)
might also be a Memory leak in one of the filters, since the scripts memory usage seems to be increasing and increasing. (After 250frames I'm already at 2600MB RAM usage, in case that keeps up you might be running low on RAM.)
Try Disabling 'Filtering->Vapoursynth->Misc->Input->Prefer LWLibAVSource over FFMpegSource2' and see whether that helps.
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.