搜索资源列表
MPEG4视频编解码Jpeg-Mpeg最新书的源码
- MPEG4视频编解码,在windows上面运行过。还 可以方便的移植到其他平台-MPEG4 video codec, the windows that run-off. It can easily be transferred to other platforms
jpeg
- 实时视频采集系统代码,基于MV86S02
jpeg
- ARM视频监控平台开发中,有关图像和视频处理的程序,包括采集的图像直接显示在VGA显示器上进行YCbCr或YUV到RGB的颜色空间转换
Visual+C++视频技术方案宝典+源代码
- 通过63个实际开发方案深入讲解Visual C++视频开发的核心应用全面提高实际开发能力 系统设计方案:用户界面与业务逻辑的分离方案、数据抽象与封装方案、业务层部署方案以及系统建模方案等,共12个实用方案。 视频采集方法:包括视频录像设计方案、视频预览设计方案和事件通知设计方案,共8个实用方案。 视频编码方案:H263编码方案、H263编码方案以及MPEG-4编码方案,共3个实用方案。 音频采集方案:音量控制方案、MCI音频存储方案和CD播放及抓轨方案等,共9个实用方案。
EVC 图形库
- 视频YUV格式文件直接转换为JPEG压缩文件,高效快捷
jpegNetWork--TCP
- 基于DM642、DM643的网络摄像机,实现网络视频传输功能,采用TI的JPEG库进行视频压缩,使用TCP协议传输,达到每秒10帧以上,基本实现实时功能。
android视频传输
- 利用Android 的camera图像的预采集,通过实现PreviewCallback类的回调函数onPreviewFrame,获得camera采集的原始图像数据之后,压成jpeg格式传到pc端。pc端对接收到的jpeg图像序列进行实时解压和显示,就达到了预想的效果。 开发环境为Windows XP+java 1.6+Eclipse3.4.2 Android版本为1.5 手机测试平台为HTC Hero AndroidVideo为手机端的源代码 AndroidVideoPC为PC
v4l2_camera 视频采集服务器
- 一个视频采集服务器,将摄像头(支持JPEG)采集的视频客户端, 客户端可以是浏览器,http://localhost:端口号/?action=stream qt客户短 注意:编译时不能用makefile(每做好) 执行时如:execute_file /dev/vedio0 -A video capture server, the camera (supports JPEG) capture video client, the client can be a browse
AVI.rar
- 实现对AVI视频的单帧截图,也可修改为按所需帧截图,截图可保存为BMP、JPEG等常见格式,AVI video to realize the single-frame shots, but also could be modified as necessary according to frame shots, screenshots can be saved as BMP, JPEG and other common formats
jpeg.rar
- 能够用vfw截取视频文件和获得单帧的图像数据,采用多线程编写,use the vfw technology to download video and catch one frame in your computer
fpga-jpeg-verilog
- fpga实现jpeg压缩,和视频采集程序-fpga jpeg
jpegtoavi
- 可以将jpeg转换为avi视频格式 很不错的程序代码-Jpeg can be converted to avi video format is very good code
AndroidClient
- 一个用于与MJPEG标准视频流通讯的Android客户端.基于纯Socket,手动解JPEG帧头.-A standard MJPEG video streams for communication with the Android client based on pure Socket, manually extracting JPEG header.
uvccapture
- USB UVC免驱 视频采集 程序。并利用 JPEG格式保存图片。-USB UVC driver Video Capture. The pictures are saved in JPEG format
MPEG-JPEGEncoderDecoderInVC++
- 使用Visual C++实现了用于MPEG视频格式的编解码技术和用于JPEG图像的编解码技术。-The use of Visual C++ Realize for MPEG video format codec technology and for the JPEG image codec technology.
jpeg
- 关于视频压缩的静止图像,应用此方法可以对图像进行处理,从而得到更好的满足人类需求的图像-On the video compression of still images, this method can handle the image to get a better image of human needs
JPEG
- 对一段原始视频图像序列做压缩,生成压缩文件;对此压缩文件做解压缩处理,生成显示图像;将此显示图像与原始图像做质量、压缩文件大小等各个方面做比较。-On the original video image sequence to do a compression to generate compressed file to do this compressed file decompression processing to generate display images this shows
Motion-JPEG
- 该文档主要介绍了Motion JPEG视频压缩IP核的设计与实现,是很有价值的-The document describes the Motion JPEG video compression IP core design and implementation, it is valuable
jpeg in matlab
- JPEG 是Joint Photographic Experts Group(联合图像专家小组)的缩写,是第一个国际图像压缩标准。JPEG图像压缩算法能够在提供良好的压缩性能的同时,具有比较好的重建质量,被广泛应用于图像、视频处理领域。本代码是JPEG图像压缩算法在MATLAB上实现(the method of image compression with JPEG implemented on MATLAB)
Jpeg
- 视音频课程作业,对视频抽帧,对单张图片进行yuv420采样、DCT变化、量化以及反量化、IDCT变化(Jpeg Encoding & Decoding)