CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DShow

搜索资源列表

  1. FindFile

    0下载:
  2. 转换C关于dshow的声明为masm32所用的程序,功能基本实现了。-Convert C dshow statement on the procedure used for the masm32 functional basic realization.
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:16338
    • 提供者:pmasonrose
  1. DShowEncoder

    0下载:
  2. DShow Encoder is a good examples to extract or list out codecs in your PC
  3. 所属分类:Windows编程

    • 发布日期:2013-12-09
    • 文件大小:23936
    • 提供者:orecast
  1. PCMChangeSample

    0下载:
  2. C++ filter 开发 通过ACM函数 实现音频采样率变换-C++ Dshow Changing the Audio samplerate through the ACM API
  3. 所属分类:DirextX

    • 发布日期:2017-05-19
    • 文件大小:5611862
    • 提供者:
  1. directshow-caputure-and-save

    0下载:
  2. directshow采集视频,实现dshow ISampleGrabberCB接口,可以捕获视频帧,并保存-This is a program using dshow to capture vedio and it realize to same vedio frame
  3. 所属分类:DirextX

    • 发布日期:2017-05-19
    • 文件大小:5486032
    • 提供者:lsh
  1. Multi-Camera-opencv-library

    0下载:
  2. opencv多摄象头库:支持dshow的视频采集设备,最多10个,通过回调产生24b的RGB位图。使用前请注册HYSnapshot,关于有些记录avi文件的参数,请忽略。使用方法请看demo 如果要挂接到opencv请创建一个24位的image,请一定注意将数据按行字节拷贝,-Multi-Camera opencv library: dshow video capture device supports up to 10, 24b of RGB bitmap generated by cal
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:78614
    • 提供者:徐达
  1. 3

    0下载:
  2. ffmpeg通过dshow驱动摄像头拍摄视频,并将视频转为h264格式,再添加到rtp流中。运行后生成*.sdp文件,拖入vlc播放器可以查看。运行时请将lib与include文件放到c盘下。本机环境为win8.1(x64) vs2013(x86)-ffmpeg dshow driven by the camera to shoot video, and video into h264 format, add it rtp stream. After running the generated*
  3. 所属分类:Video Capture

    • 发布日期:2017-06-17
    • 文件大小:26232053
    • 提供者:卢涛
  1. DirectShow

    0下载:
  2. 從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\
  3. 所属分类:Video Capture

    • 发布日期:2017-06-09
    • 文件大小:16157025
    • 提供者:黃聖雄
  1. Detecter

    0下载:
  2. 行人检测程序,基于dShow和Opencv2.4.9读取视频文件或者摄像机视频数据,对每一帧图像进行行人检测-Pedestrian detection program, based dShow and Opencv2.4.9 read video files or video camera video data, each frame image for pedestrian detection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:5773621
    • 提供者:wang min
  1. CamerHunter

    0下载:
  2. window下使用.net捕获摄像头,引用了dshow.dll和AForge的dll实现功能。包含截屏功能,保存图片,保存录像功能-By using .net indow capture camera, cited dshow.dll and AForge achieve the dll function. Features include screenshots
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:216768
    • 提供者:杜光
  1. BPlayer

    0下载:
  2. 视频显示模块接口,封装了dshow接口,可以直接调用使用-Video display module interface, encapsulates the dshow interface, can be directly invoked using
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-06-14
    • 文件大小:21674171
    • 提供者:123456
  1. CameraVCTest

    0下载:
  2. VC使用DShow打开摄像头,截屏保存图片-VC use DShow open the camera, screenshots save pictures
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1114417
    • 提供者:weng
  1. DirectShowSDK_Develop

    0下载:
  2. DirectShow学习笔记,VC下如何设置dshow的开发环境,相关dshow的开发讲解-DirectShow study notes, how to set up the VC dshow development environment, the development of related explanations dshow
  3. 所属分类:Video Capture

    • 发布日期:2017-04-10
    • 文件大小:1363570
    • 提供者:赵天文
  1. DrectDraw

    0下载:
  2. 自己编写好的用DShow播放视频的类,很好用,不多说了。-I have written a good class to play video with DShow, very good, not much to say.
  3. 所属分类:DirextX

    • 发布日期:2017-04-15
    • 文件大小:7958
    • 提供者:wulicheng
  1. ComDemo

    0下载:
  2. 曾几,想写一个COM组件的helloworld(也就是好奇心,想了解一下细节,至今我还没什么地方需要使用这个,dshow过滤器开发,DXSDK中已经包装好了一些辅助函数,也不需要自己去写COM 组件的实现部分)。每次都是跟着书上的步奏(都是从简化模型一步一步往COM组件模型靠拢),有点繁琐,没能坚持下去,多次未果。 这次,终于在百度的帮助下,完成了这个helloworld的心愿。 歌颂百度,此处略过1000字- ignored
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:14261
    • 提供者:朱洪祥
  1. filter.CompressDTS

    0下载:
  2. 把PCM音频流保存为DTS文件的dshow过滤器;-Save the PCM audio stream to DTS file dshow filter
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-11
    • 文件大小:2448365
    • 提供者:夏永明
  1. filter.NvHwEncHevc

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

    • 发布日期:2017-05-09
    • 文件大小:1901933
    • 提供者:夏永明
  1. DSHOW_Class

    0下载:
  2. DSHOW_Class 请参看压缩包内的东西,只是一个封装DShow的视频操作类,实际编译请安装dshow的SDK,同时需要自己下载视频编解码器,否则无法使用。改代码是在网上找的,经过了优化。-DSHOW_Class see things compressed within the package, but a package DShow class video operation, the actual compiler install dshow the SDK, also need to
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-04
    • 文件大小:4633
    • 提供者:wangtao
  1. DshowDemo

    0下载:
  2. 使用VC6.0开发简单调用DSHOW驱动相机取图-VC6.0 C++ DShow Drvier Camera Get Picture
  3. 所属分类:DirextX

    • 发布日期:2017-05-11
    • 文件大小:2312588
    • 提供者:luan
  1. icquisition

    0下载:
  2. 使用DShow采集摄像头图像并预览,熟悉一下Filter的使用,希望对大家有用-Use DShow acquisition camera images and preview, familiar with the use of the Filter, hope useful for everyone
  3. 所属分类:Network Security

    • 发布日期:2017-05-05
    • 文件大小:71262
    • 提供者:xuykbh
  1. hopz

    0下载:
  2. 使用DShow采集摄像头图像并预览,熟悉一下Filter的使用,希望对大家有用-Use DShow acquisition camera images and preview, familiar with the use of the Filter, hope useful for everyone
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-20
    • 文件大小:71680
    • 提供者:bemugmer
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com