x 264 n-th pass符号化時のStatsファイルの意味


 


x 264 n-th pass(一般的には2 pass)の符号化に用いるファイルは、下記x 264パラメータ生成を含む.statsファイル

options: 1280x816 fps=2997/125 timebase=125/2997 cabac=1 ref=4 deblock=1:0:0 analyse=0x3:0x113
me=umh subme=7 psy=1 psy_rd=0.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0
deadzone=21,11 fast_pskip=0 chroma_qp_offset=2 threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0
constrained_intra=0 bframes=5 b_pyramid=2 b_adapt=2 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2
keyint=300 keyint_min=25 scenecut=70 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=4719
ratetol=0.1 qcomp=0.58 qpmin=9 qpmax=51 qpstep=5 ip_ratio=1.38 aq=2:1.11

フレームごとの情報

in:0 out:0 type:I dur:2 cpbdur:2 q:20.51 tex:686628 mv:49125 misc:5975 imb:4080 pmb:0 smb:0 d:- ref:;
in:4 out:2 type:P dur:2 cpbdur:2 q:30.05 tex:88336 mv:44264 misc:2128 imb:1654 pmb:1973 smb:453 d:- ref:4784 2665 443 ;
in:3 out:3 type:B dur:2 cpbdur:2 q:29.46 tex:13732 mv:16269 misc:3615 imb:106 pmb:1287 smb:2655 d:- ref:1130 98 ;
in:2 out:4 type:b dur:2 cpbdur:2 q:28.88 tex:15560 mv:23723 misc:4029 imb:104 pmb:1829 smb:2130 d:- ref:4839 92 ;

注意:

in:  / 
out:  
type:  
q:  
tex:  residual bits 
mv:  mvs bits 
misc:  bits 
imb:  (intra macroblocks) 
pmb:  (inter macroblocks) 
smb:  (skip macroblocks) 
d:  direct 
ref:  ref 
w:  ( )

MBT-Tree StatsファイルMBT-Treeオプションをオンにすると、生成されるファイル。

for each frame in the video except b-frames:{
     uint8_t header = frametype
     for each macroblock in the frame:{
       16-bit signed fixed point value ( 8.8 ) for delta-quant
     }
}

参照先:http://x264-settings.wikispaces.com/x264_Stats_File