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.
任何人都知道如何使用 C# 将 RGB 图像(24bppRgb)编码为 VP8 格式?基本上我将屏幕捕获为位图帧,我想在发送之前对它们进行编码以减小大小。
从我所见,只有 C++ 而不是 C# 的代码示例。 假设我要求这个问题的 C# 替代方案。
您可以移植代码(我敢肯定有点工作)或在 C++ 中构建一个执行实际转换的应用程序,然后通过 C# 中的命令行调用该应用程序,将结果存储在 txt 或一些日志文件中种类。