ms-media-foundation Questions
0
I've successfully registered an audio codec (x64,x86) for Media Foundation and third-party apps to use. MF can load an MP4 which contains audio compressed with it.
However, the default Windows 11 M...
Bleareyed asked 11/8, 2024 at 18:22
1
Solved
As described in this question I'm trying to create a custom audio codec and save it with the Sink Writer in a MP4 file. I succeeded with the aid of setting MF_MT_MPEG4_SAMPLE_DESCRIPTION, following...
Occidental asked 9/8, 2024 at 18:15
0
I'm trying to encode audio to an MP4 file with a custom compression codec and my IMFTransform works correctly until SinkWriter's Finalize:
0xc00d4a45 : Sink could not create valid output file becau...
Stanstance asked 7/8, 2024 at 4:41
4
I am trying to create a Media Foundation Transform that draws text on video using D2D and D3D11. I am trying to construct a D2D RenderTarget on top of D3D11 resources, but unfortunately, most means...
Circumbendibus asked 2/8, 2012 at 4:55
9
Solved
I am trying to take a picture from the defualt carmera with python, to do this I am using openCV (import cv2 as cv from python shell). However, when I attempt to disable the camera it closes but wi...
Tour asked 21/12, 2018 at 17:44
4
Solved
I'm attempting to stream a H.264 video feed to a web browser. Media Foundation is used for encoding a fragmented MPEG4 stream (MFCreateFMPEG4MediaSink with MFTranscodeContainerType_FMPEG4, MF_LOW_L...
Ornery asked 22/3, 2018 at 13:28
1
I am facing the same problem as described here when trying to decode a frame on iPad Pro OS v14.3 (I am also using Olivia Stork's example):
25% of the picture data is decoded correctly, the rest of...
Meantime asked 5/1, 2021 at 9:37
2
I've been working on Streaming real-time video using hardware accelerated h.264 encoding, decoding and I've been able to make it work using Windows Media Foundation .
I've compressed the frames fro...
Proverb asked 5/8, 2020 at 11:5
1
Solved
There is an option in Windows control panel that allows to set a app to "high performance".
Control Panel -> System -> Display -> Graphics Settings.
On adding my application there, I noticed that,...
Bentwood asked 14/1, 2020 at 10:43
0
I'm trying to encode RGB/NV12 samples to h264 and stream the encoded video over WebSocket through SinkWriter by implementing IMFByteStream. For this experiment, I have converted the RGB32 samples t...
Trenna asked 26/12, 2019 at 8:32
1
Solved
Problem statement:
Intel hardware MFT is not honoring the GOP setting, resulting in more bandwidth consumption in realtime applications. The same code works fine on Nvidia hardware MFT.
Backgroun...
Presbyopia asked 26/11, 2019 at 12:54
1
Solved
I'm working on a code to capture the desktop using Desktop duplication and encode the same to h264 using Intel hardwareMFT. The encoder only accepts NV12 format as input. I have got a DXGI_FORMAT_B...
Posticous asked 21/11, 2019 at 17:7
1
Solved
I'm trying to live stream the desktop that's captured through Desktop duplication API. H264 encoding works fine, except the fact that the Desktop duplication API delivers frames only when there is ...
Bowshot asked 23/11, 2019 at 9:23
2
Solved
I'm capturing the desktop using DesktopDuplication API and converting the samples from RGBA to NV12 in GPU and feeding the same to MediaFoundation hardware H264 MFT. This works fine with Nvidia gra...
Undulate asked 9/11, 2019 at 13:52
2
I'm developing USB camera streaming Desktop application using MediaFoundation SourceReader technique. The camera is having USB3.0 support and gives 60fps for 1080p MJPG video format resolution.
I ...
Cataclysm asked 16/2, 2017 at 14:53
1
Solved
I'm using Intel hardware MFT to encode NV12 frames into H264 stream, and Live555 to stream the encoded frames through RTP over LAN and have ffplay setup at the other end to decode and display the s...
Newsletter asked 19/11, 2019 at 14:27
2
Solved
When I run encoder->ProcessInput(stream_id, sample.Get(), 0) I am getting a E_FAIL ("Unspecified error") error which isn't very helpful.
I am either trying to (1) Figure out what the real erro...
Ploch asked 12/3, 2019 at 22:23
3
Solved
I'm trying to stream the desktop(DirectX surface in NV12 format) as H264 video over RTP stream using Live555 & Windows media foundation's hardware encoder on Windows10, and expecting it to be r...
Postilion asked 22/10, 2019 at 11:50
1
I want to encode Desktop Duplication API frames to send over the network after encoding them with Media Foundation. I'm stuck with a E_NOTIMPL error when I call IMFTransform::ProcessInput, leaving ...
Rollins asked 1/6, 2019 at 12:38
2
Solved
On windows 10, apps that need access to webcam, communicate with frame server which is a service that runs under svchost.
I filter out the webcam stream and the process id i get is of svchost. I w...
Cadal asked 31/10, 2018 at 10:39
4
Solved
I have a solution, where I encode video (YUY2) samples from a webcam with Media Foundation's h264 encoder. Then I send it via TCP connection to another application that decodes the stream with Medi...
Conveyancing asked 9/1, 2017 at 11:12
1
Media foundation is the recommended technology by Microsoft and it has really supported it by a lot of samples and explanation but all are with the native code
I found a wrapper in sourceforge mak...
Kirkland asked 1/2, 2015 at 9:2
3
Solved
Microsoft Media Foundation (MF) was introduced as the successor of DirectShow in Windows Vista. I have mostly ignored it, but it has some features (such as decoding of WMV AC-1 files) which are har...
Lagoon asked 5/11, 2015 at 8:25
1
Solved
I hold bitmaps as BYTE arrays which holds RGB values of each pixel in a very similar and interchangeable format with microsoft's CBitmap class. So lets consider I have an array of CBitmaps and I wa...
Lacagnia asked 16/6, 2017 at 11:12
1
I want to encode video using the "Intel® Quick Sync Video H.264 Encoder MFT".
If I create IMFSample from system buffers, it works well. Just like following:
IMFMediaBuffer *pBuffer = NULL;
MFCreat...
Ester asked 16/4, 2017 at 0:54
1 Next >
© 2022 - 2025 — McMap. All rights reserved.