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.
我看过有人评论说cooliris可以使用C++和openGL构建的帖子。我刚开始学习openGL。我想问如何去创建它?
首先,您必须以纹理格式将视频从编解码器流解压缩为逐帧流。然后每帧渲染到帧缓冲区中的纹理或创建四边形并将下一帧作为纹理渲染。在渲染时,您可以应用着色器效果来创建一些有趣的滤镜。你可以在这里找到一些技巧
祝你好运!