CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dshow.h
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - dshow.h - List
[
Other resource
]
mp3play
DL : 0
非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\\WINCE500\\pubilc\\directx\\SDK\\INC D:\\WINCE500\\pubilc\\common\\SDK\\INC D:\\WINCE500\\pubilc\\common\\OAK\\INC D:\\WINCE500\\pubilc\\common\\DDK\\INC 2. >Library files D:\\WINCE500\\PUBLIC\\DIRECTX\\SDK\\LIB\\MIPSII\\RETAIL D:\\WINCE500\\PUBLIC\\COMMON\\SDK\\LIB\\MIPSII\\RETAIL D:\\WINCE500\\PUBLIC\\COMMON\\OAK\\LIB\\MIPSII\\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include \"stdafx.h\" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行
Update
: 2008-10-13
Size
: 1.5mb
Publisher
:
lzy
[
Special Effects
]
directshow
DL : 0
使用directshow必须include的三个头文件:dshow.h qedit.h atlbase.h
Update
: 2008-10-13
Size
: 45.19kb
Publisher
:
北北
[
Audio program
]
A_LAW(u_LAW)PCM
DL : 0
线型PCM与A律和u律对数PCM相互转换的C++代码。-A linear PCM with the law and the law on several u PCM conversion of C code.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
周金喜
[
Windows CE
]
mp3play
DL : 0
非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行 -Very suitable for embedded mp3 player, such as the console! Attention Readme.doc bag to see the detailed process of compression, in the ARM and MIPS adopted a new wce application, choose a simple windows ce application in 1.tool-
Update
: 2025-02-17
Size
: 1.5mb
Publisher
:
lzy
[
Special Effects
]
directshow
DL : 1
使用directshow必须include的三个头文件:dshow.h qedit.h atlbase.h-Use DirectShow must include the three header files: dshow.h qedit.h atlbase.h
Update
: 2025-02-17
Size
: 45kb
Publisher
:
北北
[
DirextX
]
dshow
DL : 0
DirectShow所需要的所有头文件和库 对于新手非常有用~-DirectShow need all the headers and libraries are very useful for the novice ~
Update
: 2025-02-17
Size
: 128kb
Publisher
:
hebei
[
DirextX
]
Dshow.h
DL : 0
虽然内容很小,只有几KB吧,但是还是很有用的!!利用VC6进行DirectShow编程时的环境设置解决方法!!这是我继上一个解决Streams.h头文件解决方法后的又一次上传-Although it is very small, only a few KB bar, but it is still very useful! ! Use VC6 for DirectShow programming environment settings when the solution! ! This is my last one, following a solution to solve Streams.h header file after the upload again
Update
: 2025-02-17
Size
: 3kb
Publisher
:
lixiaojin
[
Video Capture
]
DirectShow.h-Dshow
DL : 0
VC6+DirectShow环境编译通过有困难的人,或在想用流媒体来实现视频监控各方面功能的时候,这个无疑是你必须经过的门槛,关于解决DirectShow.h头文件的新一种方法-VC6+ DirectShow environmental compiled through difficulties, or those who are not familiar with multi-media programming, in the want to use streaming media to all aspects of video surveillance capabilities to achieve the time, this is no doubt that you must pass the threshold, on the settlement of streams.h header file with a new way, right here, you can try the next, got to do something, you' ll know
Update
: 2025-02-17
Size
: 3kb
Publisher
:
李孝进
[
Video Capture
]
WlanVideo
DL : 0
Capture Video from Webcam
Update
: 2025-02-17
Size
: 89kb
Publisher
:
Gokul P
[
Special Effects
]
VideoDShow
DL : 0
视频质量诊断界面,程序中使用到Dshow.h等文件,需要安装DirectX 9.0b SDK Setup.rar,该程序用于视频质量诊断系统,可以播放mpg、aiv文件等-videoplay source
Update
: 2025-02-17
Size
: 5.69mb
Publisher
:
王杰
[
Multimedia Develop
]
PlayCap
DL : 0
采用window的SDK ,使用VC6.0 采用C++写的一段 DirectShow sample code。 适合USB摄像头,需要一些头文件。如下: #include <atlbase.h> #include <windows.h> #include <dshow.h> #include <stdio.h>-With window of the SDK, use the VC6.0 C++ written by a DirectShow sample code. For USB camera, need some header files. As follows:# include <atlbase.h># Include <windows.h># Include <dshow.h># Include <stdio.h>
Update
: 2025-02-17
Size
: 14kb
Publisher
:
danis
[
Streaming Mpeg4
]
DirectShow
DL : 0
基于DirectShow实现的VC 视频捕获程序,注意请准备好DirectShow的相关文件,比如dshow.h等文件,如果没有的话,请到网上先下载,不然无法编译通过,项目在VC++6.0下测试通过-Based the DirectShow implementation VC video capture program, note ready DirectShow related documents, such as dshow.h and other documents, if not, please go online first download, or not compile project VC++6.0 under test by
Update
: 2025-02-17
Size
: 35kb
Publisher
:
葛伟
[
Video Capture
]
DirectShow
DL : 0
從DirectX SDK 9.0b 單獨取出DirectXShow:安裝SDK後,可參考C:\DirectShow\Capture目錄下AMCap例子的設置,主要如下: 1、 project->setting,在c++選項卡,分類->Preprocess附加包含路徑 C:\DirectShow\BaseClasses。 2、 link選項卡,分類->general對像/庫模塊: C:\DirectShow\BaseClasses\Debug_Unicode\strmbasd.lib quartz.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib winmm.lib msacm32.lib olepro32.lib oleaut32.lib advapi32.lib uuid.lib strmiids.lib; 3、 Link選項卡,分類->input附加庫路徑 C:\DirectShow\Lib 4、stdafx.h 中包含頭文件#include <DShow.h>,若要捕捉圖片,還要#include "Qedit.h" -Remove from the DirectX SDK 9.0b alone DirectXShow: After installing SDK, refer to the C: \ DirectShow \ Capture directory AMCap setting examples, mainly as follows: 1, project-> setting, in c++ tab, Category-> Preprocess additional include path C: \ DirectShow \ BaseClasses. 2, link tab, classification-> general object/library modules: C: \ DirectShow \ BaseClasses \ Debug_Unicode \ strmbasd.lib quartz.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib ole32.lib winmm.lib msacm32.lib olepro32.lib oleaut32.lib advapi32.lib uuid.lib strmiids.lib 3, Link tab, Category-> input additional library path C: \ DirectShow \ Lib 4, stdafx.h contains header files# include <DShow.h>, to capture images, but also# include "Qedit.h"
Update
: 2025-02-17
Size
: 15.41mb
Publisher
:
黃聖雄
[
Multimedia Develop
]
filter.NvHwEncHevc
DL : 0
把NV12视频流压缩为HEVC(H.265)文件的Dshow过滤器(必须使用Nvidia-MaxWell-2代的硬件加速功能);经过实测,480P视频节目的压缩速度是10倍于播放速度,1080P视频节目的压缩速度是3倍于播放速度;-A Dshow filter for compress NV12 video stream into HEVC (H.265) file, (must use the Nvidia-MaxWell-generation2 hardware acceleration) through the field, 480P video program compression speed is 10 times the playback speed, 1080P video program compression speed is 3 times the playback speed
Update
: 2025-02-17
Size
: 1.81mb
Publisher
:
夏永明
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.