码迷,mamicode.com
首页 >  
搜索关键字:directshow    ( 112个结果
ffmpeg dshow
[dshow @ 00000261ad91cd00] DirectShow video device options (from video devices)[dshow @ 00000261ad91cd00] Pin "捕获" (alternative pin name "0")[dshow @ ...
分类:其他好文   时间:2021-05-24 05:05:04    阅读次数:0
[WPF 学习] 18. 摄像头(肢解DirectShow)
公司的产品需要人脸比对,摄像头相关的需求如下(突然发现除了英文不太好外,实际上中文也不太好,所以直接上一个接口) using System; using System.Drawing; using System.Windows.Media; namespace YK { public enum EC ...
分类:Windows程序   时间:2021-02-08 12:29:07    阅读次数:0
Delphi的DirectShow开发概述
第一部分:背景知识 DirectShow是微软公司提供的一套在Windows平台上进行流媒体处理的开发包,与DirectX开发包一起发布。它经过DirectX 6.0中的DirectX Media发展而来,集成了DirectX家族中的其他成员(DirectDraw、DirectSound等),可以说 ...
分类:Windows程序   时间:2021-01-29 11:47:39    阅读次数:0
window平台音视频技术栈简单梳理
音频捕获 CoreAudio 音频编解码 pcm opus aac flac speex 音频播放 CoreAudio XAudio2 DirectSound 视频捕获 gdi d3d9 dxgi nvfbc directshow mediafoundation 各种hook 视频编码 nvenc ...
分类:Windows程序   时间:2020-11-19 12:33:29    阅读次数:22
扯蛋的密码规则
原文: Password Rules Are Bullshit 作者: Jeff Atwood 译者:陆其明,爱奇艺公司技术总监,拥有10多年的软件技术研发和管理经验。已经出版的著作有《DirectShow开发指南》、《DirectShow实务精选》、《Windows Media编程导向》、《脚本驱 ...
分类:其他好文   时间:2020-01-30 23:19:59    阅读次数:147
C# 利用AForge.NET开源类库实现 图像素描效果
引入DLL:using AForge.Imaging; using AForge.Imaging.Filters; //using AForge.Video.DirectShow;可以使用摄像头图像代码: using System; using System.Collections.Generic;... ...
分类:Windows程序   时间:2019-11-04 15:49:24    阅读次数:107
C# 基于Directshow.Net lib库 USB摄像头使用DirectShow.NET获取摄像头视频流
https://blog.csdn.net/u010118312/article/details/91766787 https://download.csdn.net/download/u010118312/11238555 https://github.com/wanglong/DirectSho ...
分类:Windows程序   时间:2019-08-30 15:59:24    阅读次数:370
MeGui原滤镜使用心得
MeGui压缩高清视频时,需使用到一些滤镜,使用中注意以下几点:一、H264编码的高清视频,建议使用tsRemux,将视频、音频、字幕全部分解,然后使用DGAVCindex对视频进行处理,生成Project文件,然后使用DGAVCdec.dll插件和SupTitle插件对视频进行压缩,最后添加音轨即可。二、VC1编码的高清视频,建议使用DDS2滤镜,DirectShow设置好后,源文件为m2ts文
分类:其他好文   时间:2019-01-11 18:55:27    阅读次数:441
手机直播系统偶尔会需要到的:Windows 下视频采集技术
Windows下视频采集的方法 在 Windows 下主要有两种方法来采集视频: 一种是通过 Media Foundation,另一种是通过 DirectShow。 Meida Foundation 是 Windows 从 vista 之后推出的一套全新的 多媒体SDK,简单方便,从 Win7 开始 ...
分类:移动开发   时间:2019-01-02 17:31:07    阅读次数:262
直播系列1-ffmpeg捕捉摄像头发送rtmp
打印 DirectShow 支持的设备列表 录一段视频,按 q 键停止: ...
分类:其他好文   时间:2018-08-05 00:32:53    阅读次数:224
112条   1 2 3 4 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!