Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将 GDI 应用程序直接渲染到视频文件?换句话说,我可以为 AVI 或 MPG 获取某种设备上下文,而不是为屏幕绘制设备上下文吗?
我还没有想出一个原生的 winapi 解决方案,但我最终使用 libav 来生成视频,将光栅数据从设备上下文复制到视频帧中。它不是很优雅,但是一旦你知道如何使用 libav,它就相当简单了。