CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - avi bmp

搜索资源列表

  1. avi视频转换为bmp(C++代码)

    2下载:
  2. 是原创的C++代码,可以将一个avi视频转换成bmp图像输出
  3. 所属分类:多媒体编程

    • 发布日期:2009-04-13
    • 文件大小:7689
    • 提供者:hellenwjr
  1. VC实现程序自动创建AVI/ WMV/ MOV电影视频源代码

    3下载:
  2. 本文及附件代码,展示了一种方法用以从一系列连续的HBitmaps中创建 (AVI / WMV / MOV)等格式的视频电影。比如,如果你想把一个目录里的所有.jpg或.bmp的静态图像做成一个视频,你就可以通过调用AppendNewFrame方法,把它们放到一个HBitmaps 数组里,如果你想在程序中产生(比如屏幕录像),你就可以WM_PAINT或者OnPaint()方法中把屏幕内容拷贝到HBitMaps数组,然后创建视频。
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-10-17
    • 文件大小:507846
    • 提供者:hot499034
  1. AVI to bmp

    0下载:
  2. 作者已经测试过,程序稳定,转换得到的图片序列存入C盘
  3. 所属分类:多媒体编程

  1. AVI to picture

    1下载:
  2. 使用C++从AVI获取帧图像
  3. 所属分类:Windows编程

  1. AVI.rar

    0下载:
  2. 实现对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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:3034321
    • 提供者:孟亮
  1. AVITOBMP.rar

    0下载:
  2. 对未压缩的AVI视频文件进行解压,提取出所有帧,并将每帧保存为BMP图像格式.,For uncompressed AVI video files to extract, extract all the frames, each frame and save it as a BMP image format.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4533613
    • 提供者:justus
  1. BMP2AVI

    0下载:
  2. 将一副副的BMP图片合并成标准windows avi文件 -Will be a deputy of the BMP images merged into the standard windows avi file will be a deputy of the BMP images merged into the standard windows avi file
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:9163
    • 提供者:yunshi
  1. BMP2AVI

    0下载:
  2. BMP 文件转为 AVI 文件 非常好非常实用的代码-BMP file to AVI file a very good very useful code
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-26
    • 文件大小:38907
    • 提供者:丁正伟
  1. avi2bmp_src

    0下载:
  2. convert a avi file to bmp image. -convert a avi file to bmp image.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:6277
    • 提供者:呓语
  1. AVI2BMP

    0下载:
  2. 实现avi视频流的读取,并定位存储图像(bmp格式)-Avi video stream to achieve the reading, and positioning the storage image (bmp format)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:399071
    • 提供者:wurui
  1. avi_player

    0下载:
  2. 用mcisendstring实现一个简单的播放AVI的播放器。可以定位到某一特定的帧,同时可以把该帧截图保存为一个bmp文件。-Mcisendstring with the player to achieve a simple AVI player. Can be targeted to a particular frame, the frame at the same time can be saved as a bmp screenshot file.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-10
    • 文件大小:1986337
    • 提供者:小林子
  1. effective_bmptoavi

    0下载:
  2. 在VC+2008实现BMP到AVI文件转换,封装了EASYBMPtoavi开源文件。-VC+2008 in the realization of BMP to AVI file conversion, open-source package the file EASYBMPtoavi.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:97111
    • 提供者:xuzhisheng
  1. avibmp

    0下载:
  2. bmp转AVI!非常好用! bmp转AVI!非常好用! -bmp to avi bmp to avibmp to avibmp to avibmp to avibmp to avibmp to avibmp to avi
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:段昌偉
  1. AviCreate

    0下载:
  2. 生成AVI文件的例子,可以选择一个目录,允许在同一文件内放一个wav声音文件,程序会将里面的所有bmp文件(要求是24位的)自动合成avi文件,wav文件会做为背景音乐。该例子虽不完善,但可以为avi的视频流及声音流的读写提供参考。-Examples of AVI file is generated, you can choose a directory that allows the same directory put a wav sound file, the program will b
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-28
    • 文件大小:10322127
    • 提供者:hw
  1. GrabBitmaps

    0下载:
  2. 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
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:2975
    • 提供者:SkySniper
  1. AVI_BMP

    0下载:
  2. avi <-> bmp convertor
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-30
    • 文件大小:32692
    • 提供者:max
  1. NeusoftMediaPlayer

    0下载:
  2. 本系统的功能主要包括:监视目录、主界面操作、图片文件播放、音频/视频文件播放。 1. 设定要监视的本地目录,在目录内有媒体文件的增加、删除、修改功能,更新目录文件信息。 2. 本地设定目录中包含音频文件的浏览和播放(需要支持mp3/wma)。 3. 本地设定目录中包含图片文件的浏览、预览和播放(需要支持jpg/png/bmp)。 4. 本地设定目录中包含视频文件的浏览和播放(需要支持wmv/avi/asf)。 5. 播放列表的各种操作 压缩包中还是此系统的软件工作文档,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9222132
    • 提供者:陈春
  1. BMPtoAVI

    0下载:
  2. 能够让一连串的 bmp改为 AVI,是一个很有启发性的AP-Bmp to be able to make a series of AVI, is a very instructive AP
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:26370
    • 提供者:tony
  1. AVI_BMP

    0下载:
  2. 这是本人写的一个小程序,实现了AVI转换为BMP,和BMP转换为AVI,并且实现了AVI的播放,请需要的朋友参考-This is a small program I wrote and realized the AVI converted to BMP, and BMP converted to AVI, and AVI playback achieved, please refer a friend in need
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-16
    • 文件大小:4149955
    • 提供者:孟子
  1. avi

    0下载:
  2. avi处理程序,可以读取AVI文件进行播放,并可对AVI文件进行黑白化和镜像处理,可以将AVI文件转化为BMP文件,并且可以将序列BMP文件转化为avi文件-avi handler can read the AVI file playback, and AVI files on the black and white and mirror processing AVI files can be converted to BMP files, and the sequence of BMP fil
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-12
    • 文件大小:2657824
    • 提供者:lxz
« 12 3 4 »
搜珍网 www.dssz.com