Chinaunix首页 | 论坛 | 博客
  • 博客访问: 541955
  • 博文数量: 80
  • 博客积分: 3172
  • 博客等级: 中校
  • 技术积分: 773
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-15 11:35
文章存档

2012年(5)

2011年(12)

2010年(11)

2009年(52)

我的朋友

分类: LINUX

2009-11-06 18:01:40

Experimental Setup


Our Encoding Approach



MPEG4, H.263, and H.263+

For each video we grabbed the (uncompressed) YUV information with (Version 0.15.10) and stored it on disk. The YUV information was grabbed at a frame rate of 25 frames/sec in the QCIF format.

The YUV frame sequences were used as input for both the MPEG-4 encoder and the H.263 encoder.

We emphasize that we did not encode in real-time; thus there was no encoder bottleneck.

For each video we encoded the YUV information into an MPEG-4 bit stream with the MOMUSYS MPEG-4 video software; we encoded each video at three different quality levels: low, medium, and high.

We encoded the uncompressed YUV information into a H.263/H.263+ bit stream with the tmn encoder (Version 2.0/3.2); we encoded each video at four different target bit rates: (1) 16 kbit/sec, (2) 64 kbit/sec, (3) 256 kbit/sec, and (4) Variable Bit Rate (VBR), i.e., without setting a target bit rate.

Setup
H.261

For each video we grabbed the (uncompressed) PPM information with (Version 0.15.10) and stored it on disk. The PPM information was grabbed at a frame rate of 25 frames/sec in the QCIF format. Afterwards we splitted the PPM in three parts: Y, U, and V.

We encoded the uncompressed Y, U, and V information into a H.261 bit stream with the p64 encoder; we encoded each video at three different target bit rates: (1) 64 kbit/sec, (2) 256 kbit/sec, and (3) Variable Bit Rate (VBR), i.e., without setting a target bit rate.

We refer to the available for details on the encoding procedure.
Everything is based on Linux
阅读(2000) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~