当前位置:网站首页>WebRTC系列-H.264预估码率计算
WebRTC系列-H.264预估码率计算
2022-07-06 07:40:00 【简简单单lym】
编码视频时应该使用什么比特率,在设备编码器的参数中尤为重要,因为这关系编码后的视频质量,本文将介绍两种计算方式,普通直接预估值以及 The Kush Gauge ,后者将是本次的重点介绍内容;
1. 普通计算方式
WebRTC源码中对视频的编码数据最终处理都是I420数据,由此可知一帧未编码的数据的大小是:
width x height x 1.5 这里的单位是字节,例如:6404801.5 = 460,800Byte ;H.264
(VBR下)一般的压缩比一般能达到1:50甚至1:100以上,按照640 480 @ 15fps的计算:
640*480*15*1.5*8/100/1000=552.96kbps
;640*480*15*1.5*8/50/1000=
边栏推荐
- [CF Gym101196-I] Waif Until Dark 网络最大流
- Description of octomap averagenodecolor function
- Compliance and efficiency, accelerate the digital transformation of pharmaceutical enterprises, and create a new document resource center for pharmaceutical enterprises
- xpath中的position()函数使用
- Linked list interview questions (Graphic explanation)
- If Jerry's Bluetooth device wants to send data to the mobile phone, the mobile phone needs to open the notify channel first [article]
- Hackathon ifm
- MES, APS and ERP are essential to realize fine production
- The way to learn go (II) basic types, variables and constants
- opencv学习笔记八--答题卡识别
猜你喜欢
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
[computer skills]
qt颜色与字符串、uint相互转换
If Jerry needs to send a large package, he needs to modify the MTU on the mobile terminal [article]
Description of octomap averagenodecolor function
珠海金山面试复盘
Related operations of Excel
Linked list interview questions (Graphic explanation)
Simulation of Teman green interferometer based on MATLAB
软件测试界的三无简历,企业拿什么来招聘你,石沉大海的简历
随机推荐
How can word delete English only and keep Chinese or delete Chinese and keep English
TypeScript 接口属性
TS 体操 &(交叉运算) 和 接口的继承的区别
Sélectionnez toutes les lignes avec un symbole dans Word et changez - les en titre
How to estimate the number of threads
After the hot update of uniapp, "mismatched versions may cause application exceptions" causes and Solutions
数字经济时代,如何保障安全?
剪映的相关介绍
合规、高效,加快药企数字化转型,全新打造药企文档资源中心
Google may return to the Chinese market after the Spring Festival.
[MySQL learning notes 32] mvcc
datax自检报错 /datax/plugin/reader/._drdsreader/plugin.json]不存在
Simulation of Teman green interferometer based on MATLAB
成为优秀的TS体操高手 之 TS 类型体操前置知识储备
Wonderful use of TS type gymnastics string
Force buckle day31
TypeScript 函数定义
C # display the list control, select the file to obtain the file path and filter the file extension, and RichTextBox displays the data
[非线性控制理论]9_非线性控制理论串讲
【Redis】NoSQL数据库和redis简介