[HELP] Minimize command line - 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: [HELP] Minimize command line (/thread-1648.html) Pages:
1
2
|
Minimize command line - Chris Becker - 27.12.2020 Minimize command line enabled > Encode start x265 --input - --output-depth 10 --y4m --profile main10 --limit-modes --no-early-skip --rskip 0 --no-open-gop --opt-ref-list-length-pps --lookahead-slices 0 --crf 18.00 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --qpfile GENERATED_QP_FILE --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --no-repeat-headers --range limited --colormatrix unknown --output "C:\Users\Chris\Documents\Scripts\Song of the Sea WIP TEST - kopie_new.265" added new job with id 2020-12-27@15_03_40_6310 Minimize command line disabled > Encode won't start x265 --frame-threads 0 --wpp --no-pmode --no-pme --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 hex --subme 2 --merange 57 --no-analyze-src-pics --limit-modes --no-rect --no-amp --max-merge 3 --no-early-skip --rskip 0 --temporal-mvp --rdpenalty 0 --no-tskip --strong-intra-smoothing --no-constrained-intra --no-open-gop --gop-lookahead 0 --scenecut 40 --scenecut-bias 5 --scenecut-aware-qp 0 --no-hist-scenecut --opt-ref-list-length-pps --keyint 250 --min-keyint 0 --max-ausize-factor 1 --radl 0 --bframes 4 --no-weightb --no-b-intra --bframe-bias 0 --b-adapt 2 --b-pyramid --ref 3 --weightp --rc-lookahead 20 --slices 1 --lookahead-threads 0 --lookahead-slices 0 --qpstep 4 --qpmin 0 --qpmax 69 --qblur 0.50 --cplxblur 20.0 --crf 18.00 --opt-qp-pps --no-rc-grain --cbqpoffs -2 --crqpoffs -2 --ipratio 1.4 --pbratio 1.3 --nr-intra 0 --nr-inter 0 --qpfile GENERATED_QP_FILE --limit-refs 0 --rd 3 --no-fast-intra --ssim-rd --no-rd-refine --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --signhide --no-splitrd-skip --qcomp 0.60 --qp-adaptation-range 1 --no-aq-motion --aq-mode 0 --no-hevc-aq --no-const-vbv --vbv-maxrate 0 --vbv-bufsize 0 --vbv-init 0.9 --vbv-end 0.000 --min-vbv-fullness 50.00 --max-vbv-fullness 80.00 --no-hrd --no-aud --info --no-idr-recovery-sei --deblock=-1:-1 --sao --selective-sao 4 --no-sao-non-deblock --limit-sao --no-repeat-headers --no-temporal-layers --log2-max-poc-lsb 8 --no-fades --no-psnr --no-ssim --no-interlace --range limited --colormatrix unknown --no-single-sei --no-hdr10 --output "C:\Users\Chris\Documents\Scripts\Song of the Sea WIP TEST - kopie_new.265" added new job with id 2020-12-27@15_02_37_0710 I haven't touched any options and a clean install of the program. Any help? RE: Minimize command line - Selur - 27.12.2020 Wild guess: x265 folks removed some option and I missed it. The output of x265 which is shown in the debug output should show what the culprit is. -> read [INFO] Infos needed to fix&reproduce bugs,.., provide proper details and don't post content of a log which starts with: Quote:This log is only intended for user information.if you want help. Cu Selur RE: Minimize command line - Chris Becker - 27.12.2020 Here it is. I used to encode with Ripbot but it seems that it won't get any updates anymore. What I would like to see is I can overwrite the x265 settings completely. RE: Minimize command line - Selur - 27.12.2020 Sadly the debug output did not show the error. What happens if you call: "C:\Program Files\Hybrid\32bit\avs2yuv.exe" "C:\Users\Christiaan\Documents\Scripts\Song of the Sea WIP TEST - kopie.avs" -csp I420 -o - | Quote:What I would like to see is I can overwrite the x265 settings completely.I guess: yes Cu Selur RE: Minimize command line - Chris Becker - 27.12.2020 x265 [warning]: extra unused command arguments given <0> RE: Minimize command line - Selur - 27.12.2020 Okay, but a warning shouldn't abort the encoding strange. Okay, problem seems to be "--scenecut-aware-qp 0", they changed it to '--no-scencecit-aware-qp'. -> probably won't have time to fix that till tomorrow since I'm atm. trying to get Hybrid Qt6 compatible. ---- okay, something is strange,... Current x265 should support this,... https://bitbucket.org/multicoreware/x265_git/commits/cdb9477e8aa63a763694487f62ff4f5f6e617a30 -> seems like I forgot to update the x265 binary. Cu Selur RE: Minimize command line - Chris Becker - 27.12.2020 Why not just add an option to manually edit it here (see screenschot)? It is easier for me to just add my own x265 settings instead of going through multiple tabs of x265 settings. RE: Minimize command line - Selur - 27.12.2020 Quote:Why not just add an option to manually edit it here (see screenschot)?Because, that would be a pain to keep the GUI in sync with those changes. -> not happening Cu Selur RE: Minimize command line - Chris Becker - 27.12.2020 No problem. I will use Simple x264/x265 Launcher for now. I wish you good luck! RE: Minimize command line - Selur - 27.12.2020 You could simply replace the x265 binary with a newer one,.. but no problem. Cu Selur |