![]() |
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
|
RE: Hybrid Crashed! When it wants to start encoding. - Persian - 24.03.2020 I completely uninstalled the program and reinstalled it and fixed the issue. Does the application show the following error when cropping the movie! Why? Input requires ffmpeg as decoder, but mencoder for filtering! RE: Hybrid Crashed! When it wants to start encoding. - Selur - 24.03.2020 Really strange, can't reproduce this here either. Loaded a source with interlaced mpeg-2 inside a mkv, used 'QTGMC (Avisynth)' and 'QTGMC (Vapoursynth)' in both cases no problem. Without details a -> create a debug output level 9 or the job creation, this should include the reason why Hybrid thinks that ffmpeg is needed for the input but mencoder for filtering. Cu Selur RE: Hybrid Crashed! When it wants to start encoding. - Persian - 24.03.2020 It happened when crop top and crop bottom size isn't equal! for example: crop top=10 crop bottom=12 RE: Hybrid Crashed! When it wants to start encoding. - Selur - 25.03.2020 will look into it RE: Hybrid Crashed! When it wants to start encoding. - Selur - 25.03.2020 Think I found and fixed the bug in the job creation checks, will send you a PM with a link to a dev version for testing in a few minutes. Cu Selur RE: Hybrid Crashed! When it wants to start encoding. - Persian - 05.04.2020 New problem. Where is the problem from? RE: Hybrid Crashed! When it wants to start encoding. - Selur - 05.04.2020 The Avisynth Script looks fine: LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll") 1. Does the Avisynth Preview work properly? Looking at the encoding call: "C:/PROGRA~1/Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "C:\Users\Masumah\AppData\Local\Temp\encodingTempSynthSkript_08_25_37_5410.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\test_new_08_25_37_5410_06.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\08_25_37_5410_07.265" [b]2. What happens if you call the encoding call inside a Windows Command prompt? Cu Selur |