[x264-devel] Re: size of output bitstream

L.Guo leaveye.guo at gmail.com
Tue May 29 08:33:34 CEST 2007


Hi,

Notice this code at the end of function x264_slice_write():

    x264_nal_end( h );

    /* Compute misc bits */
    h->stat.frame.i_misc_bits = bs_pos( &h->out.bs )
                              + NALU_OVERHEAD * 8
                              - h->stat.frame.i_itex_bits
                              - h->stat.frame.i_ptex_bits
                              - h->stat.frame.i_hdr_bits;

Wish it is helpful.

------------------				 
L.Guo
2007-05-29

-------------------------------------------------------------
From: Hoda Roodaki
At: 2007-05-29 14:10:23
Subject: [x264-devel] size of output bitstream

Hi,

I want to find the variable which contains the size of output
bitstream, can anyone help me?

Thanks & Regards,
Hoda Roodaki,

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html


-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list