搜索资源列表
获取AVI类型文件的信息
- 由于在Windows2000下右键点击RIFF (*.avi,*.wav) 类型的文件,在摘要里没有该文件的具体信息,所以我就编了一个小程序,用来显示该类型文件的信息。具体信息主要包含视频流和音频流信息。视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等。-in Windows2000 Right click RIFF (*. avi, *. wav)
AVI2YUV.rar
- 可将avi格式装换为yuv格式的软件,可以任意设置需要转换的帧数,支持cif,qcif两种格式。,Avi format can be loaded for yuv format for the software, can set up the need to convert frames to support the cif, qcif both formats.
AVITOBMP.rar
- 对未压缩的AVI视频文件进行解压,提取出所有帧,并将每帧保存为BMP图像格式.,For uncompressed AVI video files to extract, extract all the frames, each frame and save it as a BMP image format.
ScreenKinescope
- 实现屏幕录像 生成avi文件,解决丢帧问题。-Avi files generated for screen recording, dropped frames to solve the problem.
ScreenKinescope
- 用C#实现的录屏软件,录制为AVI格式。获取文件大小及帧数,然后输入开始帧数和结束帧数,单击“分割”按钮,即可分割该视频文件。-C# implementation with screen recording software, recording to AVI format. Get the file size and number of frames, and then enter the start and end frame number of frames, click the &quo
framecap
- avi格式文件转换为图片文件。该文件可以自行选择bmp或jpg格式,然后将avi视频的每一帧转换为相应格式的图片。-this program can convert the frames of the avi objects to pictures.
GrabBitmaps
- Improved DirectShow sample code - GrabBitmaps sample. This console app will open a long AVI file in the parent directory,create a filter graph with a sample grabber filter, read frames out of it every second for a few seconds, and write the frames
dxVideo
- This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats
Movie
- Makes a simple avi movie from a sequence of frames The user can control the display time of each frame. The movie is created in the same folder where this function is run. Usage: Inputs: name: root name of the framse filetype: .bmp , .j
VideoPlay
- 视频处理平台,可以打开avi文件,动态显示帧数,观察前一帧,后一帧等,可以再这上面进行后续开发-Video processing platform, you can open the avi files, dynamic display frames to observe the previous one, the latter one, could be something like that and then follow-up development
mmwrite
- 功能列表= mmwrite(文件名,选择... ...) mmwrite是能写的AVI,WMV,的WMA,ASF文件。对于AVI文件,您可以选择从现有的编解码器压缩的音频和视频流。 对于WMV,WMA和ASF的编码默认为16位的Windows Media 9率为44100Hz立体声为98%质量的音频和Windows媒体视频9 98 质量。质量可以指定音频和视频。 环绕声,似乎只与AVI和多通道编码不支持。编写任何其他文件类型不支持。本使用Win
keyFrame
- 从avi格式的视频中提取bmp格式的关键帧,以达到压缩空间的效果。-Avi video format from bmp format to extract the key frames to achieve the effect of compressed space.
saveFrame
- An OpenCV program to read a raw AVI video and save them as frames. Please configure the project s properties correctly to make the program compiles successfully.
Source-AVI-Info
- AVI info is a handy little tool that supplies many of the statistics that you may want to know about an AVI file, but are not really given by the standard windows properties viewer. Information such as, how many key frames there are, specifics of the
avi
- 本代码作为初学者,读取AVI电影(matlab能读的AVI电影难找),并提取关键祯,做差分-The code as a beginner, read AVI movie (matlab can read the AVI movie hard to find), and extract key frames, so differential
AVI_Extractor
- vb编写的从avi中提取帧的程序。可以选择显示任意一帧。-vb prepared to extract frames from avi program. You can choose to display any one.
extract-frame-from-avi-files
- code use to extract frames from avi files
frames to AVI
- this is a file to convert frames into AVI
VideoFromImages
- Demo macro to extract frames and get frame means from an avi movie and save individual frames to separate image files. Also computes the mean gray value of the color channels.- Demo macro to extract frames and get frame means from an avi movi
AVI2Images
- AVI2Images 读取指定的AVI视频文件,并把视频帧依次写入图像文件。-AVI2Images reads the specified AVI video files and write video frames to the image files in order.