UWP: How to record Screen and save as mp4 file?
问题 I have figured out how to capture the screen and output it back to a previewer using the sample here: Microsoft Screen Capture Documentation Which is fine as far as it goes. What I can't figure out, nor can I find any documentation is to take those frames and write them to a video file. Ideally I want to stream them directly into an mp4 or similar which I can then use later with the MediaComposition system to do editing. I found VideoFrame.CreateWithDirect3D11Surface but I can't figure out