捕捉Android的屏幕的视频 [英] Capture Video of Android's Screen

查看:201
本文介绍了捕捉Android的屏幕的视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

忘了截图,它是更多钞票来捕获的Andr​​oid运行的应用程序的视频? 扎根或无根,我不在乎,我要ATLEAST 15fps的。

Forget screenshots, is it posible to capture a video of the running application in android? Rooted or non-rooted, I don't care, I want atleast 15fps.

更新:我不希望任何外部硬件。这样做的目的是让完美的便携式和每一帧的是Android OS内抓获。如果它与应用程序的SDK的界限,我愿意去OS级的修改,但我需要一个起点。

Update: I don't want any external hardware. The intent is to make it perfectly portable and every frame is captured within Android OS. If it crosses the boundaries of the app sdk, I'm willing to go to OS level modifications but I would need a starting point.

推荐答案

新:Android 4.4系统(奇巧)的外壳实用程序,用于记录的Andr​​oid设备的屏幕。连接设备与亚行实用程序通过USB运行奇巧开发/调试模式,然后键入以下内容:

NEW: Android 4.4 (KitKat) has a shell utility for recording the Android device screen. Connect a device in developer/debug mode running KitKat with the adb utility over USB and then type the following:

adb shell screenrecord /sdcard/movie.mp4
(Press Ctrl-C to stop)
adb pull /sdcard/movie.mp4

画面记录被限制为最多3分钟

Screen recording is limited to a maximum of 3 minutes.

参考:<一href="http://developer.android.com/tools/help/adb.html#screenrecord">http://developer.android.com/tools/help/adb.html#screenrecord

这篇关于捕捉Android的屏幕的视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆