karim_embed
2nd June 2008, 03:51
Hi All!
I'm currently working on the h264 bitstream program, so that i can be find out the aspect_ratio, frame_rate (fsp) and bitrate (kbps) values in the given h264 file.
I can be find out the frame_rate value (fps) by using the below formula:
frame_rate = time_scale / (2 * num_units_in_tick).
But, i don't know that how to find out the bitrate value (kbps).
I'm new to this standards. If anyone know that how to find out the bitrate value (kbps) means, plz help me.
Thanks in advance.
Regards,
M.Karim
I'm currently working on the h264 bitstream program, so that i can be find out the aspect_ratio, frame_rate (fsp) and bitrate (kbps) values in the given h264 file.
I can be find out the frame_rate value (fps) by using the below formula:
frame_rate = time_scale / (2 * num_units_in_tick).
But, i don't know that how to find out the bitrate value (kbps).
I'm new to this standards. If anyone know that how to find out the bitrate value (kbps) means, plz help me.
Thanks in advance.
Regards,
M.Karim