简体   繁体   English

屏幕录像安卓

[英]Screen video recording android

Can anyone share app/ways to record current android screen device? 任何人都可以共享应用程序/方式来记录当前的Android屏幕设备吗? i know this app: http://tandroidapk.blogspot.com/2011/12/screencast-video-recorder-android-app.html but somehow i can't installed it in my HTC Hero device. 我知道这个应用程式: http : //tandroidapk.blogspot.com/2011/12/screencast-video-recorder-android-app.html,但由于某种原因我无法将其安装在HTC Hero设备中。

Is there any other solution? 还有其他解决方案吗? I can't use emulator because I'm using accelerometer function Thanks. 我无法使用仿真器,因为我正在使用加速度计功能谢谢。

Check out : http://blog.ribomation.com/droid-at-screen/ 签出: http : //blog.ribomation.com/droid-at-screen/

This will get your android device screen to your laptop. 这会将您的android设备屏幕显示到笔记本电脑上。 Use some screen recording software for PC/Mac (eg: Camtasia Studio) to do screen recording and save. 使用某些适用于PC / Mac的屏幕录制软件(例如:Camtasia Studio)进行屏幕录制和保存。

A few months I wrote a summary of the available root and non-root recorder apps here: 几个月来,我在这里写下了可用的root和非root记录器应用程序的摘要:

http://recordable.mobi/compare http://recordable.mobi/compare

In addition to apps there are some USB tools (eg, Mobizen) that stream the screen across USB (limited by low USB bandwdith and can't record audio) and some devices can also transmit the screen over wifi, which can then captured on a separate device. 除了应用程序外,还有一些USB工具(例如Mobizen)可通过USB流式传输屏幕(受低USB带宽限制,无法录制音频),并且某些设备还可以通过wifi传输屏幕,然后可以在wifi上捕获屏幕。单独的设备。

Enter into platform-tools directory from cmd 从cmd进入platform-tools目录

Follow this command to check if your device exist 按照此命令检查您的设备是否存在

H:\ANDROID\sdk\platform-tools>adb devices
List of devices attached
***********        device

Follow this command to record screen 按照此命令录制屏幕

H:\ANDROID\sdk\platform-tools>adb.exe shell screenrecord /sdcard/video.mp4
The max width/height supported by codec is 640x480

Press Ctrl+C to exit 按Ctrl + C退出

I was using Telecine by Jake Wharton . 我正在使用Jake Wharton的 Telecine

If you're interested in how this app works, lucky you as there is source code available at Github https://github.com/JakeWharton/Telecine 如果您对这个应用程序的工作方式感兴趣,那么幸运的是,因为Github上提供了源代码https://github.com/JakeWharton/Telecine

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM