Welcome![Sign In][Sign Up]
Location:
Search - avi to g

Search list

[Video CaptureDirectShowVMR9_src

Description: This source code describes how to dynamically mix two video files (.mpeg, .mpg, .avi and .dat). Mixing involves alpha-blending and stretching/shrinking and positioning of the two video streams, individually, using DirectShow s VMR9 filter. -This source code describes how to dynamica lly mix two video files (. mpeg,. mpg. . avi and. dat). Mixing involves alpha-blendin g and stretching / shrinking and positioning of the two video streams, individually, s VMR9 using DirectShow filter.
Platform: | Size: 12663 | Author: 徐习文 | Hits:

[Other resourceEasyBMPtoAVI_0.54_console-source

Description: EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Platform: | Size: 13359 | Author: deeply2000 | Hits:

[Video CaptureDirectXCaptureClassLibrary

Description: This article presents a class library for capturing audio and video to AVI files in .NET. Some of the features of this library: List and select hardware devices Access to common audio and video settings (e.g. frame rate, size) Supports audio and video compression codecs Supports video preview Supports TV tuners Supports crossbars and audio mixers Retrieve device capabilities Show property pages exposed by drivers MSDN-style documentation included 这是一个.NET类库,用于捕获音频和视频数据到avi文件中。
Platform: | Size: 433504 | Author: 成东 | Hits:

[Video CaptureDirectShowVMR9_src

Description: This source code describes how to dynamically mix two video files (.mpeg, .mpg, .avi and .dat). Mixing involves alpha-blending and stretching/shrinking and positioning of the two video streams, individually, using DirectShow s VMR9 filter. -This source code describes how to dynamica lly mix two video files (. mpeg,. mpg. . avi and. dat). Mixing involves alpha-blendin g and stretching/shrinking and positioning of the two video streams, individually, s VMR9 using DirectShow filter.
Platform: | Size: 12288 | Author: 徐习文 | Hits:

[Picture ViewerEasyBMPtoAVI_0.54_console-source

Description: EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Platform: | Size: 13312 | Author: deeply2000 | Hits:

[Video CaptureDirectXCaptureClassLibrary

Description: This article presents a class library for capturing audio and video to AVI files in .NET. Some of the features of this library: List and select hardware devices Access to common audio and video settings (e.g. frame rate, size) Supports audio and video compression codecs Supports video preview Supports TV tuners Supports crossbars and audio mixers Retrieve device capabilities Show property pages exposed by drivers MSDN-style documentation included 这是一个.NET类库,用于捕获音频和视频数据到avi文件中。-This article presents a class library for capturing audio and video to AVI files in. NET. Some of the features of this library: List and select hardware devices Access to common audio and video settings (eg frame rate, size) Supports audio and video compression codecs Supports video preview Supports TV tuners Supports crossbars and audio mixers Retrieve device capabilities Show property pages exposed by drivers MSDN-style documentation included This is a. NET class library for capturing audio and video data to avi file.
Platform: | Size: 433152 | Author: 成东 | Hits:

[Mathimatics-Numerical algorithmshuffman_src

Description: I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
Platform: | Size: 7168 | Author: 毛磊 | Hits:

[Picture Vieweravi_to_gif

Description: 用matlab编写的将avi格式转化为gif格式的图像的小程序~-Will be prepared to use matlab format avi into gif image format applet ~
Platform: | Size: 1024 | Author: 何洪举 | Hits:

[Multimedia DevelopDirectXCapture2

Description: 一个捕捉视频和音频到AVI文件的.NET类库。 功能特性包括:1.列举硬件。2.音视频设置接口(例如帧率,画面大小)。3.支持音视频解压。4.视频预览。5.支持电视调谐器。6. 支持交叉和音频混合器。7.检索设备的能力。8.查看驱动属性页。9.包含一个msdn风格文档。-A .NET class library for capturing video and audio to AVI files. This article presents a class library for capturing audio and video to AVI files in .NET. Some of the features of this library: List and select hardware devices Access to common audio and video settings (e.g. frame rate, size) Support audio and video compression codecs Support video preview Support TV tuners Support crossbars and audio mixers Retrieve device capabilities Show property pages exposed by drivers MSDN-style documentation included
Platform: | Size: 194560 | Author: Jim Wong | Hits:

[DirextXmpts_cut_play

Description: mpts做为多节目流,较单节目流切割,指定时间切割多节目流较复杂。这是仿照格式工厂 业余时间做的。但是时间问题,没有继续下去,很粗糙拿出来只为共同学习。用directshow实现播放器的功能,文件切割部分在第二个压缩包里。 1、指定开始和结束时间 是在mpts2spts.cpp 程序中指定的 ,当时只是作为测试,没有在参数中给定。 2、手上码流不多,测试不严密,测过 几个 mpts 和 几个 spts。 3、mfc_player 播放 只是 熟悉directshow,没有其他功能。 4、指定的播放文件在 test_mfc_playDlg.cpp文件 中 hr = pGraphBuilder->RenderFile(L"g:\\123.avi", NULL)处修改 -As many programs MPTS flow, a single program flow cutting, cutting the appointed time more complex program flow. This is modeled on a format factory spare time to do. But time problem, not continue, very rough out only to learn together. The function of the player with directshow realize, cutting in the second part of the file compression bag.
Platform: | Size: 2783232 | Author: easonwang | Hits:

CodeBus www.codebus.net