Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
35 views

How to use Frame Rate convertor DMO in MF app

I wish to use the Frame Rate convertor DSP in my media foundation application. I'm using the 'SourceReader' to read the video file. Can anyone tell me where and how to integrate the DMO with MF to ...
2
votes
2answers
76 views

trying to copy a bitmap into the WMP Renderer -> upside down!

I'm writing a video DMO decoder and trying to return a bitmap to the WMP renderer for display ... but WMP displays it upside down! This is the code : HBITMAP* hBmp = new HBITMAP(); int result; ...
1
vote
1answer
332 views

How do I create a simple video effect filter for DirectShow or DMO?

How do I create a simple video effect filter for DirectShow or DMO? What I need is simple - a tutorial or tutorials on how to create simple filter (like a brightness/contrast adjustment filter or any ...
0
votes
1answer
43 views

VS2010 - what is the current library of choice for performing various sql admin tasks from C#

I've been tasked with writing a C# Winforms application to simplify some of our common SQL admin tasks. In the past I've worked with various SQL libraries which have simplified many aspects of the ...
0
votes
1answer
224 views

Setting Properties in Directshow DMO “Constant FrameRate Conveter” in C#

Has anyone any code examples on how to set the properties of the 'Constant Framerate Converter' DMO filter. I am using it in a graph and wish to programmatically control output framerate. When I try ...
0
votes
1answer
78 views

SQL DMO based code generator

I already have a code generator based on SQL DMO, that writes the a C# function for any stored procedure in by SQL Server 2008 database. Currenly however the code generator can only handle stored ...
0
votes
1answer
186 views

DMO missing in XP

On my Win2008 dev machine, I'm making use of NAudio's DmoMp3FrameDecompressor. It makes use of the following DMO: MP3 Decoder DMO ({BBEEA841-0A63-4F52-A7AB-A9B3A84ED38A}) On an XP machine, ...
0
votes
2answers
135 views

ASF duration is 29 secs, WMP plays 25 secs. How come?

I've created a custom ASF file containing compressed voice + screen streams. The total duration of the file according to the header is 29 secs. When opening it in WMP (using custom DMOs to play the ...
0
votes
1answer
280 views

Has any one Used DMO in C#?

Has any one Used DMO (Microsoft DirectX Media Objects) in C#? Not using DShow. Any Libs, Wrapers, etc?