Log in

View Full Version : Problem enconding CRF


Kurogane
7th December 2018, 07:43
I've problem enconding HEVC with 10bits.

The problem is i'm getting "Number of encoded frames does not match the source"

Source:

x264 10bits

Enconding settings:

cabac=1 / ref=16 / deblock=1:1:1 / analyse=0x3:0x133 / me=umh / subme=11 / psy=1 / fade_compensate=0.00 / psy_rd=0.75:0.00 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / fgo=0 / bframes=16 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=250 / rc=crf / mbtree=1 / crf=14.0000 / qcomp=0.85 / qpmin=0 / qpmax=81 / qpstep=4 / ip_ratio=1.40 / aq=3:0.80

My config

x265 10bits

x265.exe --preset slow --crf 18.0 --profile main10 --output-depth 10 --ctu 32 --qg-size 16 --pbratio 1.22 --aq-mode 3 --aq-strength 0.9 --deblock -2:-2 --keyint 240 --min-keyint 24 --qcomp 0.65 --rc-lookahead 38 --no-strong-intra-smoothing --no-sao --level-idc 4.1 --high-tier --vbv-bufsize 35000 --vbv-maxrate 35000 --rd 4 --psy-rd 1.5 --psy-rdoq 1.0 --rdoq-level 2 --tu-intra-depth 3 --tu-inter-depth 3 --no-weightb --limit-tu 3 --rect --amp --b-intra --bframes 4 --limit-modes --rskip

Always stop in the fame 2673/34080 if i try multiples times.

Thank you !

Selur
8th December 2018, 16:14
seems that whatever you use for decoding the source has problem with your input, or the input is broken.