无论是训诫动漫 英文,如故为了演示,若是能将Android手机(或平板)的屏幕录制成视频文献,那是一件止境酷的事(iOS8也曾提供了这一功能,能通过OS X平直在Mac上录制iPad、iPhone的屏幕,windows没试过,不知可不行以)。不外当年的纪律齐是通过截屏录制的,遵循极差。幸好Android4.4以上版块提供了这一功能。但无法在手机上平直启动,需要通过adb使用号令行启动。
大众不错投入shell。或干脆平直用adb shell实行号令。该号令是screenrecord,不错输入screenrecord --help,望望匡助,如下所示。
Usage: screenrecord [options] <filename>
Android screenrecord v1.2. Records the device's display to a .mp4 file.
Options:
--size WIDTHxHEIGHT
Set the video size,很很鲁 e.g. "1280x720". Default is the device's main
display resolution (if supported), 1280x720 if not. For best results,
use a size supported by the AVC encoder.
--bit-rate RATE
Set the video bit rate, in bits per second. Value may be specified as
bits or megabits, e.g. '4000000' is equivalent to '4M'. Default 4Mbps.
--bugreport
Add additional information, such as a timestamp overlay, that is helpful
in videos captured to illustrate bugs.
--time-limit TIME
Set the maximum recording time, in seconds. Default / maximum is 180.
porn动漫--verbose
Display interesting information on stdout.
--help
Show this message.
Recording continues until Ctrl-C is hit or the time limit is reached.
从这些匡助信息不错了解到,screenrecord需要后头跟一个mp4文献名。最陋劣的体式如下:
screenrecord /sdcard/game.mp4
但要隆重,mp4要写入的目次必须是可写的。
输入完号令后,平直按回车,号令会被崎岖,默许什么齐不会输出,这是正在录制呢。操作手机的悉数画面齐会被录制下来。若是要输出相应的信息,需要加--verbose号令行参数,加该号令行参数,悉数这个词录制历程可能会输出如下一样的信息。
Main display is 1080x1920 @60.00fps (orientation=0)
Configuring recorder for 1080x1920 video/avc at 4.00Mbps
Content area is 1080x1920 at offset x=0 y=0
^CEncoder stopping; recorded 68 frames in 12 seconds
Stopping encoder and muxer
Executing: /system/bin/am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///sdcard/test.mp4
Broadcasting: Intent { act=android.intent.action.MEDIA_SCANNER_SCAN_FILE dat=file:///sdcard/test.mp4 }
Broadcast completed: result=0
固然,不错跟好多选项,常用的等于--size(尺寸)、--bit-rate(比特率)和--time-limit(录制最大时辰)
尺寸默许是面前手机屏幕折柳率、比特率是默许4Mbps、录制时辰默许是3分钟(180秒)
screenrecord --time-limit 100 /sdcard/game.mp4
上头的号令最大可录制100秒的视频。若是念念半途住手录制,可按Ctrl C,圮绝录制,game.mp4仍然会生成,但只会录制从运转录制到按Ctrl-C这段时辰的视频。下图是我录制的20秒射击游戏的遵循图。好意思满视频可不才面的地址下载。
本文一语气:https://www.it72.com/11011.htm动漫 英文