视频制作人需要帮助在 Android 设备上捕获全动态屏幕投射

发布于 2024-09-24 03:03:20 字数 375 浏览 3 评论 0原文

我不是软件开发人员,但我已经在网上进行了足够的阅读,以获取 Android SDK、Eclipse 以及必要的下载以使其全部正常工作。

我能够使用 DDMS 捕获设备屏幕截图,但我需要捕获 Android TV 广告的系统操作系统和应用程序的全动态视频。

到目前为止,我已经给制造商和几个软件人员打电话,但没有任何运气。我什至尝试过 HDMI,但它的像素不准确,这一点非常重要。

必须有一种方法可以做到这一点,因为这些应用程序在其他广告和视频中都有出现,而且我不认为唯一的方法是拍摄设备的屏幕。

无论这个问题的答案和解决方案有多复杂,我都想找出答案。即使这意味着要找人来执行它。

提前致谢!

编辑:它需要至少是 20-30 fps 的捕获。

I'm not a software developer, but I have done enough reading online to get the Android SDK, Eclipse, and the necessary downloads to get it all working.

I am able to capture device screenshots using the DDMS, but I need to capture full motion video of the system OS and apps for an Android TV commercial.

So far I've called the manufacturer and several software guys, but haven't had any luck. I've even tried the HDMI out, but it's not pixel accurate, which is very important.

There has to be a way to do this, since the apps are featured in other commercials and videos, and I don't believe that the only way to do it is to film the device's screen.

No matter how complex the answer and solution to this might be, I'd love to find out. Even if it means bringing on someone to execute it.

THANKS IN ADVANCE!

EDIT: It needs to be at least a 20-30 fps capture.

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

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

发布评论

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

评论(2

酒绊 2024-10-01 03:03:20

无法拍摄视频然后从手机下载到电脑吗?您并不完全清楚自己到底想做什么。

您是否正在尝试将显示器连接到手机,以便可以通过外部显示器实时查看摄像头?

您可能还想尝试 superuser.com 来回答这个问题。

另外,Android 论坛


编辑

你为什么不直接这么说? ;)

Can't shoot the video then download it from the phone to your computer? You are not being entirely clear about what you are trying to do exactly.

Are you trying to hook up a monitor to the phone, so you can view the camera live through the external monitor?

You might also want to try superuser.com for this question.

Also, Android forums.


EDIT

Why didn't you just say so? ;)

皇甫轩 2024-10-01 03:03:20

从 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 和您的相关数据。
原文