搜索资源列表
AVImade
- 实现了将一系列图像或数据使用VFW编程,制成AVI视频文件。-to achieve a series of images or data usage VFW programming, made AVI video files.
DirectShow_Code
- DirectShow务实精选 源代码 实现视频数据的实时采集和动态存储、视频图像的实时播放及视频文件的播放控制-DirectShow pragmatic selected video source of real-time data acquisition and dynamic storage, Video images broadcast real-time video and broadcast control documents
video_Sender
- 该程序实现实时采集视频数据并通过TCP/IP发送给接收端.或发送视频文件给接收端-the process real-time data acquisition and video through TCP / IP sent to the receiver. Or send video files to the receiving terminal
IPcaptu
- 功能是IP是视频监控。该源码包含server和client端。server中视频发送模块运行在监控现场主机,它以组播的方式发送视频流,。该视频数据发送模块除了能发送实时视频流外还能发送视频文件。-function IP video surveillance. The source code contains server and client side. Send Video server modules running on the mainframe monitoring the scene
MLiveShow
- 一个使用windows API编写的视频采集样例,可捕捉摄像头采集的数据,同时记录到硬盘,保存为AVI视频文件(不过没有压缩,呵呵,会比较大)-use of a windows API prepared by the Video Capture example, camera can capture data collection, record to hard disk, for the preservation of AVI video files (but no compression,
AmrCreat
- 从3gp视频文件中提取出声音数据的源代码
H263Creat
- 从3gp格式的视频文件中提取出视频图片的数据
h263encoder
- H.263编解码源代码 目录中存放的是H.263视频编码器和解码器的程序代码。 播放工具 目录中存放的是用于播放YUV格式视频的工具。 压缩视频 目录中存放的是笔者已压缩好了的263视频数据流文件。 原始视频 目录中存放的是用于测试用的Demo视频,YUV格式。
extractframe_csharp
- C#实现从视频文件中读取关键帧数据源代码
DM642视频原始数据格式捕获与显示
- TI提供的原始数据格式视频捕获与显示工程文件,使用DSP/BIOS。
jpeg.rar
- 能够用vfw截取视频文件和获得单帧的图像数据,采用多线程编写,use the vfw technology to download video and catch one frame in your computer
pcapTest
- pcap截包文件结构分析,将RTP视频数据提取出,可以分析码率,帧率,和丢包率-pcap file structure analysis cut-off
net-camera-s-1-1
- 摄像头监控系统 最终形成的软件适用于C/S架构或B/S架构。 本软件系统共由两部分构成Server端和Client端(或浏览器)。 针对网络视频监控设备的实际应用需求,结合图像采集编码、嵌入式系统、网络技术等几方面的新技术,设计了一套,嵌入式监控系统,用以实现视频数据的采集,压缩与网络传输,该系统基于嵌入式linux操作系统,采用USB摄像头捕捉,可以使用浏览器(火狐 谷歌)单张拍照,可以使用浏览器浏览远程视频;或使用用QT实现的客户端程序,可以拍摄单张图片,可查看远程视频影像,如有需要
py
- 本程序用于提取背景检测运动物体,并对物体进行跟踪,数据来源可以是视频文件或者摄像头。-This procedure used to extract the context of moving object detection and tracking objects, data sources can be a camera or video files.
china-code.net.zhy.2009661649413662343.Rar
- MeChat 实现多语音视频和视频会议功能 ,同时可以有十几个人同时语音视频交流.数据的传输采用P2P一样的原理,非常有效的智能的选择使用网络带宽,既保证语音和视频的高质量传输,又对服务的网络带宽没有高要求.客户容易自己美化界面,用户更多的控制功能。 MeChat安装、维护极其简单。MeChat采用C++编制,速度奇快,支持超过5000人同时在线! MeChat灵活的模板结构,提供您一个充分展示自己个性的平台。支持WindowNT/2000/XP/2003/linux/solaris/uni
AVI
- VC下一个存储avi视频文件的类,可以实现对摄像头采集数据的存储-VC is stored under a avi video file types, you can realize the camera collected data storage
avifileopenprogram
- 该程序基于DirectShow滤波器集成了一个能打开avi,mpeg,wmv等格式视频文件的类,对做视频分析的入门人员提供了很大的便利,可以获得每帧的原始数据来分析.-The program is based on integrating a DirectShow filter to open the avi, mpeg, wmv video file formats such as class, the entry of a video analysis provide a great con
PTPHelp
- 这是一个点对点音/视频文件传输软件,采用H.263数据压缩标准,支持换肤。基于MFC开发-This is a point-to-point audio/video file transfer software, using the H.263 compression standard, and supports skins. MFC-based development
mp4topcm
- 提取mp4文件的音频数据,然后将它转换成可以直接通过喇叭输出的pcm数据(Extract the audio data from the MP4 file and convert it to PCM data that can be output directly through the speakers)
parseRtpPacket
- 该程序在windows 下能正常,对从网络上接收的rtp数据包,可以去掉头信息,拼接成完整的视频数据流。生成的视频数据文件是h264的纯码流数据。(this program can unpack rtp data packet into video data. The Video data is pure H264 standard stream data.)