Log in

View Full Version : ref bug in x264 rev 1602?


b66pak
22nd May 2010, 20:56
hi,


i am encoding for my PSP with x264 rev 1602 (the x264.nl build) and instead of 3 ref frames the stream is marked as 4 ref!!! this also happens if i try 2 ref!!!

ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
.
.
.
.Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x1:0x111 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=crf / mbtree=1 / crf=22.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / vbv_maxrate=10000 / vbv_bufsize=10000 / crf-max=0.0 / ip_ratio=1.40 / aq=1:1.00 / nal_hrd=none


am i missing something?
_

Dark Shikari
22nd May 2010, 20:58
b-pyramid normal implies a DPB of 4 frames, even if ref is less.

b66pak
23rd May 2010, 16:42
thank you...
_