搜索资源列表
MPEGaac
- \\mpeg2 \\doc \\mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。 \\verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 \\src \\mpeg2enc 编码器源代码及VC下编译的可执行程序 \\mpeg2dec 解码器源代码及VC下编译的可执行程序 \\par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编
j-mpeg4-source
- 一个实现视频流的Mpeg4编码的源程序(MPEG4格式编解码C源代码)-a video stream Mpeg4 encoding of the source (codec MPEG4 format C source code)
TwoPin
- 这是一个DirectShow的Filter,可以起到对音、视频流分流的作用,可以单独控制其中一路。要求首先配置好DirectShow开发环境!-This is a DirectShow Filter, can be played on the sound, Video streaming role, which alone can control all the way. It demanded DirectShow good development environment!
AVI_video
- 用VC++制作播放AVI视频流的动画按钮-broadcast produced by VC AVI video animated buttons
AVItoBMPGray
- 用与将avi格式的视频流转换成bmp的图片-use and will avi video format replaced by the circulation of photographs bmp
camlab
- 通过摄像头进行数字图像处理。演示了如何从视频流中提取帧的信息。里面的类可以单独使用。用于机器人的控制A demonstration of how to abstract one frame from a stream vedio. The class can be used alone.-through the camera for digital image processing. Demonstration of how to extract video frame information.
DShowAVI
- 演示了如何从视频流中提取帧的信息。里面的类可以单独使用。A demonstration of how to abstract one frame from a stream vedio. The class can be used alone.-demonstration of how to extract video frame information. Inside the class can be used alone. A demonstration of how to abstract
VCapture
- 一个利用Video for Windows在 C++Builder编程环境下进行视频捕捉的一个实例。本 程序能够实现对输入的视频流的实时显示和捕获,包括 单帧图像的抓取和将一段视频流保存为AVI文件,同时 还可以对视频源的相关设置进行调整 -a use Video for Windows Programming in C Builder environment for inspection Frequency captured an example. The process
FrameGrabberlwt
- 实现了DirectShow 进行图像图形的视频抓频功能,可以任意抓取视频流中的任何一帧图像。-realized the image DirectShow Video Graphics grasp frequency function, can be arbitrary crawls video streaming of any one image.
1115445464
- 简单的udp数据包发送视频流的程序,,是学习网络编程,流媒体,的好资料。代码简单,一看就懂,直接使用就可以-simple udp packets sent video streaming procedure is learning network programming, streaming media, the good information. Code simple, a person would understand, and can be used directly on the
AviPclass
- AVI视频流数据读写类库!供视频图像处理编程参考!非常好用!-AVI video stream class library for reading and writing data. Video image processing for programming reference! Very handy!
Aviframeproc
- 逐帧读取AVI视频流数据并40ms每帧逐帧显示!供视频图像处理编程参考!比较实用!-read AVI video frame by frame data flow axis and each frame shown frame by frame! Video image processing for programming reference! More practical!
vfw_capture
- 毕业设计的前端工作,从摄像头获取视频流,可以保存为avi格式也可以保存为一个位图,在次基础上捕获一个单帧并显示在图形控件.希望可以为和我当初一样迷茫的同伴提供一丝帮助.-graduation at the forefront of design work, from camera access to video streaming, can be maintained for avi format can be saved as a bitmap. In the second based on
Distributed_Videostreaming
- 这是一个peer to peer的视频流系统. 该系统采用RTP协议,因此与某些采用http/ftp协议进行传输的系统不同,本系统在视频流下载的过程中就可以同时观看。-This is a peer-to-peer Video System. The system uses RTP, Thus, some use http / ftp protocol transmission system, The video streaming system in the process of downloa
mpeg2play_v1.1b.tar
- linux下的一款mpeg播放器,可以播放mpeg1和mpeg2的视频流-linux under paragraph mpeg player, and can broadcast mpeg1 mpeg2 Video Streaming
GetSingleFrameFromeAVI
- 从单AVI视频流中获得单帧图像的一个类,非常有用-from single AVI video stream is a single-frame image of the category, very useful
vfwVideoMeeting
- 系统界面友好,操作简单方便。视频会议系统应实现以下功能: ① 动态地和视频输入设备进行连接和断开连接。 ② 使用叠加或预览方法对输入信号进行实时显示。 ③ 设定捕捉频率。 ④ 显示控制视频源、视频格式和视频压缩的对话框,设置视频特征。 ⑤ 开始捕获和终止捕获,把捕捉到的视频流保存为AVI文件。 ⑥ 单独捕捉一副图像并保存为一张与设备无关的图片文件(DIB)。 ⑦ 不需把数据存储为磁盘文件,就能将捕捉到的图像实时传送给远程计算机。
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
MCTF
- 带运动估计的时域滤波,一种基于小波的运动估计方法,可以有效的去除视频流的帧间冗余。与传统的帧参考模式的运动估计相比,没有错误漂移现象。内含编码器和解码器。-Belt Movement estimated time domain filtering, a wavelet-based motion estimation methods, can effectively remove the inter-frame video stream redundancy. With the tradition
opencv-ex3-5
- /* 程序名称:laplace.c 功能:从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测,并输出结果。 */