Selur's Little Message Board

Full Version: Did I miss something?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi



in the settings of x65 , if i select "umh"
for some reason the mediainfo gives me this :

cpuid=1111039 / frame-threads=4 / numa-pools=16 / wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=1920x1080 / interlace=0 / total-frames=0 / level-idc=41 / high-tier=1 / uhd-bd=0 / ref=5 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-eob / no-eos / hrd / info / hash=0 / temporal-layers=0 / no-open-gop / min-keyint=23 / keyint=240 / gop-lookahead=0 / bframes=9 / b-adapt=1 / b-pyramid / bframe-bias=0 / rc-lookahead=120 / lookahead-slices=0 / scenecut=50 / no-hist-scenecut / radl=0 / no-splice / no-intra-refresh / ctu=32 / min-cu-size=8 / rect / no-amp / max-tu-size=32 / tu-inter-depth=2 / tu-intra-depth=2 / limit-tu=0 / rdoq-level=1 / dynamic-rd=0.00 / ssim-rd / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / strong-intra-smoothing / max-merge=3 / limit-refs=0 / limit-modes / me=2 / subme=7 /



and if i choose "star" it shows me:

cpuid=1111039 / frame-threads=4 / numa-pools=23 / wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=1920x1080 / interlace=0 / total-frames=0 / level-idc=41 / high-tier=1 / uhd-bd=0 / ref=5 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-eob / no-eos / hrd / info / hash=0 / temporal-layers=0 / no-open-gop / min-keyint=25 / keyint=250 / gop-lookahead=0 / bframes=3 / b-adapt=2 / b-pyramid / bframe-bias=0 / rc-lookahead=50 / lookahead-slices=0 / scenecut=40 / no-hist-scenecut / radl=0 / no-splice / no-intra-refresh / ctu=32 / min-cu-size=8 / rect / no-amp / max-tu-size=32 / tu-inter-depth=2 / tu-intra-depth=2 / limit-tu=0 / rdoq-level=2 / dynamic-rd=0.00 / ssim-rd / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / strong-intra-smoothing / max-merge=3 / limit-refs=0 / limit-modes / me=3 / subme=7
Do the commandlines properly display the selection?
Also try whether it works as expected if minimize commandlines is disabled.

Cu Selur
yeah


x265 --pools 23 --input - --fps 24000/1001 --output-depth 10 --y4m --profile main10 --level-idc 4.1 --ctu 32 --qg-size 16 --tu-intra-depth 2 --tu-inter-depth 2 --me umh --subme 7 --merange 60 --limit-modes --rect --no-early-skip --no-open-gop --opt-ref-list-length-pps --min-keyint 25 --bframes 3 --weightb --ref 5 --rc-lookahead 50 --lookahead-threads 3 --lookahead-slices 0 --pass 1 --slow-firstpass --bitrate 13000 --opt-qp-pps --cbqpoffs -3 --crqpoffs -3 --qpfile GENERATED_QP_FILE --limit-refs 0 --rd 4 --ssim-rd --psy-rd 1.00 --rdoq-level 2 --psy-rdoq 0.15 --aq-mode 1 --vbv-maxrate 50000 --vbv-bufsize 50000 --hrd --vui-hrd-info --deblock=-2:-2 --no-sao --selective-sao 0 --no-mcstf --range limited --colorprim unknown --transfer unknown --colormatrix bt709 --sar 1:1 --statsĀ 

x265 --pools 23 --input - --fps 24000/1001 --output-depth 10 --y4m --profile main10 --level-idc 4.1 --ctu 32 --qg-size 16 --tu-intra-depth 2 --tu-inter-depth 2 --me umh --subme 7 --merange 60 --limit-modes --rect --no-early-skip --no-open-gop --opt-ref-list-length-pps --min-keyint 25 --bframes 3 --weightb --ref 5 --rc-lookahead 50 --lookahead-threads 3 --lookahead-slices 0 --pass 2 --bitrate 13000 --opt-qp-pps --cbqpoffs -3 --crqpoffs -3 --limit-refs 0 --rd 4 --ssim-rd --psy-rd 1.00 --rdoq-level 2 --psy-rdoq 0.15 --aq-mode 1 --vbv-maxrate 50000 --vbv-bufsize 50000 --hrd --vui-hrd-info --deblock=-2:-2 --no-sao --selective-sao 0 --no-mcstf --range limited --



the mediainfo gives me this :

me=0: Diamond search (dia)
me=1: Hexagonal search (hex)
me=2: Uneven multi-hexagon (umh), even more comprehensive.
me=3: Star search (star)
https://x265.readthedocs.io/en/latest/cl...doption-me says:
  • 0 dia
  • 1 hex (default)
  • 2 umh
  • 3 star
  • 4 sea
  • 5 full
(x265s source code shows the same)
so "umh" should show 2
and "star" should show 3.
Just like you reported, in your first post.
=> seems that Hybrid is working correctly.

Cu Selur
thank you