当前位置:网站首页>Webrtc series-h.264 estimated bit rate calculation
Webrtc series-h.264 estimated bit rate calculation
2022-07-06 07:46:00 【Simple lym】
List of articles
What bit rate should be used when encoding video , It is particularly important in the parameters of the equipment encoder , Because this is related to the quality of the encoded video , This article will introduce two calculation methods , General direct estimates and The Kush Gauge , The latter will be the focus of this presentation ;
1. General calculation method
WebRTC The final processing of video coding data in the source code is I420 data , It can be seen that the size of a frame of uncoded data is :
width x height x 1.5 The unit here is byte , for example :6404801.5 = 460,800Byte ;H.264
(VBR Next ) The general compression ratio can generally reach 1:50 even to the extent that 1:100 above , according to 640 480 @ 15fps The calculation of :
640*480*15*1.5*8/100/1000=552.96kbps
;640*480*15*1.5*8/50/1000=
边栏推荐
- Methods for JS object to obtain attributes (. And [] methods)
- How to delete all the words before or after a symbol in word
- When the Jericho development board is powered on, you can open the NRF app with your mobile phone [article]
- CF1036C Classy Numbers 题解
- TS 类型体操 之 循环中的键值判断,as 关键字使用
- Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
- edge浏览器 路径获得
- Esrally domestic installation and use pit avoidance Guide - the latest in the whole network
- js对象获取属性的方法(.和[]方式)
- Excel的相关操作
猜你喜欢
软件测试界的三无简历,企业拿什么来招聘你,石沉大海的简历
DataX self check error /datax/plugin/reader/_ drdsreader/plugin. Json] does not exist
Inspiration from the recruitment of bioinformatics analysts in the Department of laboratory medicine, Zhujiang Hospital, Southern Medical University
[MySQL learning notes 30] lock (non tutorial)
Parameter self-tuning of relay feedback PID controller
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
[MySQL learning notes 32] mvcc
Fundamentals of C language 9: Functions
leecode-C语言实现-15. 三数之和------思路待改进版
Redis builds clusters
随机推荐
Luogu p1836 number page solution
Position() function in XPath uses
Méthode d'obtention des propriétés de l'objet JS (.Et [] méthodes)
Typescript interface properties
Launch APS system to break the problem of decoupling material procurement plan from production practice
Typescript void base type
Type of data in energy dashboard
Summary of Digital IC design written examination questions (I)
Scala语言学习-08-抽象类
Comparison of usage scenarios and implementations of extensions, equal, and like in TS type Gymnastics
[dictionary tree] [trie] p3879 [tjoi2010] reading comprehension
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
http缓存,强制缓存,协商缓存
[非线性控制理论]9_非线性控制理论串讲
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Cf1036c class numbers solution
leecode-C语言实现-15. 三数之和------思路待改进版
Brief explanation of instagram operation tips in 2022
xpath中的position()函数使用
C # connect to SQLite database to read content