搜索资源列表
X264最新版本091223
- x264是一种免费的、具有更优秀算法的H.264/MPEG-4 AVC视频压缩编码格式。它同xvid一样都是开源项目,但x264是采用H.264标准的,而xvid是采用MPEG-4早期标准的。由于H.264是2003年正式发布的最新的视频编码标准,因此,在通常情况下,x264压缩出的视频文件在相同质量下要比xvid压缩出的文件要小,或者也可以说,在相同体积下比xvid压缩出的文件质量要好。它符合GPL许可证。 x264-snapshot-20091222-2245是最新的版本之一
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
ffh264lib_2008.zip
- H.264 DEcoder, Reference ffmpeg 2008, VC++ 2008 Compile, No error and Warning.This Version is the most fastest H.264 decoder than before ffmpeg. using method same as Xvid,Jesse Stone, Taiwan. msn: fatalfeel@hotmail.com in ffmpeg H.264 decoder,H.26
project4.rar
- MFC对话框的OpenCV视频播放 OpenCV读AVI视频文件的格式有限。只能读指定格式的AVI视频文件。 下载xvid解码器: http://www.xvid.org/Downloads.43.0.html,mfc opencv media
2008149392271
- 今晚终于搞定xvid的调用,开了很多资料,没有完整的xvid说明,只好慢慢摸索。 用delphi调用xvid的范例怎么也没有找到,今天总算搞出来点成就。发出来大家分享,顺便研究一下。 实现了QQ摄像头的视频采集,用DC-DSP控件那个在delphi盒子上可以下载。实时捕获的位图数据采用xvid压缩后,再立即解码显示。实时性良好,CPU不到8 -Tonight finally buttoned xvid call, open a lot of information, no c
Nk264decLib.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "En
Nk264decLib20.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "Ena
Nk264decLib30.zip
- The fastest Nokia H.264 decoder and fixed bug. Using method is same as xvid mpeg4,support ARGB MMX output, support VC6.0, VC2008 and Wince. You also can install Intel C++ compiler 10.1 or 11.0 with VC2008, set command line option /QxP or SSE3 in "Ena
AVIcodec_1.2_b113
- 光是看扩展名是无法知道影片的正确的编码格式的,特别像 DivX 这样的高品质、高压缩比的影片格式出现后。除了原本未压缩的 AVI 影片外,目前使用这样的扩展名格式影就还有 DivX、XviD 等等. -Just look at the extension is no way of knowing the correct video encoding formats, in particular, such as DivX high quality, high compression rati
cn-XVid_Player
- 该程序是xvid的播放器,感觉还可以,自己写的,不知道大家喜欢不喜欢,个人认为还好!-The program is a avi player, feeling still can, write your own, and do not know if you like it or not I personally think that okay!
xvidcore
- xvid视频编解码器1.2.2,开源的视频编解码器,可用来开发视频相关软件-xvid video codec 1.2.2, open-source video codec can be used to develop video-related software
VFW_XVID_2005
- visualc++2005版 实现VFWusb摄像头视频采集 并进行xvid视频编解码-visualc++2005 version to achieve VFWusb camera video capture and video codec for xvid
VFW_XVID_VC6
- visualc++6.0版 实现VFWusb摄像头视频采集 并进行xvid视频编解码-visualc++6.0 version to achieve VFWusb camera video capture and video codec for xvid
xvid_latestest.tar
- xvid编码操作原理和源代码实现,采用VC++2008实现-xvid encoding operation principle and source code, using VC++2008 achieve
xvidcore-1.3.1
- 大名鼎鼎的Xvidcore已经编译通过了!-Famous Xvidcore has compiled through!
xvd
- xvid的分析说明文档,清楚的分析说明了xvid编解码的基本操作和参数使用-xvid analysis of documentation, the analysis clearly shows the basic operation of xvid codec and parameters used, etc.
xvidcore-1.3.2
- 1) Introduction<br>---------------<br><br>XviD is a high performance and high quality MPEG-4 video de-/encoding<br>solution.<br><br>The XviD package currently consists of three parts:<br><br>- xvidcore:
Video-Recording-(XVid-Encoding)
- 这是一个Visual C++ MFC 对话框的视频捕获,显示,编码与 录像工程。里面用了VFW 方法与 XVid 编码技术。还有Word doc 文档里面有程序的一步一步的解释。请下载看一看。-This is Visual C++ MFC Dialog-based video capturing, encoding and recording program. VFW method is used for capturing and XVid encoding is used for video
ColorspaceConverter
- 色彩空间转换,好像是从xvid里面截取出来的,mmx汇编优化,已修改转换为VS2005项目,内带nasm,解压到VS2005的运行目录即可编译;还没做测试,因为东西太多了,不想用这个,分享出来吧-Color space conversion, which seems to be taken out from xvid, mmx compilation optimization, has been modified into VS2005 project, which with nasm, ext
xvid
- Xvid编码filter的源代码,编译成功出来的filter注册到系统后可以使用GraphEdit调出来调试-Xvid encoding filter source code, compile successfully registered to the system out of the filter can be used after GraphEdit tune out debugging