SDL视频驱动程序
我目前正在开发一个使用 SDL 来显示视频的代码,当我通过 ssh 工作时,我正在寻找类似文本驱动程序的东西(只需避免观看视频,因为它太慢了)。
所以我需要的是一种简单的方法来避免屏幕初始化和所有使我的帧速率低于 15fps 的东西:)
有谁知道一些可以帮助我的东西吗?
I'm currently working on a code that uses SDL to display video and as i'm working through ssh, i'm looking for something like a text driver (just need to avoid seing the video because it's so slow).
So what I need is a simple way to avoid screen init and all that stuff that keep my framerate below 15fps :)
Does anyone know something that might help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定这是否是你想要的。但尝试一下:
I'm not sure if that's what you want. But try:
使用 aalib 作为视频驱动程序怎么样?这会将所有图形输出为 ascii art。来自 SDL 常见问题解答:
干杯
How about using aalib as video driver? This will output all graphics as ascii art. From the SDL FAQ:
Cheers