Location:
Search - DirectX avi
Search list
Description: directx 全屏播放AVI
只有基本代码,时候初学-directx full-screen broadcast AVI only basic code, the time when a
Platform: |
Size: 1573 |
Author: 礼拜 |
Hits:
Description: < 绿林卫士>>是作者在97年,临近大学毕业的时候开发的,当时国内盛行红警,游戏开发行业才刚刚开始。虽然本游戏在98年初参加ENIX全球大赛获优胜奖,但很多设计思想还不成熟。不过对于想入门入门开发游戏的程序爱好者来说这是个不错的参考。
本游戏利用了当时刚推出的DirectX 2D和DirectSound技术。
由于动画太大,程序略去了Avi文件,请启动程序后按ESc键进入菜单。
Platform: |
Size: 7556522 |
Author: 洋溢 |
Hits:
Description: 本电影播放器可以播放AVI,MOV.MPG,MPGEG格式的电影文件,使用DirectDraw进行多媒体编程,DirectDraw是DirectX的核心模块,
DirectX是windows用于多媒体开发,特别是游戏开发的一套SDK.
Platform: |
Size: 66731 |
Author: 新建 |
Hits:
Description: A simple media player.
This program plays some audio/video ( .avi , MPEG, MP3..) files. It uses DirectX 9.0 to play media files.
Platform: |
Size: 47509 |
Author: Gary |
Hits:
Description: 里面是一个avi播放器,用mfc控件开发得,用来向新手展示mfc控件如何操作,有参考价值!-avi players, with mfc control of development, used to display mfc novice how to operate the controls, the reference value!
Platform: |
Size: 51200 |
Author: lzd |
Hits:
Description: directx avi display and com application-DirectX application display and com
Platform: |
Size: 14336 |
Author: 招贸 |
Hits:
Description: directx 全屏播放AVI
只有基本代码,时候初学-directx full-screen broadcast AVI only basic code, the time when a
Platform: |
Size: 1024 |
Author: 礼拜 |
Hits:
Description: 本电影播放器可以播放AVI,MOV.MPG,MPGEG格式的电影文件,使用DirectDraw进行多媒体编程,DirectDraw是DirectX的核心模块,
DirectX是windows用于多媒体开发,特别是游戏开发的一套SDK.-The movie player can play AVI, MOV.MPG, MPGEG format movie file, the use of DirectDraw for multimedia programming, DirectDraw is DirectX the core module, DirectX is a windows for multi-media development, in particular a set of game development SDK.
Platform: |
Size: 66560 |
Author: 新建 |
Hits:
Description: A simple media player.
This program plays some audio/video ( .avi , MPEG, MP3..) files. It uses DirectX 9.0 to play media files.
Platform: |
Size: 47104 |
Author: Gary |
Hits:
Description: < 绿林卫士>>是作者在97年,临近大学毕业的时候开发的,当时国内盛行红警,游戏开发行业才刚刚开始。虽然本游戏在98年初参加ENIX全球大赛获优胜奖,但很多设计思想还不成熟。不过对于想入门入门开发游戏的程序爱好者来说这是个不错的参考。
本游戏利用了当时刚推出的DirectX 2D和DirectSound技术。
由于动画太大,程序略去了Avi文件,请启动程序后按ESc键进入菜单。-<Greenwood defender>> is a writer in 97 years, when graduating from college near the development, when the prevalence of domestic红警, game development industry has just begun. Although the game early in the 98 to participate in the Global Competition by Enix prize, but many are not yet ripe for design ideas. But like the development of entry-entry procedures for the game lovers, this is a good reference. The game made use of then newly introduced technology DirectX 2D and DirectSound. As a result of too much animation, the program omits the Avi file, please start the process by the ESC key to enter the menu.
Platform: |
Size: 7220224 |
Author: cbsquan |
Hits:
Description: DirectX.Capture
A .NET class library for video and audio capture to AVI files.
Demo:
If you downloaded the demo application run:
CaptureTest\bin\Release\CaptureTest.exe-DirectX.Capture
A .NET class library for video and audio capture to AVI files.
Demo:
If you downloaded the demo application run:
CaptureTest\bin\Release\CaptureTest.exe
Platform: |
Size: 169984 |
Author: uiui |
Hits:
Description: DirectX.Capture, A .NET class library for video and audio capture to AVI files. Copyright (c) 2003 Brian Low
Platform: |
Size: 304128 |
Author: hong |
Hits:
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:
Description: 基于directshow的avi视频采集,directshow开发初学都可参考!
环境:directx 9.0c,vs2005-Directshow based on the avi video capture, directshow can refer to the development of learning! Environment: directx 9.0c, vs2005
Platform: |
Size: 3647488 |
Author: alongkou |
Hits:
Description: 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 besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs. -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 besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
Platform: |
Size: 17408 |
Author: marwa |
Hits:
Description: Playing AVI Files using DirectX 9 with C# and .NET
Platform: |
Size: 113664 |
Author: Khaled |
Hits:
Description: DirectX Avi Player Le Trung Dung
Platform: |
Size: 880640 |
Author: kieusadaicac |
Hits:
Description: 功能列表= mmwrite(文件名,选择... ...)
mmwrite是能写的AVI,WMV,的WMA,ASF文件。对于AVI文件,您可以选择从现有的编解码器压缩的音频和视频流。
对于WMV,WMA和ASF的编码默认为16位的Windows Media 9率为44100Hz立体声为98%质量的音频和Windows媒体视频9 98
质量。质量可以指定音频和视频。
环绕声,似乎只与AVI和多通道编码不支持。编写任何其他文件类型不支持。本使用Windows的DirectX基础设施,以便其他操作系统是出于运气。
输入:
    文件名:这一定是第一个参数,并指定文件名写。
    影片结构:视频结构相匹配的mmread输出。在最低限度,必须有4个领域的“框架”,“时代”,“高度”和“宽度”。该“框架”字段必须是一个结构与一个字段数组“的CDATA”的原始框架,它包含由彩色编码的数据宽度高度(3)UINT8s。钍-function list = mmwrite(filename,...options...)
mmwrite is able to write AVI,WMV,WMA,ASF files. For AVI files you can choose from the available codecs to compress the audio and video streams.
For WMV,WMA and ASF the encoding defaults to Windows Media 9 44100Hz 16bit stereo 98 quality for the audio and Windows Media 9 Video with 98
quality. The quality can be specified for both audio and video.
Surround sound only seems to work with AVI and multi-pass encoding is not supported. Writing any other file type is not supported. This uses Windows DirectX infrastructure, so other OSs are out of luck.
INPUT:
filename: This must be the first parameter and specifies the filename to write.
video structure: The video structure matches the output of mmread. At a minimum it must have 4 fields "frames", "times", "height" and "width". The "frames" field must be a struct array with a field "cdata" that contains the raw frame data encoded as height by width by color(3) as UINT8s. Th
Platform: |
Size: 113664 |
Author: zaaa |
Hits:
Description: C#通过使用DirectX制作的avi视频
播放器-C# through the use of avi video DirectX production
Platform: |
Size: 6144 |
Author: 岑先生 |
Hits:
Description: This a simple media player application suports all types that you computer can play it actually search for a render device.
Well i can play all files i want (Even mpg and avi a small window pops up with the screen).
It usses Quartz DLL that belongs to DirectX (don t get mad if this is not the case :P).
So actually its a DirectX mp3 player well atleast thats where i builded this project for but it came out that it olmost renders all atm it renders : *.wav, *.mp2, *.mp3, *.bmp, *.jpg, *.mpg, *.avi *.mid
Hope you find this use full.-This is a simple media player application suports all types that you computer can play it actually search for a render device.
Well i can play all files i want (Even mpg and avi a small window pops up with the screen).
It usses Quartz DLL that belongs to DirectX (don t get mad if this is not the case :P).
So actually its a DirectX mp3 player well atleast thats where i builded this project for but it came out that it olmost renders all atm it renders : *.wav, *.mp2, *.mp3, *.bmp, *.jpg, *.mpg, *.avi *.mid
Hope you find this use full.
Platform: |
Size: 5120 |
Author: guarumo |
Hits: