DXVA到位图

扫码查看
本文介绍了DXVA到位图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



嗨。我想写一些像我自己的DXVA渲染器。我不知道从哪里开始。它的任务非常简单 - 将解码后的图像写入位图。一个线程将使用DXVA1解码器解码视频流,其他流将显示解码的
数据。



1.有人可以给我发送示例或提供链接,我可以从哪里开始查找相关信息吗?



2.是否可以在DXVA1中执行此操作?



非常感谢。

解决方案

Hi. I would like to write something like my own DXVA renderer. I do not know where to start. It's task will be very simple - to write decoded image into bitmap. One thread will decode video stream using DXVA1 decoder and other streams will display the decoded data.

1. Could anyone send me example or provide link where could I start and find relevant information?

2. Is it possible to do this in DXVA1?

Thank you very much.

解决方案


这篇关于DXVA到位图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 13:32
查看更多