搜索资源列表
videoacquisition
- 从摄像头等视频输入设备获取视频,转换成avi格式保存。-from top video camera input device access video, convert avi format.
WVideoTS
- 自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264编码的前期工作。
YUVrgb
- 实现了图像格式yuy2到RGB24的转换,在视频采集中有着广泛的应用、
camera test 基于GTK的USB视频采集程序
- 这个测试程序很简单,功能就是将USB摄像头采集的数据显示在屏幕上。写这个程序的目的是熟悉usb摄像头的一些基本操作方法,为以后在开发板上编写视频采集程序打好基础。本测试程序包括两部分:一是视频采集部分,主要通过v4l2接口操作摄像头,将采集的视频帧存放在内存缓冲区。二是显示部分,将视频缓冲区的数据显示到屏幕上。因为摄像头采集回来的数据帧为YUV格式,不能直接显示,需要转换成RGB格式才可以显示在屏幕上。图形界面采用GNOME桌面环境下的GTK图形库。程序主要参考了v4l2视频采集例程captur
CSharp-video-convert
- C#视频转换源代码,实现多种视频格式的转换成AVI,mpeg格式-C# source code for video conversion, convert many video formats into AVI, mpeg format
camera_up
- Camera Interface模块是视频输入转换存储模块。该模块一端接通用的video camera设备,另一端接AHB总线。实现了将Camera捕捉到的数据进行转换、并通过DMA存储到memory中。该IP支持ITU-R BT 601/656 8-bit 模式。支持YCbCr, RGB格式输入。可以将camera产生的YCbCr信号转换成24bit RGB 信号,然后下采样生成16bit RGB 5:6:5的LCD能直接读取显示的数据。该设备支持图像的镜像和翻转,以便适应手持式设备在移动环境
3gpconv
- 用于手机视频转换,可以将电脑中不同的视频格式转化成手机视频3gp格式-Video conversion for mobile phones can be a different computer video formats into 3gp format for mobile video
Video_ConvertorA2.0
- 视频格式转换器代码。控制视频处理芯片ipc716,进行分辨率任意转换,包括XGA,WXGA,高清。是一个完整的工程文件。-Video format converter code. Control the video processing chip ipc716, for resolution of any change, including XGA, WXGA, HD. Is a complete project file.
spzh
- 最好用的汉化视频转换程序(total video converter),几乎可以转换成所有音、视频格式(当然包括手机上放映的格式哦),速度奇快。-Best to use the finished video conversion program (total video converter), convert almost all audio and video formats (including of course the phone shows the format of Oh), is
VideoGet
- 该程序用C++ vc2005编写,可实现摄像头的视频采集和avi到h264格式的压缩转换并播放-The program written with C++ vc2005, enabling camera video capture and compression formats avi to h264 convert and play
ppttovideo
- PPT转视频可以自动将PowerPoint文件及动画转换成视频文件。 输入文件格式:ppt文件 输出视频格式:flv,swf,wmv,mp4,mpg,mov 输出分辨率:720×540,640×480,352×288 -PPT PowerPoint can automatically transfer video files to convert video files and animation. Input file format: ppt file output video format:
moyingv2.0.0.3985
- 魔影视频格式转换工具,可以在多种视频格式间自由转换,使用非常方便。-Specter of video format conversion tool, you can freely switch between multiple video formats, easy to use.
YuvViewer
- 实现视频原始YUV数据的采集和播放,和视频格式的转换-To achieve a raw YUV video data acquisition and playback, and video format conversion
8bitYUV
- 使用 8 位 YUV 格式的视频呈现 颜色空间和色度采样率转换 本节提供了在 YUV 和 RGB 之间进行转换的指南,以及在某些不同 YUV 格式之间进行转换的指南。-8-bit YUV format video rendering color space and chroma sampling rate converter This section provides a guide for conversion between YUV and RGB as well as some diffe
testHK
- 海康网络设备解码及实现采集与现实,海康视频采集格式与opencv 处理视频格式的转换!-opencv study program intelligent system!
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
avi2img
- 改程序将avi格式的视频转换成图片序列,avi视频要求是无压缩的,保存的图片支持多种格式,如JPG,bmp,tif等,图片命名按照生成的顺序数字命名。-Reform program will convert avi format video picture sequence, avi uncompressed video requirement is to save the image to support a variety of formats, such as JPG, bmp, tif,
yuv2mov
- 在matlab环境下,将YUV视频格式转换为matlab可以处理的mov视频格式-In the matlab environment, the YUV video format conversion mov video format that can be processed for matlab
camerah264
- 本程序实现了摄像头的视频采集,并将yuyv格式转换为h264格式,程序包含x264库,makefile文件,可以直接make编译运行生成可执行文件-This program implements camera video capture and yuyv format to h264 format, the program contains x264 library, makefile files, you can make directly compile and run an executa