当前位置:网站首页>Audio and video learning (II) -- frame rate, code stream and resolution
Audio and video learning (II) -- frame rate, code stream and resolution
2022-06-26 15:42:00 【But the sky is cold_ Good autumn】
Frame rate (FPS)
The frame rate is the number of images displayed per second . Each frame is a still image , The fast and continuous display of multiple frames forms a moving " illusion ".
The more frames per second ,FPS The higher the value , The smoother the video action displayed , The greater the bitstream demand .
stream (Bit Rate)
The data flow of video data in unit time , Also called bit rate , It is the most important part of video coding picture quality control . At the same resolution and frame rate , The larger the code stream of video data , The smaller the compression ratio , The higher the picture quality .
The resolution of the (Resolution)
The size or size of an image .
Common resolutions are 4CIF(704*576)、CIF(352*288)、QCIF(176*144)、VGA(640*480) And megapixels (1920*1080). In the two sets of imaging numbers , The former is picture length , The latter is the picture width , Multiply the two to get the number of pixels in the picture , The aspect ratio is generally 4:3, In high-definition video monitoring, it mainly includes 16:9.
Video coding technology
- MJPEG Compress
- MPEG-1 —— Digital TV standards ,1992 Official release .
- MPEG-2 —— Digital TV standards ,1994 It became the international standard draft in .
- MPEG-4 —— Multimedia application standards (1999 Released in ).
Video decoding
Video decoding is the reverse process of video coding , Mainly completed by video decoder .
Video decoding is divided into hard decoding and soft decoding . Hard decoding is performed by DSP complete , Soft decoding by CPU complete , The hard decoded output is usually displayed on the TV wall , Soft decoding is directly displayed by computer workstation .
边栏推荐
- Ansible自动化的运用
- Applicable and inapplicable scenarios of mongodb series
- 【C语言练习——打印空心上三角及其变形】
- Using restcloud ETL shell component to schedule dataX offline tasks
- [CEPH] cephfs internal implementation (I): Concept -- undigested
- golang 临时对象池优化
- 【TcaplusDB知识库】TcaplusDB单据受理-建表审批介绍
- 1. accounting basis -- several major elements of accounting (general accounting theory, accounting subjects and accounts)
- 【ceph】CEPHFS 内部实现(一):概念篇--未消化
- TweenMax+SVG切换颜色动画场景
猜你喜欢
Utilisation d'abortcontroller
【TcaplusDB知识库】TcaplusDB单据受理-事务执行介绍
[CEPH] cephfs internal implementation (II): example -- undigested
5000字解析:实战化场景下的容器安全攻防之道
【毕业季·进击的技术er】 什么是微信小程序,带你推开小程序的大门
【ceph】cephfs caps简介
Unable to download Plug-in after idea local agent
Mr. Du said that the website was updated with illustrations
音视频学习(三)——sip协议
High frequency interview 𞓜 Flink Shuangliu join
随机推荐
SVG大写字母A动画js特效
有Cmake的工程交叉编译到链接时报错找不到.so动态库文件
Don't remove custom line breaks on reformat
【毕业季·进击的技术er】 什么是微信小程序,带你推开小程序的大门
一篇博客彻底掌握:粒子滤波 particle filter (PF) 的理论及实践(matlab版)
[tcapulusdb knowledge base] tcapulusdb system user group introduction
Inaccurate data accuracy in ETL process
selenium chrome 禁用js 禁用图片
AbortController的使用
Evaluation - TOPSIS
【leetcode】701. Insert operation in binary search tree
【问题解决】新版webots纹理等资源文件加载/下载时间过长
粒子滤波 PF——在机动目标跟踪中的应用(粒子滤波VS扩展卡尔曼滤波)
Notes on brushing questions (19) -- binary tree: modification and construction of binary search tree
评价——TOPSIS
[CEPH] cephfs internal implementation (II): example -- undigested
Compile configuration in file
JS之事件
Reflection modification final
el-dialog拖拽,边界问题完全修正,网上版本的bug修复