Welcome![Sign In][Sign Up]
Location:
Search - avi file open program

Search list

[Multimedia programAvi

Description: This sample shows how to build a color images sequence and how to read a sequence from an existing avi file. For the building, the user has to load multiple image files, select a codec, and build the sequence. For the retrieval of a sequence from an existing avi file, the user has to open an avi file, and retrieve it. The document holds an EC24Image to get the images before the building or after the retrieval, and an EImageSequence. Therefore, other compressed format than 24-bit are not yet supported by this program for retrieval.
Platform: | Size: 27012 | Author: magnilog | Hits:

[Multimedia DevelopAvi

Description: This sample shows how to build a color images sequence and how to read a sequence from an existing avi file. For the building, the user has to load multiple image files, select a codec, and build the sequence. For the retrieval of a sequence from an existing avi file, the user has to open an avi file, and retrieve it. The document holds an EC24Image to get the images before the building or after the retrieval, and an EImageSequence. Therefore, other compressed format than 24-bit are not yet supported by this program for retrieval.-This sample shows how to build a color images sequence and how to read a sequence from an existing avi file. For the building, the user has to load multiple image files, select a codec, and build the sequence. For the retrieval of a sequence from an existing avi file, the user has to open an avi file, and retrieve it. The document holds an EC24Image to get the images before the building or after the retrieval, and an EImageSequence. Therefore, other compressed format than 24-bit are not yet supported by this program for retrieval.
Platform: | Size: 26624 | Author: magnilog | Hits:

[Multimedia DevelopEx_MCI_aviplayer

Description: 编写一个AVI视频播放器程序,能够播放AVI视频文件。“文件”->“打开”菜单项,选择一个AVI文件,则程序在客户区的左上角创建一个MCIWnd窗口,并且窗口中已该AVI文件的首幅画面。按下MCIWnd窗口控制条中的“播放”按钮就开始播放该AVI文件。-The preparation of a procedure AVI video player that can play AVI video files. " File" -> " Open" menu item, select one AVI file, then program the upper left corner of the client area MCIWnd to create a window, and window of the AVI file has the first piece of the screen. Article MCIWnd control window press the " play" button on the AVI file to start playing.
Platform: | Size: 2139136 | Author: yijing | Hits:

[Multimedia DevelopDlgMCITest

Description: 使用MCI(媒体控制接口)制作的一个MFC程序,可以对AVI视频文件实现打开,播放,暂停,快进,快退等功能。-Use MCI (Media Control Interface) produced a MFC program, can achieve AVI video file open, play, pause, fast forward, rewind and other functions.
Platform: | Size: 48128 | Author: 刘建淋 | Hits:

[Streaming Mpeg4Chapter03

Description: VODDemo: 视频点播演示程序。一个服务器程序,一个客户机程序。服务器端 维持一个供点播的节目列表。客户机与服务器建立连接之后,可以得到服务器上 可供点播的节目列表,然后选择一个感兴趣的节目进行播放。目前支持点播的媒 体类型有MPEG1、MP3、MPEG2、AVI等。 Bin\VODServer.exe是服务器程序。 Bin\VODClient.exe是客户机程序。 FilterNetReceiver是一个实现了网络数据接收的模式Source Filter。Filter 的注册名为“HQ Net Receiver”。 打开VODDemo目录下的WsClientServer.dsw文件,可以同时浏览该目录下所有 项目。-VODDemo: video on demand demo. A server program, a client program. For on-demand server to maintain a list of programs. Client and server establish a connection, you can be available for on-demand programs on the server list, then select a program of interest to play. Demand of the media types currently supported are MPEG1, MP3, MPEG2, AVI and so on. Bin \ VODServer.exe is the server program. Bin \ VODClient.exe is the client program. FilterNetReceiver is a realization of a network data receive mode Source Filter. Filter registration name " HQ Net Receiver" . Open VODDemo directory WsClientServer.dsw file, you can also browse the directory of all projects.
Platform: | Size: 40287232 | Author: xiaok | Hits:

[Multimedia Developobject-tracking-particle-filter

Description: 1、本程序需要在dos下启动,否则程序默认打开E盘下一个叫做soccer.avi的视频文件,你可以将一个视频文件修改名称后,放在E盘下; dos下启动的方式是:进入本程序的目录下,输入"objecttracking E:\\……\\……\\***.avi"。本命令有两部分组成objecttracking 是我们的应用程序名, E:\\……\\……\\***.avi是你要打开的视频的全路径,注意是两个“\\”。 2、应用程序目录下,已经有所有的动态库,可直接运行程序。但是想编译源文件工程,需将里面的库复制到工程目录下。 3、希望对你的学习有所帮助, 祝好。-1, the program needs to start in dos, or the default program to open the next panel called soccer.avi E video file, you can modify the name of a video file, on the E-under dos way to start: Go This program directory, enter " objecttracking E: \ \ ... ... \ \ ... ... \ \***. avi" . This command has two parts objecttracking is our application name, E: \ \ ... ... \ \ ... ... \ \***. avi video you want to open the full path, note the two " \ \." 2, the application directory has all the dynamic library can be directly run the program. But would like to compile the source file project, to be inside the library will be copied to the project directory. 3, want to help you learn, I wish well.
Platform: | Size: 25538560 | Author: lew gate | Hits:

[Streaming Mpeg4avifileopenprogram

Description: 该程序基于DirectShow滤波器集成了一个能打开avi,mpeg,wmv等格式视频文件的类,对做视频分析的入门人员提供了很大的便利,可以获得每帧的原始数据来分析.-The program is based on integrating a DirectShow filter to open the avi, mpeg, wmv video file formats such as class, the entry of a video analysis provide a great convenience, can be obtained for each frame of the original data to analyze.
Platform: | Size: 1633280 | Author: idlerrf | Hits:

[Multimedia DevelopVC_ReadVideo

Description: 开发语言:VC++;开发环境:VC6.0; 支持AVI格式视频流; 按钮包括:打开AVI文件、播放、停止、继续;当点击“打开AVI文件”按钮选择本程序下的AVI视频,则在左边框中会显示视频所在的路径;当点击“播放”按钮会在视频窗口中出现一个选择区域框,为只处理区域框中数据服务;-Development languages: VC++ Development Environment: VC6.0 support AVI format video stream buttons include: open AVI files, play, stop, continue when you click " Open AVI File" button to select AVI video under this program, then left displayed in the video frame where the path When you click " Play" button will appear in the video window area a choice box, box to only deal with the regional data services
Platform: | Size: 4018176 | Author: 李焕梅 | Hits:

[FlashMXan1909347003

Description: 《轻松录屏》软件是一个简单实用的屏幕录像软件。可以将屏幕上动态变化的图像,鼠标运动轨迹以及同步语音录制到文件中,本软件采用自定义多媒体文件格式(*.csc)保存。可以使用本地播放器CscPlayer播放本地以".csc"结尾的屏幕录像文件。同时可以使用Web播放器CscPlay.htm打开远程屏幕录像文件。本软件操作简单。具有以下功能和特点: 1、将屏幕操作过程录制到文件中。 2、播放录制好的屏幕文件。 3、支持多种文件格式:FLV,SWF,SWF,AVI,WMV和轻松录屏格式csc 4、程序处于后台运行,不影响系统操作,暂用CPU少。 5、采用先进的动态屏幕压缩算法。录制后的文件很小。 6、推荐屏幕分辨率设置和区域录制: 800×600×16位色;800×600*32位色;1024×768×16位色;1024×768×32位色。 7、同步录音。 8、24小时连续录制,生成多个文件。 -The record screen "software is easy a simple and practical video screens software. Can the dynamic changes of the image on the screen, the mouse trajectory and synchronous voice recording to file, this software using the custom multimedia file format (CSC) store.*. Can use local players CscPlayer play with. "local" at the end of the video screen CSC documents. Also can use Web players CscPlay HTM. Open distance video screens files. This software is easy to operate. Has the following functions and features: 1, will screen operation process to record in a file. 2, played the recorded screen files. 3, support DuoZhong file format: FLV, SWF, AVI, WMV and SWF, easily record screen format CSC 4, program in the background, do not affect system operation, playing the CPU less. 5, the use of advanced dynamic screen compression algorithm. Documents after recording is very small. 6, and recommend screen resolution setting and regional record: 800 x 600 x 16 color 800
Platform: | Size: 432128 | Author: 黑糊糊 | Hits:

[VOIP programVODDemo

Description: 视频点播演示程序。一个服务器程序,一个客户机程序。服务器端 维持一个供点播的节目列表。客户机与服务器建立连接之后,可以得到服务器上 可供点播的节目列表,然后选择一个感兴趣的节目进行播放。目前支持点播的媒 体类型有MPEG1、MP3、MPEG2、AVI等。 Bin\VODServer.exe是服务器程序。 Bin\VODClient.exe是客户机程序。 FilterNetReceiver是一个实现了网络数据接收的模式Source Filter。Filter 的注册名为“HQ Net Receiver”。 打开VODDemo目录下的WsClientServer.dsw文件,可以同时浏览该目录下所有 项目。-Video-on-demand demo program. A server program and a client program. The server-side to maintain a supply-demand program list. Client and server to establish a connection, you can get a list of programs available for on-demand server, and then choose a program of interest to play. Support on-demand media types such as MPEG1, MP3, MPEG2, AVI. The Bin \ VODServer.exe server program. The Bin \ VODClient.exe client program. FilterNetReceiver is a network data reception mode, the Source Filter. The Filter the Registered called " HQ Net Receiver" . Open the VODDemo directory WsClientServer.dsw file, can browse the directory of all projects.
Platform: | Size: 80896 | Author: lanxiaoming | Hits:

[Other DatabasesHGMPersonalPlayer

Description: 这是一个简单的多媒体播放器源码主要功能是播放MP3运行程序,打开程序主界面, 多媒体播放器的主要功能是播放MP3、WAV、AVI、DAT、RM、RMVB格式的文件, 可以将单个播放文件及整个文件夹中的播放文件添加到列表中,并可以实现歌词滚动的效果 播放歌曲时,在歌曲文件中自动查找与该文件名匹配的.lrc歌词文件,如果有,则在右侧的 歌词窗口中显示歌词。该源码功能简单实用,可以作为一个日常的多媒体播放器使用。-This is a simple multimedia player source code main function is to play the MP3 to run the program, open the main program interface, The main function of multimedia player is playing MP3, WAV, AVI, DAT, RM, RMVB file format, The play the file and the folder in the playlist files added to the list, and can achieve the lyrics scrolling effect While the music is playing, the song files automatically find the file with the name matching the.Lrc lyrics file, if any, is on the right side of the Display lyrics lyrics window. The source function is simple and practical, can be used as a daily multimedia player.
Platform: | Size: 1363968 | Author: 黄俊 | Hits:

[Special EffectsAlper-Mean-Shift

Description: Mean shift的VC++算法实现,三通道都能实现,但是是按一定顺序实现的, open main.cpp and include all the .cpp and .h file in the project. - go to project then settings and then to debug, under working directory enter your directory where input.txt file is present, under program arguments, enter input.txt - the file input.txt contains your input path and other commands, complete input command structure is listed at the end of the file(also you can see my input commands as an example). the program works with uncompressed avi files. Other file formats have not been tested. -Note this mean shift operates in the grayscale color space(all 3 channels are used but they are used sequentially) open main.cpp and include all the .cpp and .h file in the project. - go to project then settings and then to debug, under working directory enter your directory where input.txt file is present, under program arguments, enter input.txt - the file input.txt contains your input path and other commands, complete input command structure is listed at the end of the file(also you can see my input commands as an example). the program works with uncompressed avi files. Other file formats have not been tested.
Platform: | Size: 2727936 | Author: 唐铁 | Hits:

[Graph program12_运动车辆检测跟踪系统

Description: 1.首先从文件菜单打开程序目录下的car.avi视频,系统将显示视频的第一帧。 2.点击背景提取菜单,稍后会提取出背景并显示在打开的第二个窗口中。 3.当提取出背景后,点击检测跟踪菜单,对车辆进行检测和跟踪。 4.点击轨迹绘制菜单,绘制车辆的轨迹。 注:由于使用OpenCV打开AVI视频文件需要视频解码器,故在程序运行前请在电脑上先安装DivX类型的的视频解码器,否则将出现无法打开文件的错误。本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。(First, open the CR. AVI video from the file menu and the system will display the first frame of the video. 2. Click on the Background extract menu and the background will be extracted later and displayed in the open second window. 3. When the background is extracted, click on the Test Tracking menu to test and track the vehicle. 4. Click on the trajectory drawing menu to map the trajectory of the vehicle. Note: Since a video decoder is required to open an AVI video file using OpenCV, install a DivX-type video decoder on the computer before the program runs, otherwise an error will occur that can not open the file. The program uses OpenCV2 .1, which requires five files to be copied to *, cv210. DLL, cvaux 210. DLL, cvcore 210. DLL, highgui 210. DLL, ML 210. DLL. Exe under executable.)
Platform: | Size: 2857984 | Author: woniu | Hits:

CodeBus www.codebus.net