python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unexpected U/V plane offset with WIndows Media Foundation H264 decoder
While decoding H264 video via Windows Media Foundation using IMFSourceReader, I am seeing an unexpected y-offset in the U/V plane data. By trial and error, I have found an adjustment that seems to wo...
schwa
Votes: 0
Answers: 0
Microsoft Software H264 Encoder Produces Progressively Degrading Quality
I have a functioning encoder using Media Foundation, which uses hardware acceleration. I have decided to add Microsoft's software H264 encoder as a fallback if hardware acceleration is for some reason...
Pepsi Pimp
Votes: 0
Answers: 1
How can I get the very first frame of a video file and extract the byte data from it?
I've been attempting to write code that returns the byte data of a thumbnail for the very first frame of a local video file for a few days now with no success. No GUI or rendering is required for this...
GroovinChip
Votes: 0
Answers: 1
Convert IMFMediaBuffer data having data type of YUY2 to RGB24 or RGB32
I am reading a frames from my web cam using MediaFoundation APIS.
IMFMediaType mediatype = null;
Hresult hr= mSourceReaderAsync.GetNativeMediaType((int)MF_SOURCE_READER.FirstAudioStream, i, out mediat...
ThunderBird
Votes: 0
Answers: 2