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
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am new to Microsoft Media Found开发者_运维问答ation. 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 ?
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 MPEG1S
Is it possible to simulate a web-cam output so that other p开发者_运维技巧rograms that use web-cams (for example Skype) will recognize it as a real web-cam?I am the author of that sample : http://tmha
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.
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.
I see that windows 7 ships with an aac encoder and an h264 encoder. I\'m writing a directshow application that needs to do video encoding. I think: \"Great! Now I don\'t have to license a video encode
I used the Microsoft Media Foundation samples (namely MFCaptureToFile) to capture H264 frames from my webcam and write them to a file.
I\'m writing this library that implements some basic audio player features in C++/CLI via the Media Foundation framework that will be consumed by managed code.I can play audio, stop, pause, etc just f