搜索资源列表
VC实现程序自动创建AVI/ WMV/ MOV电影视频源代码
- 本文及附件代码,展示了一种方法用以从一系列连续的HBitmaps中创建 (AVI / WMV / MOV)等格式的视频电影。比如,如果你想把一个目录里的所有.jpg或.bmp的静态图像做成一个视频,你就可以通过调用AppendNewFrame方法,把它们放到一个HBitmaps 数组里,如果你想在程序中产生(比如屏幕录像),你就可以WM_PAINT或者OnPaint()方法中把屏幕内容拷贝到HBitMaps数组,然后创建视频。
avitojpg
- 从avi文件获取jpeg图像,并保存-Avi files from jpeg images to obtain and keep
avi_decode
- avi文件分解成jpg图片,VC++ 6.0环境-avi files into jpg picture, VC++ 6.0 Environment
AVI
- 这个程序可以实现将某个文件夹内的“JPG”或“BMP”图片转成AVI视频文件, 如果想转换“其它格式的图片文件”只要添加一些代码即可。 -This process can realize will be a folder inside the " JPG" or " BMP" picture into AVI video file, if you want to convert " other format image file" A
framecap
- avi格式文件转换为图片文件。该文件可以自行选择bmp或jpg格式,然后将avi视频的每一帧转换为相应格式的图片。-this program can convert the frames of the avi objects to pictures.
avitojpgorbmp
- 把一段avi视频转换为多幅jpg文件。适合数据分析使用-The period of avi video into a number of jpg files. Suitable for the use of data analysis
ATViewer2.7
- 支持版本:Delphi 5-2009, C++Builder 5-2009 ATViewer特性: Text, Binary, Hex, Unicode:所有文件,无大小限制 RTF, UTF-8: Image:支持格式,BMP, JPG, ICO, GIF, PNG, WMF, TGA等 Multimedia:可以被Windows Media Player支持的格式,AVI, MPEG, WMV, MP3 Internet:可以被MS Internet Explorer
OpenCv_Ex18
- 在VC++下利用OPENCV对各种视频硬件获取的数据进行保存,可以自己定义通用的保存格式,如AVI,JPG-In VC++ under the use of a variety of video hardware OPENCV access to data preservation, can save the definition of common formats such as AVI, JPG
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
JpgView
- 用vc编程的一jpg文件查看程序, 实现jpg文件的图像显示- JpgView
NeusoftMediaPlayer
- 本系统的功能主要包括:监视目录、主界面操作、图片文件播放、音频/视频文件播放。 1. 设定要监视的本地目录,在目录内有媒体文件的增加、删除、修改功能,更新目录文件信息。 2. 本地设定目录中包含音频文件的浏览和播放(需要支持mp3/wma)。 3. 本地设定目录中包含图片文件的浏览、预览和播放(需要支持jpg/png/bmp)。 4. 本地设定目录中包含视频文件的浏览和播放(需要支持wmv/avi/asf)。 5. 播放列表的各种操作 压缩包中还是此系统的软件工作文档,
Avay22
- Creates avi files from a series of images (bmp, gif, jpg). I started making stop motion animation with legos and needed a way to create the avi file, so here it is. It doesn t save audio just video, if anyone can add audio, do it and upload it here.
AVI2JPG
- The sources can be used to effectively convert Avi files to JPG files
beta7_jpgtoavi_updata
- jpg to avi 在arm上运行成功程序-jpg to avi program in arm
JpgToAvi
- create a avi video with some jpg pictures
JpgToAvi
- 批量将jpg图片转换为avi,jpg压缩内容更小-This is the author wrote a small category, for the integration of a series of jpeg file conversion to avi
avi转jpg
- avi转jpg, 只依赖c标准库,vc打开即可 avi转jpg, 只依赖c标准库,vc打开即可
JPGs-to-AVI-2.0-Source
- this program converts the JPG files into a video file that is AVI.
luvcview-2015-06-26
- 修改版v4l2源码,支持pc及arm平台,可以生产jpg图片和avi视频。-Modified version v4l2 source to support the pc and arm platform, can produce avi jpg pictures and videos.
avi-movie-to-Image-
- 可以很好地将avi个格式的视频文件转换至jpg格式的图像文件。-It can transform avi format video file to jpg format picture files vey well.