How to capture video from camera to raw stream using Media Foundation Transform?
I have used Microsoft Media transform library to record video from camera. This saves the file to mp4/wmv format. But now I need to record video and get raw stream so that I can encode it to ismv as...
View ArticleMedia Foundation transform with no output
Hi,I am creating a Audio MFT. My requirement is not to render the Audio data passing from MFT to SAR.I want to dump the data inside MFT only.How can i do so?If I dont pass the data to SAR, next time...
View ArticleAsking Sound Stream renderer not to render the Audio data... how we can do that?
Hi ,My requirement is not play the Audio data only video should get play.If I dont pass the Audio data from Mine custom Audio MFT and pass only the Video datafrom custom Video MFT, the call to...
View ArticleDelay playing back wav file using active x control in IE (Windows Media Player)
We are experiencing a problem where the active x control will randomly wait 30 seconds before actually playing a wav file from an http resource. In the web page we are able to talk to the active x...
View Articledamaged PSD photoshop CS3 file?
Hey! While working on a tileset for 2KH, Vista display drivers started behaving strange (black screen for a second, then screen comes back with a recovery message ) I successfully saved my work, right...
View ArticleH.264 SetOutPutType returns E_FAIL error
Hi guys,I am writing a video processing application. I am utilizing a media session. My pipeline consists of source reader, decoder MFT (used by MfEnum, I query the MFTs capable of outputting one of my...
View ArticleH264 Encoder setup issue
Hi guys,I posted a question on another forum before finding this place. Here is the...
View ArticleIMFSinkWriter: WriteFrame returns E_CHANGED_STATE when encoding H.264
(Note: I originally posted this question in the Windows Apps with C++ forum about 3 weeks ago, but received no replies. I realized quickly that this might be a better forum for this, but wanted to let...
View ArticleAccessing Stream Descriptor Languages from Media Foundation Sink
How do I access the MF_SD_LANGUAGE given IMFStreamSink?
View ArticleWindows 7 Vs Windows 8 merging mp4 files
I am really hoping somebody answers my question in this forum finally!!Here is the issue.I am trying to merge mp4 files into one.It works fine in Windows 7 but not in Windows 8.Let me explain.I create...
View Articlemedia foundation H264 decoder not working properly
I'm creating an application for video conferencing using media foundation and I'm having an issue decoding the H264 video frames I receive over the network.The Design Currently my network source...
View ArticleHow to set metadata like author and title on file created by sinkwriter
I have a windows store app where I use a SinkWriter to write audio and video samples to an mp4 file. I also want to write some metadata like author and title to the file. How do I have to do that?When...
View ArticleHow can i capture TTS audio stream and send it ,then,play it?(SAPI SDK 5.3)
These days ,I am using SAPI SDK 5.3 to develop a client to server application.I have changed the text to speech successfully in local ,but now ,I want to capture the audio stream ,then send it to the...
View ArticleMFT having Two inputs Audio and Video
Hi,How can I create Two Pin MFT(One Audio and One Video).Is there any sample available for same?Please help me out.Best Regards,Sharad
View ArticleMFTEnumEx order list
Hi,I wrote an MFT which supports h.264 as its input type.If I play any media file by default it takes Microsoft H.264 decoder.When I do query using MFTEnumEx function it returns me two MFT, one is...
View ArticleHow to achieve smooth video looping ?
Hello,My application must read one video track and several audio tracks, and be able to specify one section of the file and play it in loop. I have created a setup with Media Foundation, using the...
View ArticleHow to capture video from camera to raw stream using Media Foundation Transform?
I have used Microsoft Media transform library to record video from camera. This saves the file to mp4/wmv format. But now I need to record video and get raw stream so that I can encode it to ismv as...
View ArticleIMFSinkWriter: Merit validation failed for MFT (Intel Quick Sync Video H.264...
Hi, We are actually trying the run a simple Reader --> Writer (transcoder, VC1 -> H264) in Media Foundation. The source data (VC1) is captured with our own equipment, so no "premium protected...
View ArticleConfiguring SinkWriter for h.264 with video and audio streams.
I'm trying to create a file using Media Foundation. I'm able to get what I need for video and configure it properly looking at MFCaptureToFile sample. I'm trying to do the same thing with audio from an...
View ArticleMedia Foundation transform with no output
Hi,I am creating a Audio MFT. My requirement is not to render the Audio data passing from MFT to SAR.I want to dump the data inside MFT only.How can i do so?If I dont pass the data to SAR, next time...
View Article