安卓屏幕录像

发布于 2024-09-15 17:41:34 字数 166 浏览 3 评论 0原文

我应该如何录制 OpenGL 应用程序的视频屏幕截图?

到目前为止,我的攻击计划是拍摄单独的屏幕截图,然后通过视频编码器运行它。

这里有人知道我可以查看的示例代码或者对我可以查看的内容有任何建议吗?

我正在寻找 OpenGL 应用程序来捕获游戏镜头并将其保存为视频内容。

How I should go about recording a video screen capture of an OpenGL application?

So far my plan of attack is to take individual screenshots then run it through a video encoder.

Does anyone here know of any sample code I can look at or has any suggestions of things I can look at?

I'm looking for the OpenGL app to capture in game footage and save it as video content.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

信愁 2024-09-22 17:41:34

从 Android 4.4 开始,可以通过 adb 访问屏幕录制功能。

http://developer.android.com/tools/help/adb.html#screenrecord

screenrecord 命令是一个 shell 实用程序,用于记录运行 Android 4.4(API 级别 19)及更高版本的设备的显示。该实用程序将屏幕活动记录到 MPEG-4 文件中,然后您可以下载该文件并将其用作视频演示的一部分。对于想要在不使用单独的录制设备的情况下创建宣传或培训视频的开发人员来说,此实用程序非常有用。

As of Android 4.4, there is a screen recording feature accessible via adb.

http://developer.android.com/tools/help/adb.html#screenrecord

The screenrecord command is a shell utility for recording the display of devices running Android 4.4 (API level 19) and higher. The utility records screen activity to an MPEG-4 file, which you can then download and use as part of a video presentation. This utility is useful for developers who want to create promotional or training videos without using a separate recording device.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文