流媒体网欢迎您!
全世界的网络联合起来,流媒体世界一定能实现!
 
   
IPTV | P2P流媒体 | 移动流媒体 | 数字家庭 | 流媒体宽频 | 网络流媒体 | 安防监控 | 视频会议 | VIP会员 | 新闻专题
 
 
 
您现在的位置: 流媒体网 >> 技术平台 >> 编码产品 >> 技术正文
 
如何设计高编码效率的视频编码器
作者:电子工程…  来源:电子工程专辑  发布时间:2006-10-25 11:58:38

About Video Quality and Efficient Coding

Before we explore what efficient coding means, it is important first to note that all mainstream digital video distribution ses “lossy” compression, meaning that the encoded material when decoded will not match the original content exactly. We will use encoding and compression interchangeably in this discussion to mean a particular implementation of how high bitrate raw YUV digital moving pictures gets transformed into lower bitrate compressed digital information (such as MPEG2).

The emphasis here is on each actual implementation, which is a combination of algorithmic and processing limitations of each encoding system (or IC).

In the diagram below, we examine a particular 720x480 scene from two encoders encoded at 2Mbps

As can be seen from the example above, efficient encoding (delivering high quality at a low bitrate) is a concern because the choice of encoder can make a significant difference in how the final product is perceived by the end-user. Because the public is used to DVD quality video as a baseline, video recording products with visually or obviously inferior video will be an impediment to market penetration.

A comparative difference between the encoded content and the original content is one way of judging the quality of a compressor’s implementation, but this difference is not simply one of mathematical metrics. In particular, Peak Signal Noise Ratio (PSNR) analysis is a reasonable way to measure the accuracy of a particular compression, but often the best encoder is one that visually can analyze each picture in a series of moving pictures and determine what information to keep and what to discard.

For background information only, PSNR of a particular MxN bitmap Dcompared to the original bitmap S is taken as the following :

The equation is given for completeness, but we will not explore PSNR any further here.

In some cases, an encoding technique might discard information that is not visually noticeable to the human eye and this can cause lower PSNR -however, based upon viewing quality, this would still be judged to be the better encoder. Except under controlled environments with known input, in real world scenarios, arithmetic accuracy of lossy compression is not a measure of the quality of an encoder. This is a useful tool, but overreliance on this with random images can result in wrong choices when designing your encoder.

It is this problem that makes judging compression quality to be not simply one of mechanically applying simple arithmetic to frame by frame analysis of bitmaps.

上一页  [1] [2] [3] [4] [5] [6] [7] [8] 下一页

责任编辑:sand


发表评论】【告诉好友】【打印此文】【关闭窗口收藏此页到365Key   
  • 上一篇技术:
  • 下一篇技术:
  •  
    相关新闻
    TD-SCDMA无线网络规划的特点
    移动电视的技术及解决方案解析
    高创视讯推出多通道wmv9视频编码器
    无线网络中的视频通信
    H.264视频解码器在C6416 DSP上的实现