graphedit
DirectShow DMO Color Converter
I am having an issue with connecting the Color Converter DMO object in graphedit (graphstudio, and in code). It works on one machine and turns green in graphedit, however on the machine I have to demo[详细]
2023-04-13 01:48 分类:问答why do I see different filters in GraphEdit & GraphStudio
I am using both GraphEdit & GraphStudio to process videos. However, there are some filters which are vis开发者_运维技巧ible via GraphEdit only and vice versa.[详细]
2023-04-08 12:50 分类:问答Property page for custom Directshow filter
I managed to create a custom DirectShow transform filter, register it, and export it in a DLL. It now works properly in both GraphEdit and a C++ test program. My next goal is to create a custom interf[详细]
2023-02-11 11:58 分类:问答Using a custom DirectShow filter (DLL, registered)
I\'ve written a small transform filter (derived from TransInPlaceFilter baseclass), and managed to make it work properly in a Directshow graph, entirely coded in C++. I basically followed the 5 first[详细]
2023-02-09 19:16 分类:问答DirectShow Filter Graph Editor doesn't show remote graphs
I have a problem with connecting to remote graph from DirectShow Filter Graph Editor. When I run application that creates a direct show graph, on my Windows XP machine graph is 开发者_如何学运维shown[详细]
2022-12-30 10:54 分类:问答How to use SampleGrabber with Matroska Muxer in DirectShow?
I made a simple graph to write MKV file. But I do not want to use file writer. I want to use SampleGabber and get stream using simple program. Problem is that I get data from开发者_运维知识库 anything[详细]
2022-12-15 03:36 分类:问答