![]() |
Hybrid Crashed! When it wants to start encoding. - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Hybrid Crashed! When it wants to start encoding. (/thread-1281.html) Pages:
1
2
|
Hybrid Crashed! When it wants to start encoding. - Persian - 19.03.2020 What's the problem with Hybrid? It gives this error when trying to get start encoding. Aborting '13_03_06_4510_07_video' due to: ERROR: C:\Users\Masumah\AppData\Local\Temp\13_03_06_4510_07.265 was not created! RE: Hybrid Crashed! When it wants to start encoding. - Selur - 19.03.2020 might be an issue with rskip (x265 changed the syntax and I missed it ![]() -> will send you a link to my current dev version for testing (you need to recreate the job) Cu Selur RE: Hybrid Crashed! When it wants to start encoding. - Persian - 20.03.2020 (19.03.2020, 15:27)Selur Wrote: might be an issue with rskip (x265 changed the syntax and I missed it There is still a problem. RE: Hybrid Crashed! When it wants to start encoding. - Selur - 20.03.2020 Okay. Avisynth script looks fine: LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll") "C:/PROGRA~1/Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "C:\Users\Masumah\AppData\Local\Temp\encodingTempSynthSkript_11_18_50_0210.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "C:/PROGRA~1/Hybrid\64bit\x265.exe" --frame-threads 3 --wpp --no-pmode --no-pme --pools 8 --log-level 2 --input - --output-depth 10 --y4m --profile main10 --high-tier --min-cu-size 8 --ctu 64 --qg-size 32 --no-opt-cu-delta-qp --tu-intra-depth 1 --tu-inter-depth 1 --limit-tu 0 --max-tu-size 32 --no-hme --me star --subme 3 --merange 57 --no-analyze-src-pics --limit-modes --rect --no-amp --max-merge 3 --no-early-skip --rskip 0 --temporal-mvp --rdpenalty 0 --no-tskip --strong-intra-smoothing --no-constrained-intra --open-gop --gop-lookahead 0 --no-opt-ref-list-length-pps --keyint 250 --min-keyint 23 --max-ausize-factor 1 --radl 0 --bframes 8 --no-weightb --no-b-intra --bframe-bias 0 --b-adapt 2 --b-pyramid --ref 4 --weightp --rc-lookahead 25 --slices 1 --lookahead-threads 0 --qpstep 4 --qpmin 0 --qpmax 69 --qblur 0.50 --cplxblur 20.0 --crf 18.00 --no-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\Masumah\AppData\Local\Temp\VIP.10.26.16.10_new_11_18_50_0210_03.qp" --limit-refs 3 --rd 4 --no-fast-intra --no-ssim-rd --no-rd-refine --psy-rd 2.00 --rdoq-level 2 --psy-rdoq 1.00 --signhide --no-splitrd-skip --qcomp 0.60 --qp-adaptation-range 1 --aq-motion --aq-mode 3 --aq-strength 1 --cutree --no-cu-lossless --no-const-vbv --vbv-maxrate 0 --vbv-bufsize 0 --vbv-init 0.9 --vbv-end 0.000 --no-hrd --no-aud --info --no-idr-recovery-sei --deblock=0:0 --no-sao --selective-sao 0 --no-repeat-headers --no-temporal-layers --log2-max-poc-lsb 8 --no-fades --no-psnr --no-ssim --no-interlace --range limited --no-single-sei --no-hdr10 --output "C:\Users\Masumah\AppData\Local\Temp\11_18_50_0210_04.265" Cu Selur RE: Hybrid Crashed! When it wants to start encoding. - Persian - 21.03.2020 x265 [error]: unable to open input file <-> I got this error! RE: Hybrid Crashed! When it wants to start encoding. - Selur - 21.03.2020 Okay, that sounds like the Avisynth script is the issue. -> 1. Does the Avisynth Preview work fine? 2. What happens if you call: "C:/PROGRA~1/Hybrid\32bit\ffmpeg.exe" -y -noautorotate -nostdin -threads 8 -i "C:\Users\Masumah\AppData\Local\Temp\encodingTempSynthSkript_11_18_50_0210.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe NUL RE: Hybrid Crashed! When it wants to start encoding. - Persian - 21.03.2020 Preview work fine. Microsoft Windows [Version 10.0.18363.720] RE: Hybrid Crashed! When it wants to start encoding. - Selur - 21.03.2020 Okay, that is confusing. [avisynth @ 00d7cc00] Cannot load file 'C:/PROGRA~1/Hybrid/32bit/AVISYN~1/eedi3.dll'. Platform returned code 126: -> try disabling your anti virus and/or firewall, my guess is that some tool that is running int the background is interfering with the access to the file. Cu Selur RE: Hybrid Crashed! When it wants to start encoding. - Persian - 21.03.2020 The antivirus was disabled. RE: Hybrid Crashed! When it wants to start encoding. - Selur - 21.03.2020 Then I have no clue what tool could interfere with the access to the file. Especially since loading the first three filters does seem to work. Since I can't reproduce this here I guess this is something on our system. :/ Cu Selur |