Log in

View Full Version : bluray-compat bluray_compat


nikusor665
5th August 2011, 13:39
I tried to replicate some x264 settings

cabac=1 / ref=9 / deblock=1:-3:-3 / analyse=0x3:0x113 / me=umh / subme=9 / psy=1 / psy_rd=0.90:0.00 / mixed_ref=1 / me_range=64 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-4 / threads=12 / sliced_threads=0 / nr=0 / decimate=0 / interlaced=0 / constrained_intra=0 / bframes=6 / 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=2pass / mbtree=0 / bitrate=6495 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:0.80

and I succesfully did except the result has this this bluray_compat=0 somewhere around there, with the latest x264 in megui.

What is it ? Does it affect something ?

J_Darnley
5th August 2011, 13:43
It is exactly what it sounds like, an option for forcing some bluray limitations.

nikusor665
5th August 2011, 14:05
So it doesnt matter that that setting appears now in my media info , right ? The end result is the same with what I posted above no ?

J_Darnley
5th August 2011, 14:09
Yes it is purely informative.

sneaker_ger
5th August 2011, 15:32
It is exactly what it sounds like, an option for forcing some bluray limitations.

Yes it is purely informative.

Quite a contradiction, isn't it?

nurbs
5th August 2011, 15:54
No. The encoding options in the first post are from an old x264 revision that didn't have the bluray_compat setting, so it doesn't show up there. This is the same as having bluray_compat=0 with a newer x264 version like the one nikusor665 is using to replicate those settings. So there is no difference between the string not appearing at all and it being set to 0.

The rest of the settings aren't Blu Ray compatible anyway.

sneaker_ger
5th August 2011, 16:16
You are correct, I should've read more carefully.