Tagged Questions
The windows-media-foundation tag has no wiki summary.
3
votes
0answers
36 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 ...
3
votes
1answer
708 views
Quick way to migrate DirectShow filters to Media Foundation MFTs
I have some custom DirectShow filters (for Encoding / Deconding / Mux / Demux).
and I want to use them on Media Foundation as MFTs.
I have heard some people say:
"Microsoft claims all DirectShow ...
3
votes
1answer
2k views
Media support in WPF without Windows Media Player 10+?
I'm wondering if it is possible to deploy Windows Media Foundation without Windows media player 10 or 11?
Here's the context. I have a WPF application running in a corporate enterprise setting. WPF ...
2
votes
2answers
41 views
Media session example
I'm new to media foundation. Could anyone help me with video playback sample code using Media session technique. I want to add a MFT for a third party decoder (to decode H264 video files). Please help ...
2
votes
1answer
318 views
3 Camera Capture with videoInput or anything else
My name is Michael Scoggin. I have a problem that you might be able to help me with. I am working on project to produce High Dynamic Range Video in real time. The goal is to do it with 3 off the shelf ...
2
votes
3answers
766 views
Using Windows media foundation
Ok so my new gig is high performance video (think Google streetview but movies) - the hard work is all embedded capture and image processing but:
I was looking at the new MS video offerings to ...
1
vote
1answer
25 views
How to write encode h264 to a byte array other than a file
I'm using a MSDN tutorial to encode RAW RGB32 frame to an h264 videon this first part works without any problem. ( http://msdn.microsoft.com/en-us/library/ff819477%28v=VS.85%29.aspx)
But, there is ...
1
vote
1answer
42 views
How do I get Windows Media Center to understand a new WMF file?
I'm in the early stages of creating a MFT to decode a "new" container format video. I'm using the MPEG1Source sample from the Media Foundation SDK, and I have a mpeg1 sample. I changed the ...
1
vote
1answer
45 views
Transcoding custom file type to mpeg-4
I have a custom video file which consists of a custom header followed by UYVY type YUV format. The header tags contain special information regarding the location of the picture, so I need to preserve ...
1
vote
0answers
73 views
How to get a list of all Microsoft Media Foundation Transformers available on a system
I'm a newbie to native development on Windows, but I've been tasked with creating a small app that will list out all the transformers for various video+audio codecs.
Looking at the MSDN ...
1
vote
1answer
256 views
Transparency of subtitles in Vista / Windows 7
I implemented the EVR renderer into a player of mine to deal with bad resizing quality on Windows Vista+ and came to problems...
I have subtitle overlay problems with the EVR:
try to see what i'm ...
1
vote
1answer
281 views
Get native video resolution of a video file
I'm currently writing some custom EVR for a Media Foundation player.
So far everything work, but i'm in need of finding the native resolution of the video file i'm rendering.
I try to use the ...
1
vote
2answers
280 views
Media Foundation TypeLibrary for managed code?
Is anyone know how to generate media foundation TypeLibrary which will then be imported as COM in managed code ?
I didn't found any dll or tlb file related to media foundation which i can import in my ...
1
vote
2answers
1k views
Microsoft Media Foundation Transform (MFT) with C#?
Does anyone know if Microsoft MFTs for Win7 can be written in C#? If so, is there any book or website that would help me in this.
1
vote
1answer
181 views
Media Foundation: another way to call IMFActivate::ShutdownObject?
Here is a question about IMFActivate::ActivateObject and IMFActivate::ShutdownObject in Media Foundation.
According to MSDN, the component that calls ActivateObject is responsible for calling ...
0
votes
1answer
37 views
Can I get raw video frames from DirectShow without playback
I'm working on a media player using Media foundation. I want to support VOB files playback. However, media foundation currently does not support the VOB container. Therefore I wish to use DirectShow ...
0
votes
1answer
54 views
Rendering Audio Stream from RTSP server
i have an RTSP server which is re-streaming the A/V stream from the camera to clients.
Client side we are using MF to play the stream.
I can successfully play the video but not able to play the ...
0
votes
1answer
68 views
How to get an off-screen plain surface from 'normal' IDirect3D9Surface
I'm working on a media player with Media Foundation. I'm trying to use post processing with DXVA-HD. However, when I try to do a VideoProcessBltHD using the HD device, it fails with E_INVALIDARGS. ...
0
votes
1answer
120 views
Media Foundation: Decoding and displaying H264 frames without a container
The scenario is this: My Windows client app gets H264-encoded frames from a network source, without a container, in a custom way (proprietary protocol). The format of the frames is known. I need to ...
0
votes
1answer
29 views
Does Bluray software on Windows use DirectShow and/or Media Foundation?
I am interested in technical details of Bluray software (like SyberLink's PowerDVD etc). Are they using source filters that read the BD streams? Where does AACS decryption occurs, in those filters or ...
0
votes
0answers
21 views
Concatenate Multiple media files into one output/listening to Media Foundation Events
I've written an application that will transcode and manipulate media files using Microsoft Media Foundation, but now I've got to make the same application concatenate/join media files together.
Is ...
0
votes
0answers
37 views
How to give to an ATL COM dll the HWND of a WPF control
I have a C++ ATL COM DLL (phew) which exposes a VideoPlayer class, which itself encapsulates calls to Windows Media Foundation.
I use this DLL from a WPF application, in which I'd like to display the ...
0
votes
0answers
113 views
How to use MediaFoundation IMFSourceReader on Vista SP2 with platform update?
I'm attempting to use the Windows Media Foundation IMFSourceReader on Vista.
Supposedly, this is possible when SP2 and the Platform Update are installed ...
0
votes
0answers
65 views
SetInputType on Decoder IMFTransofm always returns MF_E_INVALIDMEDIATYPE
I'm working on making a video player using media foundation. I'm using the Sourcereader for this (not through media session pipeline).
Here, I wish to prevent the source reader from loading a decoder. ...
0
votes
1answer
277 views
mp4-h264 video decoding with Media Foundation
I'm testing how to integrate libavcodec (http://en.wikipedia.org/wiki/Libavcodec) using MS Media Foundation SDK, in order to decode h264-lossless format video to YUV/RGB raw data
I have 2 question:
...
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
74 views
Media Foundation : adding thirdparty decoder dll to topology
I am new to Microsoft Media Foundation. I am running a sample playback code found in MSDN. Now, I want to add a MFT for a third party decoder to the topology. Is this possible ?
Thanks in advance,
...
0
votes
1answer
177 views
About “Using DirectShow filters outside DirectShow?”
I have exactly the same question in the following link,
Using DirectShow filters outside DirectShow?
I am a fresh to direct show and the two answers in that stack is not clear enough to me. And I can ...
0
votes
3answers
343 views
decode MPEG1/2 video with Media Foundation
I am using Media Foundation to play videos. On windows 7 some videos encoded with Mpeg1/Mpeg2 PS and Windows Media Player can play them, but Media Foundation does not(I tried to register a stub ...
0
votes
2answers
309 views
Simulating a webcam stream
Is it possible to simulate a web-cam output so that other programs that use web-cams (for example Skype) will recognize it as a real web-cam?
0
votes
0answers
162 views
Is it possible to get the number of Video Frames for a file using the Media Foundation Source Reader?
I am using the Source Reader in Media Foundation to read video files (MPEG-4/H.264 and WMV) and I want to do two things:
Get the number of video frames in a file
Is there a reliable way to get the ...
0
votes
2answers
860 views
best way to build graph for MPEG2 transport stream
on windows 7 the windows media player supports .ts files very well,
in the sense that windows media player knows how to handle such files without any additional codec packs.
however if I try to use ...
0
votes
2answers
385 views
Microsoft Media Foundation - Decode h264 samples
I used the Microsoft Media Foundation samples (namely MFCaptureToFile) to capture H264 frames from my webcam and write them to a file.
I'm trying to use IMFTransform to decode the captured frames and ...
0
votes
2answers
357 views
Using IMFSourceResolver::CreateObjectFromByteStream
I am trying to use the IMFSourceResolver::CreateObjectFromByteStream method to create a IMFMediaSource instance for a DRM protected WMA file. I am adapting the ProtectedPlayback sample from the ...
0
votes
1answer
386 views
Media Foundation: Custom Media Source features
With IMFMediaSource and IMFByteStreamHandler I can access bytes from media source to determine media type and audio/video stream parameters, such as duration, quality, number of streams, etc. But can ...