android設(shè)置adb自帶screenrecord錄屏命令
android 設(shè)置system/bin目錄類似linux,該目錄下有許多實用命令,類似
adb,sh,top,app_process,chmod,chown,dmesg,reboot,screenrecord等等。
錄屏作用:qa測試過程中有的bug需要還原現(xiàn)場,此時用手機拍攝有諸多不便,此時可以利用錄屏命令自動完成錄屏,然后上傳bug視頻。
其中screenrecord命令錄制視頻到內(nèi)部存儲:
錄制命令:
adb shell screenrecord --size 1920x480 /storage/sdcard0/demorecord.mp4
時間設(shè)置:
adb shell screenrecord --time-limit 100 /storage/sdcard0/demorecord.mp4
停止錄制:
Ctrl + C會停止命令,自動停止錄制。
參數(shù)設(shè)置:
$ adb shell screenrecord --help
Usage: screenrecord [options]
Records the device's display to a .mp4 file.
Options:
–size WIDTHxHEIGHT 設(shè)置屏幕寬高,一般根據(jù)自己手機設(shè)置,最大支持1920x480。
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 設(shè)置bit率
Set the video bit rate, in megabits per second. Default 4Mbps.
–time-limit TIME 設(shè)置錄制時間,默認最大時長180秒
Set the maximum recording time, in seconds. Default / maximum is 180.
–rotate 旋轉(zhuǎn)輸出
Rotate the output 90 degrees.
–verbose
Display interesting information on stdout.
–help
Show this message.
Recording continues until Ctrl-C is hit or the time limit is reached.
總結(jié)
以上所述是小編給大家介紹的android設(shè)置adb自帶screenrecord錄屏命令,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!
相關(guān)文章
android studio集成ijkplayer的示例代碼
本篇文章主要介紹了android studio集成ijkplayer的示例代碼,小編覺得挺不錯的,現(xiàn)在分享給大家,也給大家做個參考。一起跟隨小編過來看看吧2017-09-09Android實現(xiàn)Neumorphism?UI控件
大家好,本篇文章主要講的是Android實現(xiàn)Neumorphism?UI控件,感興趣的同學(xué)趕快來看一看吧,對你有幫助的話記得收藏一下2022-02-02Android Fragment監(jiān)聽返回鍵的一種合理方式
這篇文章主要給大家介紹了關(guān)于Android Fragment監(jiān)聽返回鍵的一種合理方式,文中通過示例代碼介紹的非常詳細,對大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧2020-11-11Android 實現(xiàn)會旋轉(zhuǎn)的餅狀統(tǒng)計圖實例代碼
這篇文章主要介紹了Android 實現(xiàn)會旋轉(zhuǎn)的餅狀統(tǒng)計圖實例代碼的相關(guān)資料,這里附有實例代碼及實現(xiàn)效果圖,需要的朋友可以參考下2016-12-12Android編程實現(xiàn)二級下拉菜單及快速搜索的方法
這篇文章主要介紹了Android編程實現(xiàn)二級下拉菜單及快速搜索的方法,以實例形式較為詳細的分析了Android實現(xiàn)二級下拉菜單及快速搜索的布局與功能實現(xiàn)技巧,需要的朋友可以參考下2015-11-11