搜索资源列表
cif播放代码.rar
- 播放cif文件的核心代码,C++Builder6下完成。
x264-cvs-2004-05-11[1].tar
- 最新的视频编解码h.264源码.p4 2.0 cif 可以达到15fps.-the latest video codecs h.264 source. P4 2.0 cif can reach 15fps.
4CIF2QCIF
- 一个图像下采样程序将4CIF图像转为CIF图像,可以学习CIF格式-images under a sampling procedures are applicable to images CIF images, we can learn from CIF format
readcif
- 这是显示CIF图像的源代码,用Visual C++实现。-This was CIF image of the source code with Visual C achieved.
CIFColor
- YUV文件CIF格式的解码 运行后双击可以显示画面.ALT+F4关闭-CIF document YUV format decoder running after double-click the screen can show. ALT + F4 to close
yuv_chip
- 把YUV,CIF,YUV420格式的视频图像分解成单个图像文件-put YUV, CIF, YUV420 format video image is decomposed into a single image file
CIFtoDATA
- CIF和SIF以及CCIR都是图象存储的一种格式,本matab源程序为去除这些格式将其变为一般数据。-CIF and SIF and CCIR images are stored in a format matab source for the removal of these formats into their general information.
BeiJingChongGou
- cif文件为视频格式。根据西交侯志强 ,韩崇昭教授,基于像素灰度归类的背景重构算法,编写。
avicif.src
- 本程序用于实现avi视频格式向cif视频格式得转换,效果很好
YUV_ReadShow
- 读取CIF、QCIF格式的YUV测试序列文件,并且将其显示出来,转换为RGB格式进行连续视频播放
基于DM642的MPEG_4编码器的实现
- 介绍了xvid在dm642上的移植和优化,能实现4 cif实时mpeg-4编码,值得参考
yuvload
- Loading YUV CIF file to create Y U V matrix.And have CIF download web.
3G_DEMO_1.0
- 用3G上行带宽上传实时CIF图象 -From use of 3G uplink bandwidth real-time CIF image
MU350_3G_DEMO_1.0
- 用3G上行带宽上传实时CIF图象 -From use of 3G uplink bandwidth real-time CIF image
DctQuant
- 工程名为DctQuant,编程实现了一帧CIF格式4:2:0的YUV图像的H.264的整数变换、量化以及逆量化、逆变换。具体的功能表述如下: 1、首先按“打开YUV”按钮,选择一帧格式为CIF的4:2:0的YUV图像(默认的YUV图像的格式为4:2:0的CIF格式)。选择完成后,可以看到显示的输入图像。 2、输入QP值,QP是0到51之间的整数值,超出范围,会弹出对话框提示。QP默认为28。注意:当改变QP值为0时,即没有量化,则点击转换按钮显示出的PSNR值即为输入图像的PSNR值。
PULLONEFRAME
- 可以实现的功能是打开CIF或者SIF格式的YUV视频序列,在对话框中显示出文件名和包含的总帧数,能够抽取视频序列的某一帧,并可以保存在任意路径下。-Function can be achieved is open CIF or SIF format YUV video sequences, in the dialog box shows the file name and include the total number of frames to extract a particular vid
CIF2BMP-ok
- CIF图像转BMP图像,matlab程序,速度快,有注解。-CIF image transfer BMP image, matlab program, fast, with annotations.
EBMA--cif
- 通过使用块匹配法实现运动矢量的检测,块大小和搜索区域大小可自定-Achieved through the use of block matching motion vector detection, block size and search area size can be customized
cif播放代码
- 播放cif文件的核心代码,C++Builder6下完成。- Broadcasts the cif document the core code, under C Builder6completes.
C++实现CIF转QCIF
- VS上实现。具体步骤:打开CIF文件,把文件的数据读到缓冲区,对缓冲区的内容进行下采样,存到QCIF的缓冲区里,把Qcif的缓冲区里的东西写出。