搜索资源列表
Bmp2yuv. BMP转YUV源代码
- BMP TO YUV, 422 444 411,BMP TO YUV, 422 444 411
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
CE6Vadio.rar
- wince 6 windows CE 6.0 录音程序 已经测试 .exe文件,wince6.0 pragram vadio record
VideoPlay
- 使用WPF编写的炫目视频播放器,能播放许多格式的视频,基于WPF的程序界面是很炫的。-Written using WPF dazzling video player, can play many formats of video, The program interface is based on a shining WPF' s.
AVITest
- 基于vc 6.0 mfc的avi文件帧数据读取代码-Based on vc 6.0 mfc read code of frame data
qt_mplayer
- QT+mplayer的一个简单的播放器,支持快进,后退,暂停,单帧播放,音量控制,进度拖动等功能。 windows下播放注意播放参数的设置 // for windows7 vista QString common = "./mplayer/mplayer.exe -slave -quiet -vo direct3d " + m_fileName + " -wid " + QString::number(reinterpret_cast<qlonglong>
DoubanRadio
- 豆瓣电台客户端有点大,自己做了个小豆瓣电台,这是源代码 简单介绍下: 1、创建工程时使用MFC单文档,View选那个HTMLVIEW 2、View的InitialUpdate中浏览豆瓣电台http://douban.fm/radio,顺便把窗口大小改变下 3、加个右键置顶的系统菜单项 -Douban radio client a bit large, a small Douban own radio station, which is the source code for
DrawTextOnYuv
- Draw text on YUV 420 image.(source included) 1.DrawTextOnYuv.exe click 2.OK button Click 3.viewer -> tulips_yuv420_prog_planar_qcif.yuv.bmp
x264decoder
- Special to decoder for x.264, it s not encoder. Build no error and warning build in VC6.0 preinstall vc6sp5 and nasm.exe in vc6 bin directory msn:fatalfeel@hotmail.com-Special to decoder for x.264, it s not encoder. Build no error and warningbu
BMP2AVI
- BMP 文件转为 AVI 文件 非常好非常实用的代码-BMP file to AVI file a very good very useful code
gotoEXE
- 把两个exe合并,也可以把一个可执行文件假如另外一个线程,比方说我们有时候播放器驱动不是自己写的,可以吧这个驱动和我们的播放器合并。-Exe merge the two could also be an executable file if another thread, for example, we sometimes player-driven rather than wrote it myself, you can let the driver and our players combi
SimNature_src
- _(室外自然场景模拟) MapGen.exe: 这是一个地图数据文件的生成程序 MapToBmp.exe 地图数据文件转化成位图,可以导入到Photoshop一类工具中修改 BmpToMap.exe 把一个8位的位图转化成一个地图数据文件 Glvideo.exe 这是一个动态纹理的例子,能播放各种视频文件。原来准备用它来做天空的。但是速度太慢。-_ (Outdoor natural scenes of simulated) MapGen.exe: This is
SimpleDSPlayer
- 一个DirectShow播放媒体文件实例(将一个wmv文件命名为test.wmv,和编译得到的EXE文件放在一起,运行程序即可播放)。-DirectShow playback a media file example (to be named as a wmv file test.wmv, and compiler EXE files get together, run the program you can play).
wmv_cutter_c
- GUI tool for asfcut.exe (for wmv files too)
263PLAY.ZIP
- h261 player.exe you can easily try it
flashplayeryuandaima
- 从网络上搜集的资料整理编写的双窗口(控制&播放)FLASH播放器,最近把一些BUG解决了,里面含有所有源代码和一个经UPXShell压缩过的编译好的EXE文件,本代码开源,欢迎指正不足。-The information collected from the network and write dual-window (Control & Play) FLASH player, recently settled a number of BUG, which contains all the
GetVideo
- 视频捕捉,并且可以设置格式,图像源,压缩等。而且可以捕捉视频并保存为avi格式的文件。还可以捕捉单帧图像,捕捉后在画图中粘贴即可。-Video capture, and can set the format, the image source, compression. And can capture video and save it as avi format. You can also capture single frame images, captured by the pasted
NetTalk-Dll-ExE
- 实现语音对讲呼叫作用,采用G.729A编解码,可用于电话通讯应用。-The role of voice intercom call using the G.729A codec can be used for telephone communications applications.
AVPlayer_resample
- AVPLAYER,H.264播放软件,VS2008平台,欢迎下载-AVPLAYER, H.264 playback software, VS2008 platform, please download
WinForms嵌套其他程序
- 一个用C#编写的WinForm程序,可以将一个“本程序打开的exe文件创建的进程” 嵌套到界面的容器中,或者 "通过程序名称查找的进程" 嵌套到界面中。 本程序的本意是做一个基于ffmpeg的播放器界面,将SDL播放界面嵌套到C#界面中。(A program for bring a process to a C# UI. The process can be create by the programe , or Findwindow handle create by ot