python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
MFGetService doesnt get IMFSimpleAudioVolume on first try
I am playing a mp3 file with windows media foundation and try to set the volume but when i try to get IMFSimpleAudioVolume interface it takes a seemingly random amount of tries to do so. I have got 1 ...

Positronium
Votes: 0
Answers: 1
How to get a list of available resolutions for every camera on Windows C++
I have multiple cameras in my Windows 11 system and I am wondering how to get all avaiable resolutions for them. I am not intending to make a video capture, but I am willing to just get these properti...
Bobbie
Votes: 0
Answers: 1
Why do IMFSourceReader::ReadSample block when I change the the camera output format?
I have the following Windows C++ code that I have adapted from:
https://alax.info/trac/public/browser/trunk/Utilities/MediaFoundation/VideoCaptureSynchronous/VideoCaptureSynchronous.cpp
More info abou...
Andy
Votes: 0
Answers: 0
Handling MF_E_TRANSFORM_STREAM_CHANGE from video decoder MFT
I am trying to decode even just a single H264 frame with the H264 Decoder MFT, but I've been having problems with ProcessOutput(). I've reduced the bad HRESULT's as much as I can, but I'm currently st...

Meme Machine
Votes: 0
Answers: 1